Admin CP ****> Templateler ****> Style Manager (Tema Düzenleyici) ****> « » ****> Forum Home Templates ****> forumhome_forumbit_level2_post
forumhome_forumbit_level2_post da alttaki kısmı bulun
bunun hepsini altakile deiştirin
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
Admin CP -> Templateler -> Style Manager (Tema Düzenleyici) -> « » -> Forum Home Templates ->forumhome_subforumseparator_nopost
Alttaki Templatelerde altaki kodlari sekildeki gibi ekliyin
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 kodla
ra kırmızı olanları şekildeki gibi ekleyin
----
Eyer Eklentiyi Kurduktan sora alt forumlarin dizilişinde bi terslik olursa alttaki ayarlari yapin duzelir
Admin CP -> Templateler -> Style Manager (Tema Düzenleyici) -> « » -> Forum Home Templates -> forumhome_forumbit_level1_nopost
forumhome_forumbit_level1_post
forumhome_forumbit_level2_nopost
forumhome_forumbit_level2_post
bu 4 templatede de alttaki kodları bulup, kırmızı renkli kodları şekildeki gibi ekleyin
sık sık forumun yedeğini mutlaka alın
forumhome_forumbit_level2_post da alttaki kısmı bulun
PHP:
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
PHP:
<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>
Admin CP -> Templateler -> Style Manager (Tema Düzenleyici) -> « » -> Forum Home Templates -> forumhome_subforumseparator_post
Admin CP -> Templateler -> Style Manager (Tema Düzenleyici) -> « » -> Forum Home Templates ->forumhome_subforumseparator_nopost
Alttaki Templatelerde altaki kodlari sekildeki gibi ekliyin
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 kodla
ra kırmızı olanları şekildeki gibi ekleyin
Kod:
[COLOR=Red]<td width="50%" align="left" nowrap="nowrap">[/COLOR]
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif" alt="" /> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
[COLOR=Red]</td>
<if condition="$GLOBALS[subrow]">
</tr><tr>
</if>
<if condition="$GLOBALS[subrow] = !$GLOBALS[subrow]"></if>[/COLOR]
Eyer Eklentiyi Kurduktan sora alt forumlarin dizilişinde bi terslik olursa alttaki ayarlari yapin duzelir
Admin CP -> Templateler -> Style Manager (Tema Düzenleyici) -> « » -> Forum Home Templates -> forumhome_forumbit_level1_nopost
forumhome_forumbit_level1_post
forumhome_forumbit_level2_nopost
forumhome_forumbit_level2_post
bu 4 templatede de alttaki kodları bulup, kırmızı renkli kodları şekildeki gibi ekleyin
Kod:
<if condition="$show['subforums']">
[COLOR=Red]<if condition="$GLOBALS[subrow] = false"></if>
[/COLOR]
<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>