The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to disable this column??
hello, i want to disable this column ( Moderators ), how to do it ?
Thank you |
#2
|
||||
|
||||
I believe it is in "Forum Display Options" under "vBulletin Options".
|
#3
|
|||
|
|||
Can you please help me step-by-step ? I set no to Show Moderator Column , but that column still avaible
|
#4
|
||||
|
||||
You will need to remove all the columns (one in each row) in FORUMDISPLAY. Remove these lines in there:
HTML Code:
<if condition="$show['moderators']"> <td class="tcat">$vbphrase[moderators]</td> </if> HTML Code:
<if condition="$show['moderators']"> <td class="thead">$vbphrase[moderators] : $totalmods</td> </if> HTML Code:
<if condition="$show['moderators']"> <td class="alt1"><div class="smallfont">$moderatorslist </div></td> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|