The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Moderator Specifics in Forum Leaders
I'm sure I had this before, but now it doesn't seem to work. Anyway, what I want is the Forum Leaders to be displayed as so:
Admins: Member#1 Moderators: Member#2 Member#3 Member#4 Then following that, it specifies where they moderate: Moderators: Member#2 - e.g. Politics, Sport, Health Member#3 - e.g. Politics, News etc. Edit/Delete Message Thanks |
#2
|
||||
|
||||
If you enable displaying moderators on the Forum Leaders (via vBulletin Options, not usergroup options), it will do exactly that.
|
#3
|
|||
|
|||
I thought it was a default setting, but over at vB.com they said it was a vB.org matter. Anyway, I went to vBulletin Options > General Settings > Enable Forum Leaders, and it's already set on 'Yes'. So, did you mean somewhere else?
|
#5
|
|||
|
|||
I got to Forum Manager > 'x' Forum > Add Moderator. They're definitely set to the Mod usergroup too, it's just not displaying their forums on the Show Leaders.
|
#6
|
|||
|
|||
*bump*
|
#7
|
|||
|
|||
*le bump*
|
#8
|
||||
|
||||
do you have a custom style?...have you tried switching to default style (if you do) and deactivating the plugin system to see if it works correctly?
|
#9
|
|||
|
|||
I've edited my default style, but I can't see how I would have removed this.
Here's my 'SHOWGROUPS' template. Anything suspect here? Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> $headinclude <title>$vboptions[bbtitle] - $vbphrase[show_groups]</title> </head> <body> $header $navbar $usergroups <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td width="100%"> </td> <td>$forumjump</td> </tr> </table> $footer </body> </html> |
#10
|
||||
|
||||
here is my SHOWGROUPS template...as you can tell...they are quite different...(mine is 3.6.8)
Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> $headinclude <title>$vboptions[bbtitle] - $vbphrase[show_groups]</title> </head> <body> $header $navbar <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> $usergroups <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td width="100%"> </td> <td>$forumjump</td> </tr> </table> $footer </body> </html> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|