admin panel<<<templateler<<<Style Manage<<<''« »''<<<forumhome templates<<<<forumhome_forumbit_level2_post adlı template de şu kodu bulun
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
bununla değiştirin
<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>
forumhome_subforumseparator_post ve forumhome_subforumseparator_nopost isimli templatelerin içeriklerini silin.
forumhome_subforumbit_post ve forumhome_subforumbit_nopost adlı template leri aşağıdakiler ile değiştiriniz(daha önceden bir ekleme yaptıysanız eklentiniz silinecektir)
<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>