In FORUMDISPLAY template
Find:
HTML Code:
<td class="tcat" width="100%">$vbphrase[threads_in_forum]<span class="normal"> : $foruminfo[title]</span></td>
Replace it with:
HTML Code:
<td class="tcat" width="100%"><span class="normal">$foruminfo[title]</span></td>
Find:
HTML Code:
<td class="tcat" width="100%">$vbphrase[subforums]<span class="normal"> : $foruminfo[title]</span></td>
Replace it with:
HTML Code:
<td class="tcat" width="100%"><span class="normal">$foruminfo[title]</span></td>
.