The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Hi. Is there a way to hide the location of admin and mods in the whos online details box without making them invisible on the board? I want members to see that we're there and available... but I don't want our every move shown as to make anyone uncomfortable.
Maybe defaulting them to main page or unknown location. |
#2
|
||||
|
||||
In online.php, replace this:
PHP Code:
PHP Code:
Code:
$allusers= $DB_site->query("SELECT user.username, session.location, session.lastactivity, user.userid, user.invisible, session.host, user.showemail, user.receivepm Code:
$allusers= $DB_site->query("SELECT user.username, session.location, session.lastactivity, user.userid, user.invisible, session.host, user.showemail, user.receivepm, user.usergroupid |
#3
|
||||
|
||||
Hi... The second part of the code is a little different than what's on the online.php. I tried it anyway and got a database error...
The last part of the before and after replacement is different: [&n] [&nbs] These are not at the end of the string of either original string. |
#4
|
||||
|
||||
Guess the PHP tag screwed it a bit... :/
Code:
$allusers= $DB_site->query("SELECT user.username, session.location, session.lastactivity, user.userid, user.invisible, session.host, user.showemail, user.receivepm Code:
$allusers= $DB_site->query("SELECT user.username, session.location, session.lastactivity, user.userid, user.invisible, session.host, user.showemail, user.receivepm,user.usergroupid |
#5
|
||||
|
||||
Hi. Is there a way that I can get this hack so that it only hides the admin online? Thanks bunches.
|
#6
|
||||
|
||||
change
PHP Code:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|