View Full Version : Moderators Not Shown as Staff
kaotic
05-23-2003, 09:51 PM
This isn't a big deal, but it would be useful to my forum particularly.
I set up a subforum for each major clan @ my message board. I let the clan leader moderate his or her clan's subforum.. but that's usually the only forum that the leader moderates. Because of this, the staff list is getting kind of large. :p Would it be possible to specify certain forums that don't have their moderators show up on the staff list? Like I said, this isn't a big deal.. but I would appreciate it. :)
Gary King
05-23-2003, 11:19 PM
What if ALL moderators (so excluding supermoderators) were not shown as staff? Are you alright with that? Or not? I can create a hack that can do either way, but the preceding method would take less time to create.
assassingod
05-23-2003, 11:28 PM
This is for showing no moderators on showgroups.php
It's untested, but you could open up admin/usergroup.php
Find:
if (($usergroupid != 1 and $usergroupid != 2 and $usergroupid != 3 and $usergroupid != 4 and $usergroupid != 7) or $usergroup['showgroup'] == 1) {
and replace that with:
if (($usergroupid != 1 and $usergroupid != 2 and $usergroupid != 3 and $usergroupid != 4 ) or $usergroup['showgroup'] == 1) {
It should work though:)
Gary King
05-23-2003, 11:32 PM
No, it will not work, because showgroups.php will still search for moderators. This is because it won't check to see if moderators are viewable on showgroups.php or not, since they're always supposed to be there.
assassingod
05-23-2003, 11:37 PM
Tested on my localboard and it worked, but i'll take your word for it:)
kaotic
05-24-2003, 01:02 AM
Well if assassingod's method doesn't work, I'm cool with your first idea.
Gary King
05-24-2003, 02:38 AM
Working on it right now, give me a minute or two.
Gary King
05-24-2003, 02:42 AM
Check this thread: https://vborg.vbsupport.ru/showthread.php?s=&threadid=53313
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.