FORUMHOME ve
FORUMDISPLAY templatesinde bul ve sil;
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
forumhome_forumbit_level1_nopost templatesinde bul;
<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>
bununla değiştir;
<if condition="$vboptions[showmoderatorcolumn]">4<else />3</if>
forumhome_forumbit_level2_nopost templatesinde bul;
<if condition="$vboptions['showmoderatorcolumn']">5<else />4</if>
bununla değiştir;
<if condition="$vboptions['showmoderatorcolumn']">3<else />2</if>
forumhome_forumbit_level1_post templatesinde bul ve sil;
<td class="alt1">$forum[threadcount]</td>
<td class="alt2">$forum[replycount]</td>
forumhome_forumbit_level2_post templatesinde bul ve sil;
<td class="alt1">$forum[threadcount]</td>
<td class="alt2">$forum[replycount]</td>
Kolay gelsin