Helpful Information
 
 
Category: vBulletin 3.6 Template Modifications
Simple Modification: Hide your name in the Forum Leaders.

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...

...or put them in a seperate usergroup that is not set to show on Forum Leaders ;)

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...?

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)

thanks :)
it worked a treat.

thanks :)
it worked a treat.

You're welcome, Have fun ;)

thanks

thanks

You're welcome. ;)

And for 3.8.x version?? I canīt find a solution for this version.










privacy (GDPR)