The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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, ![]() Cheers |
#2
|
||||
|
||||
![]()
Paste the code in here so we can tell you.
|
#3
|
||||
|
||||
![]()
Find and Remove/Comment Out in your "FORUMHOME" template:
Code:
<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> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|