Log in

View Full Version : How to disable this column??


kotlt99
11-25-2008, 08:34 AM
hello, i want to disable this column ( Moderators ), how to do it ?
http://img383.imageshack.us/img383/6707/85161090mw9.jpg

Thank you

Dismounted
11-25-2008, 09:45 AM
I believe it is in "Forum Display Options" under "vBulletin Options".

kotlt99
11-25-2008, 04:07 PM
I believe it is in "Forum Display Options" under "vBulletin Options".

Can you please help me step-by-step ? I set no to Show Moderator Column , but that column still avaible

Lynne
11-25-2008, 04:38 PM
You will need to remove all the columns (one in each row) in FORUMDISPLAY. Remove these lines in there:

<if condition="$show['moderators']">
<td class="tcat">$vbphrase[moderators]</td>
</if>and
<if condition="$show['moderators']">
<td class="thead">$vbphrase[moderators] : $totalmods</td>
</if>and
<if condition="$show['moderators']">
<td class="alt1"><div class="smallfont">$moderatorslist&nbsp;</div></td>
</if>
or just write a plugin to set $show['moderators'] to false in the forumdisplay pages.