The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Hello Everyone,
I have an additional admin username that I use when working/browsing (cloaked) my forum and never post using it. I'd like for it to not show up on the Forum Leaders page. Is there a way for me to maintain this username as an admin, but not display it on the Forum Leaders page? Firefly suggested I ask over here. Any advice on how to make this happen would be greatly appreciated. Destee |
#2
|
||||
|
||||
CP » User Groups » Modify » Administrators » [edit] » Viewable on Show Groups? » Set it to NO
|
#3
|
||||
|
||||
Thanks for your response Nuno, sorry for not making myself more clear. I don't want to disable the feature for all admins, only one. Firefly said there would be some hacking involved (showgroups.php).
|
#4
|
||||
|
||||
oh i c
yes then its a hack |
#5
|
||||
|
||||
Couldn't the extra testing admin be put in a new usergroup that doesn't show on the forum leaders page? Then, you just give that new user group admin priveleges.
Amy |
#6
|
||||
|
||||
Nuno, if all else fails, your suggestion may be used. Everyone knows I'm the admin, so there's really no need (other than my ego) that I be listed on that page.
Amy, I've not created a new usergroup before. I'm going to play with it now and see if I can resolve this. Thanks both of you. Destee |
#7
|
||||
|
||||
Hi Destee, remember me?
Anyhow, in showgroups.php, replace this: Code:
LEFT JOIN userfield ON (userfield.userid = user.userid) WHERE usergroup.showgroup = 1 Code:
LEFT JOIN userfield ON (userfield.userid = user.userid) WHERE usergroup.showgroup = 1[high] AND user.username<>'YOUR_NAME'[/high] |
#8
|
||||
|
||||
Haaaay Firefly !! Yesss I remember you !!
This works perfectly! Thank You Very Much! Thanks Everyone. Destee |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|