The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Is this possible
Picture attached.
Would it be possible to not show the forums, my moderators mod? (refer to pic) |
#2
|
|||
|
|||
There are two ways of doing this, the easy way and the hard way.
The easy way Open your showgroups template Find Code:
<if condition="$moderatorbits"> <!-- moderators --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat" colspan="4">$vbphrase[moderators]</td> </tr> <tr> <td class="thead"> </td> <td class="thead" width="50%">$vbphrase[username]<if condition="$show['locationfield']"> / $vbphrase[location_perm]</if></td> <td class="thead" width="50%">$vbphrase[forums]</td> <td class="thead">$vbphrase[contact]</td> </tr> $moderatorbits </table> <br /> <!-- end moderators --> </if> Then set the usergroup settings for your moderators usergroup to show on the show groups page. The hard way Open your showgroups template Find Code:
<td class="tcat" colspan="4">$vbphrase[moderators]</td> Code:
<td class="tcat" colspan="3">$vbphrase[moderators]</td> Code:
<td class="thead" width="50%">$vbphrase[forums]</td> Open template showgroups_usergroupbit Find Code:
<if condition="$showforums"> <td class="$bgclass"><div class="smallfont">$user[forumbits]</div></td> </if> Both ways will end up with a result like www.vbulletin.org/forum/showgroups.php The only difference is that the first way moves the moderators group to their place alphabetically on the page and the second leaves them at the top. |
#3
|
||||
|
||||
Or you could just go into your ACP ;
vBulletin Options > Help General Settings > Enable Forum Leaders and set it to "Yes, but Disable Moderators" |
#4
|
|||
|
|||
What, there's an option?
[high]* peterska2 goes to look[/high] So there is. And all this time I've been doing it the hard way [high]* peterska2 sighs[/high] |
#5
|
||||
|
||||
ROFL.
It was added in 3.5 I believe. |
#6
|
|||
|
|||
Thanks a lot.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|