Mystics
Sat 20th Jul '02, 10:58pm
Hi,
as you all know, an invisible, currently online user is shown as offline to all people, except to Administrators, they can see him always as online.
But this doesn't work within a thread; the icon nearby the "profile" Button shows the user as offline.
I have done this changes in admin/functions.php to fix it:
Replaced if ($post['lastactivity'] > $datecut and !$post['invisible'] and $post['lastvisit'] != $post['lastactivity']) {with if ($post['lastactivity'] > $datecut and (!$post['invisible'] OR $bbuserinfo['usergroupid'] == 6) and $post['lastvisit'] != $post['lastactivity']) {Mystics
as you all know, an invisible, currently online user is shown as offline to all people, except to Administrators, they can see him always as online.
But this doesn't work within a thread; the icon nearby the "profile" Button shows the user as offline.
I have done this changes in admin/functions.php to fix it:
Replaced if ($post['lastactivity'] > $datecut and !$post['invisible'] and $post['lastvisit'] != $post['lastactivity']) {with if ($post['lastactivity'] > $datecut and (!$post['invisible'] OR $bbuserinfo['usergroupid'] == 6) and $post['lastvisit'] != $post['lastactivity']) {Mystics