![]() |
Anyone got a working version for 2.3.2 already?
|
Does this hack work with version 2.3.3?, If not, is there any hack with the same features, that could work with this version?
Thanks |
Has anyone managed to get this working?
I could really do with it being on 2.2.3 |
Will this be updated for vB2.3.4 anytime soon, or are you laying off to work on vB3 stuff?
Cheers. |
I seems that it works ok at my 2.3.3 forum (It is the 2.3.3 with the 2.3.4 Calendar.php file - that security fix).
I used this version of the hack https://vborg.vbsupport.ru/showpost....4&postcount=48 EDITED : Except one small bug (?). A moderator can see other invisible users at the "Users Browsing this Forum" line, but not himself. Overall great hack If I encounter any probs I will report them. |
Surprising this sorta thing didn't come with the original VB. *Clicks Install*
|
I just installed this on a 2.3.0 board only for the super mods - they love it. But, for 2.3.0 (and maybe some of the other 2.2.x versions) there are 3 more changes that need to be made.
To make the moderator visible to himself when browsing a forum, you need to do the following in forumdisplay.php FIND: Code:
if ((!$bbuserinfo['invisible'] or $bbuserinfo['usergroupid'] == 6) and $bbuserinfo['userid'] <> 0) { Code:
if ((!$bbuserinfo['invisible'] or $bbuserinfo['usergroupid'] == 6 or $bbuserinfo['usergroupid'] == 5 or $bbuserinfo['usergroupid'] == 7) and $bbuserinfo['userid'] <> 0) { FIND: Code:
if ((!$threaduser['invisible'] or $bbuserinfo['usergroupid'] == 6) and $bbuserinfo['userid'] != $threaduser['userid']) { Code:
if ((!$threaduser['invisible'] or $bbuserinfo['usergroupid'] == 6 or $bbuserinfo['usergroupid'] == 7) and $bbuserinfo['userid'] != $threaduser['userid']) { Code:
if ((!$bbuserinfo['invisible'] or $bbuserinfo['usergroupid'] == 6) and $bbuserinfo['userid'] <> 0) { Code:
if ((!$bbuserinfo['invisible'] or $bbuserinfo['usergroupid'] == 6 or $bbuserinfo['usergroupid'] == 5 or $bbuserinfo['usergroupid'] == 7) and $bbuserinfo['userid'] <> 0) { |
All times are GMT. The time now is 12:57 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:
|