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?