![]() |
Very simple, but seeing there was a request for it, I figured I would go ahead and release how I was able to accomplish this in vB 2.0.3. Not sure if it is the same in 2.2 or not, but it probably isn't too much different regardless.
EDIT: Updated instruction attachment for inclusion of complete 2.2.0 modifications. EDIT2: See Post #29 For the fix for fourmdisplay.php for versions 2.2.2 and 2.2.3. :) EDIT3: see Post #48 For the new install file for vB version 2.2.6 |
Awesome, just what I needed.
Might make a few adjustments though: dunno what usergroupid 7 is, but it's not anything on mine. On my forum, admin is 6, supermod is 5, and mod is 9. I chose not to allow mods to see, so all I had to add was 'or $bbuserinfo[usergroupid] == 5' 'and $bbuserinfo[usergroupid] != 5' etc. Worked like a charm though, on 2.2.0. Thanks! |
My group ID designations as per the instructions.
Super Mods - 5 Admins - 6 Mods - 7 I wasn't aware that they would be different from board to board. I'll modify the instructions to reflect the group number designations and how to find your own for those who don't know. Great news hearing that it works in 2.2 as well. :) |
A little time to think about it, makes me wonder if making this hack complete for vB version 2.2 wouldn't require a change to forumdisplay.php, so that the "Currently browsing this forum" display would show invisibles to Mods and super Admins as well. I'm not sure since I don't use 2.2. The modification would probably be very similar to the one in index.php though I'm guessing.
|
Hey, you're right. Here's the code for 2.2.0:
Around line 647: find Code:
if (!$forumuser['invisible'] or $bbuserinfo['usergroupid'] == 6) { Code:
if (!$forumuser['invisible'] or $bbuserinfo['usergroupid'] == 6 or $bbuserinfo['usergroupid'] == 5) { |
Quote:
|
lol can someone speel out what this hack does I'm not getting it. Where can the mods etc etc see the invisible users?
|
It is only effective if "Who's Online" is turned on. If it is, they will be able to see the invisible users within both the display on the index and within the display in the Who's Online Activity window. And also in the "Users Browsing this Forum" display in version 2.2.0, normally located at the top of the forums.
|
lol thanks, great hack... I just won't tell my members about it!
|
Mine don't know either. >=) Its good for keeping an eye on trolls and spammers though. :)
|
All times are GMT. The time now is 06:03 PM. |
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:
|