Search for the
forumhome template, search for code below and
remove:
HTML Code:
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
search for the
forumhome_forumbit_level2_post template, in this template look for (below):
HTML Code:
<td class="alt1">$forum[threadcount]</td>
<td class="alt2">$forum[replycount]</td>
Change too:
HTML Code:
<if condition="THIS_SCRIPT != 'index'">
<td class="alt1">$forum[threadcount]</td>
<td class="alt2">$forum[replycount]</td>
</if>