Quote:
Originally Posted by Boofo
Chris, how could I do the same thing for certain member IDs (like mine) from everyone, whether they can see invisible users or not?
|
You would have to (most likely) alter functions_online.php to remove referencing to the usergroup permissions when your userid is online
Upon investigation I have narrowed it to:
PHP Code:
// ###################### Start userlocation #######################
function fetch_user_location_array($userinfo)
{
This function - There are no hooks inside the function so a file-edit is probable if not manditory
Chris