PDA

View Full Version : Make admins invisible to moderators


Zzed
12-21-2004, 10:00 PM
This is a very simple yet useful hack that improves the invisible mode browsing for the admins. It allows administrators to browse the board in privacy and without being seen by the moderators or supermods. They can still be seen and tracked by other administrators.

Files modified: 3
Templates modified: 0
Total install time: under 5 minutes

lasto
12-22-2004, 11:21 PM
cheers m8 will test this

Mechanical Mind
12-23-2004, 12:36 AM
Can't this already be done in 3.0.3 without any hacking at all?

cinq
12-23-2004, 12:39 AM
Can't this already be done in 3.0.3 without any hacking at all?

How ?

deathemperor
12-23-2004, 12:53 AM
I'd like to have member with specified id be invisible to all even mod,smod or admin.

Mechanical Mind
12-23-2004, 01:23 AM
How ?

Sorry about that. :nervous: I reread your post more carefully. I see that you are including s'mods on up.

On my first read through, I thought you were referring to not allowing moderators to see administrators. And I think THAT is an option:

"Can see users who choose to be invisible while online" YES or NO

Sounds like a nice hack. I would gladly install it.

cinq
12-23-2004, 03:03 AM
Zzed, I think you are missing something in your instructions.
The 2nd file modification...where is it performed (in which file) ?

rinkrat
12-23-2004, 03:14 AM
I think the missing one should be online.php.

Zzed
12-23-2004, 03:44 AM
Zzed, I think you are missing something in your instructions.
The 2nd file modification...where is it performed (in which file) ?

I think the missing one should be online.php.

My sincerest apologies to all. :(

Rinkat is right. The missing filename was online.php. I updated the attached instructions.

cinq
12-23-2004, 06:03 AM
Thanks.
Installed :)

Boofo
12-24-2004, 04:19 AM
Long time, no talk. ;)

Looks good. I'm clicking install. ;)

red_baron2000
12-27-2004, 09:35 PM
nice hack ..cheers :)

Vevina
04-22-2005, 02:03 AM
sweet installed :)

NuclioN
11-01-2005, 06:31 PM
Can this be ported to 3.5 ?

Julie
01-13-2006, 11:00 PM
Yup, I would too like this ported to 3.5.x! Some of my members are too smart for their own good and are following me around the board! :S

Delphiprogrammi
01-14-2006, 01:17 PM
i modified this to work with 3.5.x no errors but it needs some testing to see if it works correctly ...

COBRAws
02-12-2006, 04:23 PM
i modified this to work with 3.5.x no errors but it needs some testing to see if it works correctly ...

please aknowledge final tests =D

Delphiprogrammi
02-12-2006, 05:20 PM
please aknowledge final tests =D

you can use the same instructions as the original author provded BUT


if(($user['usergroupid'] == 6) and ($bbuserinfo['usergroupid'] != 6))
{
$user['invisiblemark'] = '';
$onlinestatus = 0;
}


should be


if(($user['usergroupid'] == 6) and ($vbulletin->userinfo['usergroupid'] != 6))
{
$user['invisiblemark'] = '';
$onlinestatus = 0;
}


replace all instances of $bbuserinfo['usergroupid'] to $vbulletin->userinfo['usergroupid']($bbuserinfo is an old vbulletin variable)

ubblite
02-27-2006, 12:18 AM
you can use the same instructions as the original author provded BUT


if(($user['usergroupid'] == 6) and ($bbuserinfo['usergroupid'] != 6))
{
$user['invisiblemark'] = '';
$onlinestatus = 0;
}


should be


if(($user['usergroupid'] == 6) and ($vbulletin->userinfo['usergroupid'] != 6))
{
$user['invisiblemark'] = '';
$onlinestatus = 0;
}


replace all instances of $bbuserinfo['usergroupid'] to $vbulletin->userinfo['usergroupid']($bbuserinfo is an old vbulletin variable)

I followed the original code then applied your updates as stated, however after doing so it removes all Guest user activity. It will show the actual number of guest users, but under "Currently Active Users" they remain invisible. I applied the code in vb 3.5.3 (and now 3.5.4)

brvheart
02-24-2007, 01:48 AM
can anyone get this ported to 3.6.x please?

kylek
08-15-2007, 05:33 PM
Also have the need for this for 3.6 also if someone would be so kind.

Chy
03-01-2009, 11:20 PM
Anyone have any updates on this since this is so old or can recommend a similar hack that makes Admin location unknown to Mods and SuperMods?