![]() |
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. |
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 |
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. |
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 |
Hi. Is there a way that I can get this hack so that it only hides the admin online? Thanks bunches.
|
change
PHP Code:
PHP Code:
|
All times are GMT. The time now is 09:26 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|