The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
confused
ive tried setting up moderators on my community and as you see staff appears as i'd like wich looks good to me but when you add a moderator to a forum then click on show foru, leaders moderators are at the top of the list along with all the forums their in and then moderators show up again normal
see attachment 2 how do i fix this thanks |
#2
|
||||
|
||||
So you want to have the leaders listed and then the moderators? You need to edit the SHOWGROUPS template and move this code:
HTML Code:
<vb:if condition="$moderatorbits"> <ol id="groups_1"> <li class="block" id="group0"> <h2 class="blockhead">{vb:rawphrase moderators}</h2> <ol class="blockbody"> {vb:raw moderatorbits} </ol> </li> </ol> </vb:if> HTML Code:
<vb:if condition="$usergroups"> <ol id="groups_2"> {vb:raw usergroups} </ol> </vb:if> |
3 благодарности(ей) от: | ||
ForceHSS, MarkFL, RichieBoy67 |
#3
|
|||
|
|||
ok thats what i wanted to do thanks! but still as you can see in this screen shot moderators is still showing up twice and i cannot figure out why i mean is it supposed to do that or is their something wrong.... seems kind of confusing to me
|
#4
|
|||
|
|||
<a href="https://vborg.vbsupport.ru/showthread.php?t=299659" target="_blank">This</a> mod would list in the order you wanted as well. I use it myself
|
#5
|
||||
|
||||
If you don't want the moderator *usergroup* to be listed, then go to Usergroups > Edit Moderators > Viewable on Show Groups > No
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|