PDA

View Full Version : How do i delete this?


CP,
01-14-2007, 01:18 PM
Hi i was wondering if anybody could help me, i have set up a forum column section and now i just want to remove the forum header details section just for that particular catergory, can somebody suggest me on how i can do this?

Please see image attached below,

https://vborg.vbsupport.ru/external/2007/01/15.jpg

Cheers

NeoToxic
01-14-2007, 01:34 PM
Paste the code in here so we can tell you.

Kirk Y
01-14-2007, 04:07 PM
Find and Remove/Comment Out in your "FORUMHOME" template:
<tr align="center">
<td class="thead">&nbsp;</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>