Admin CP -> Templateler -> Style Manager (Tema Düzenleyici) -> Forum Home Templates -> forumhome_forumbit_level2_post template inde aşağıdakini bul;
alttakiyle değiştir
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 forumhome_subforumbit_post template ini açın ve aşağıdaki kırmızı ile belirtilmiş kodları aşağıdaki koddaki gibi ekleyin
forumhome_subforumbit_nopost template ini açın aynı şekilde aşağıdaki kırmızı ile belirtilmiş kodları aşağıdaki koddaki gibi ekleyin
PHP:
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
alttakiyle değiştir
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>
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 forumhome_subforumbit_post template ini açın ve aşağıdaki kırmızı ile belirtilmiş kodları aşağıdaki koddaki 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]
forumhome_subforumbit_nopost template ini açın aynı şekilde aşağıdaki kırmızı ile belirtilmiş kodları aşağıdaki koddaki 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]