View Full Version : Showing forums a moderator mods
tehQspm
04-29-2007, 07:53 AM
I want the Leaders Page to show just one list of all staff members (rather than separated into usergroups). Can that be done easily? I removed $usergroups from SHOWGROUPS template but the moderator listing only shows moderators who have been specifically assigned as moderators to any forums. Admins, Supermods etc do not show.
I then re-enabled $usergroups and played around with showgroups_usergroupbit but $user[forumbits] only displays the list of forums for anyone listed in the moderator list and not in any of the usergroup lists.
Is this something where I'd need to edit showgroups.php? Or am I approaching this from a different angle?
Lucky Seven
05-02-2007, 08:02 PM
You can show all staff members in one list but without forums by:
Edit showgroups_usergroup and leave just the following in the template:
$usergroupbits
Then, in SHOWGROUPS, replace:
$usergroups
with:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" colspan="3">$user[title]</td>
</tr>
<tr>
<td class="thead"> </td>
<td class="thead" width="100%">$vbphrase[user_name]<if condition="$show['locationfield']"> / $vbphrase[location_perm]</if></td>
<td class="thead">$vbphrase[contact]</td>
</tr>
$usergroups
</table>
<br />
That gets all your usergroup staff into one listing (although it doesn't display them alphabetically, still in group order). I haven't yet figured out how to get the moderated forums to be listed with the usergroups but I'm definitely trying as I want to do that myself - I think it is something that would have to be done through the PHP files unfortunately.
tehQspm
05-02-2007, 08:05 PM
Yes we've managed to put them all as one list and for now have had to contend with not showing the forums they moderate.
Thanks for your help.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.