Wish I was lol, well i've added:
Code:
<if condition="in_array($foruminfo['forumid'], array(1,2,14))">
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
</if>
into:
forumhome_forumbit_level1_nopost
However it removed Forum - Last Post - Threads - Posts from the catergorys.
I will add $foruminfo['forumid'], and see what it says.
Edit: tried to add, got a vbulletin error something on line ##.