View Full Version : Simple Modification: Hide your name in the Forum Leaders.
GNeRaL
01-03-2007, 10:00 PM
If you have an admin waiting for emergency and If you want to not to show him in forum leaders, follow these steps:
Learn your user ID, like 1.
Open your showgroups.php3 (or showgroups.php) @ www root:
Find (line: 120):
if ($user['userid'])
Change to:
if ($user['userid'] != 1)
and Save...
Marco van Herwaarden
01-04-2007, 10:25 AM
...or put them in a seperate usergroup that is not set to show on Forum Leaders ;)
Dawnf1
01-04-2007, 05:52 PM
I have 2 admins who just do techincal stuff for me and who don't want to be bothered by members about other stuff, so I wanted to take them off the forum leaders page. I made a seperate usergroup for them, and this removed them from the forum leaders page, only for some reason that group can't view some things it ought to be able to that everyone else can see. (various hacks/modifications).
I like the modification you have here, but can I use it for 2 members? And if so, how...?
GNeRaL
01-04-2007, 07:01 PM
I have 2 admins who just do techincal stuff for me and who don't want to be bothered by members about other stuff, so I wanted to take them off the forum leaders page. I made a seperate usergroup for them, and this removed them from the forum leaders page, only for some reason that group can't view some things it ought to be able to that everyone else can see. (various hacks/modifications).
I like the modification you have here, but can I use it for 2 members? And if so, how...?
For 2+ admins,
Change it to:
if ($user['userid'] != 1 and $user['userid'] != 2 and $user['userid'] != 3)
Dawnf1
01-04-2007, 07:26 PM
thanks :)
it worked a treat.
GNeRaL
01-04-2007, 07:45 PM
thanks :)
it worked a treat.
You're welcome, Have fun ;)
GNeRaL
01-07-2007, 05:59 PM
thanks
You're welcome. ;)
And for 3.8.x version?? I canĀ“t find a solution for this version.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.