The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Showgroups.php Edit
Hello, on my forum I have 3 user groups who have moderator access over specified forums. There are the Administrators who have obvious access, Moderators who have access over specific forums/categories; and we have Hosted Project Members which is a usergroup of those who run projects hosted by us. Some of these Hosted Project Members have moderator access over their personal Project sub forums, but are not part of my staff. I have showgroups.php set to display the Hosted Project Members usergroup, but those users also appear in the Moderator area of showgroups.php because of their mod access to their project forum.
I hope this wont be too complex - how can I display only moderators who are in the Moderators usergroup? Or how can I display all users who have moderator powers over a forum that are NOT in the Hosted Project Members usergroup? Thanks much. |
#2
|
|||
|
|||
Did you add the Hosted Project Members mods to the moderator usergroup?
If you did, you can remove them from that group as the requirements for individual forum mods do not require them to be part for the moderator usergroup. |
#3
|
|||
|
|||
They are not part of the Moderator usergroup, only my staff are.
www.wc3campaigns.net/showgroups.php As you can see, the Hosted Project guys are in both Hosted Project and Moderators. |
#4
|
|||
|
|||
ok, this works.
In 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> Move moderators to the moderator usergroup (if they are not already in it) and set this usergroup to show on the forum leaders page. They will then show the same as admins and super mods. |
#5
|
|||
|
|||
Yes I already know that; the problem is then the section where it says what forum they moderate will be gone. I would really prefer to keep that if at all possible.
|
#6
|
|||
|
|||
Sorry for the bump, any ideas?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|