Table remove - URGENT, PLEASE HELP!

-Hammad-

New Member
attachment.php

I was wondering how can i remove that table thing?
I've checked .thead, and forumhome templates, and I've found nothing.
 
If you have seperated the forums......

In forumhome template:

REMOVE:
PHP:
<thead>
<tr align="center">
      <td class="thead">&nbsp;</td>
      <td class="thead" width="100%" align="$stylevar[align=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>
</thead>
Always make a backup before editing templates
 
Thanks Hoxxy. This helped me alot, and increased my knowledge of the vBulletin world. :D
I'm sure I didn't have them separated...
 
Back
Top