mcc
03-15-2007, 13:48
3.6.4 yazmama rağmen 3.5.x serisi ve üstü tüm versiyonlarda çalışır.Ama önceden temanızın yedeğini almanızda fayda var.almazsanız bile aşağıdaki işlemleri geri alın eğer yapamazsanız ve ayrıca %100 tescilli :wink4:
Admin CP -> Templateler -> Style Manager (Tema Düzenleyici) -> « » -> Forum Home Templates -> forumhome_forumbit_level2_post
bu templatede alttaki yeri bulun
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
alttakiyle dğeiştir;
<if condition="$show['subforums']">
<table width="100%" cellpadding="1" cellspacing="0" border="0">
<tr>
<td width="50%" align="left" colspan="2"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>:</div></td>
</tr>
<tr>
$forum[subforums]
</tr>
</table>
</if>
Daha sonra alttaki her iki templatenin de içeriğini boşaltın, yani silin (zaten sadece virgül vardır)
Admin CP -> Templateler -> Style Manager (Tema Düzenleyici) -> « » -> Forum Home Templates -> forumhome_subforumseparator_post ve
Admin CP -> Templateler -> Style Manager (Tema Düzenleyici) -> « » -> Forum Home Templates ->forumhome_subforumseparator_nopost
Daha sonra şu iki templatede;
Admin CP -> Templateler -> Style Manager (Tema Düzenleyici) -> « » -> Forum Home Templates -> forumhome_subforumbit_post
Admin CP -> Templateler -> Style Manager (Tema Düzenleyici) -> « » -> Forum Home Templates ->forumhome_subforumbit_nopost
bunların ikisine de alttaki kodlara kırmızı olanları şekildeki gibi ekleyin;
<td width="50%" align="left" nowrap="nowrap">
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif" alt="" /> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
</td>
<if condition="$GLOBALS[subrow]">
</tr><tr>
</if>
<if condition="$GLOBALS[subrow] = !$GLOBALS[subrow]"></if>
:ar4fd: bitti bu kadar
Admin CP -> Templateler -> Style Manager (Tema Düzenleyici) -> « » -> Forum Home Templates -> forumhome_forumbit_level2_post
bu templatede alttaki yeri bulun
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
alttakiyle dğeiştir;
<if condition="$show['subforums']">
<table width="100%" cellpadding="1" cellspacing="0" border="0">
<tr>
<td width="50%" align="left" colspan="2"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>:</div></td>
</tr>
<tr>
$forum[subforums]
</tr>
</table>
</if>
Daha sonra alttaki her iki templatenin de içeriğini boşaltın, yani silin (zaten sadece virgül vardır)
Admin CP -> Templateler -> Style Manager (Tema Düzenleyici) -> « » -> Forum Home Templates -> forumhome_subforumseparator_post ve
Admin CP -> Templateler -> Style Manager (Tema Düzenleyici) -> « » -> Forum Home Templates ->forumhome_subforumseparator_nopost
Daha sonra şu iki templatede;
Admin CP -> Templateler -> Style Manager (Tema Düzenleyici) -> « » -> Forum Home Templates -> forumhome_subforumbit_post
Admin CP -> Templateler -> Style Manager (Tema Düzenleyici) -> « » -> Forum Home Templates ->forumhome_subforumbit_nopost
bunların ikisine de alttaki kodlara kırmızı olanları şekildeki gibi ekleyin;
<td width="50%" align="left" nowrap="nowrap">
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif" alt="" /> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
</td>
<if condition="$GLOBALS[subrow]">
</tr><tr>
</if>
<if condition="$GLOBALS[subrow] = !$GLOBALS[subrow]"></if>
:ar4fd: bitti bu kadar