The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#31
|
||||
|
||||
![]()
OK...In the plugin before all code I added:
Code:
if (in_array(THIS_SCRIPT, array('forumdisplay'))) { And after all code I added "}". I also added this code bit back in without errors: Code:
if (fetch_online_status($loggedin)) { $numbervisible++; eval('$activeusers .= ", ' . fetch_template('forumhome_loggedinuser') . '";'); } I just noticed that when viewing the Current Active Users in forumdisplay pages I don't see the invisible users. Even after disabling the hook. The Usergroup permission to see Invisible Users is set to "Yes". Is that vB's normal behavior to only see invisible users in forumhome? |
#32
|
||||
|
||||
![]()
Could you post the exact code you're using?
|
#33
|
||||
|
||||
![]()
It's quite a large part of vB's index.php (copy and paste) and I don't want to risk breaking the rules. Can you give me a free pass?
![]() I hope this helps for now: I opened with: Code:
if (in_array(THIS_SCRIPT, array('forumdisplay'))) { I copied and pasted all of the Main Script bits (stopped before Birthday bit): Code:
// ######################### REQUIRE BACK-END ############################ require_once('./global.php'); require_once(DIR . '/includes/functions_bigthree.php'); require_once(DIR . '/includes/functions_forumlist.php'); // ####################################################################### // ######################## START MAIN SCRIPT ############################ // ####################################################################### And the entire bit of $activeusers and stopped at "// ### GET FORUMS & MODERATOR iCACHES": Code:
// ### LOGGED IN USERS ################################################# $activeusers = ''; And ended all code with: Code:
} |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|