View Full Version : [fixed] Admin no longer can see invisible User as online in Buddy List
Mystics
Thu 30th May '02, 12:11pm
Hi,
ok, you have fixed this bug in the current Release of 2.2.6:
Offline in User List, but still Online in Buddy List (http://www.vbulletin.com/forum/showthread.php?s=&threadid=45535)
Thx for that, but you also have removed the 'feature', that Admins can see invisible Users as online in their Buddy List.
Bug or Intention?
Mystics
Floris
Fri 31st May '02, 9:41am
I hope it is a bug, because I know they can fix that.
I hope it was intentional, because that could mean they quick-fix it untill 2.2.6 final is released - where it might work again.
I just set my [clone] user to invisible through the Admin Control Panel on my board, and then logged in as administrator to the frontpage. The user appears as floris* and that means that bug doesn't seem to appear on my frontpage. It also shows up on online.php - I run 2.2.6RC (and upgraded from 2.2.5) I don't seem to have your problem! So not sure if it is a bug.
Mystics
Fri 31st May '02, 9:46am
I'm not talking about the frontpage (index.php) or online.php :)
I'm talking about the Buddy List (usercp.php).
And it is indeed very simple to fix :p
I'm hoping it will be in the final release of 2.2.6.
Mystics
Floris
Fri 31st May '02, 9:50am
Originally posted by Mystics
I'm not talking about the frontpage (index.php) or online.php :)
I'm talking about the Buddy List (usercp.php).
And it is indeed very simple to fix :p
I'm hoping it will be in the final release of 2.2.6.
Mystics Oops, I thought (that is where it went wrong perhaps) that it was about the invisible (global?!). My bad. If you know how to fix it, maybe E-mail John or someone else from the dev's about it :) But I am sure it will be fixed yes.
Mystics
Fri 31st May '02, 9:59am
Originally posted by xiphoid
If you know how to fix it, maybe E-mail John or someone else from the dev's about it :) But I am sure it will be fixed yes. Yes, I'm sure they know what to to :rolleyes:
But if anybody need it right now:
Just changing
if ($buddy['lastactivity'] > $datecut and !$buddy['invisible'] and $buddy['lastvisit'] != $buddy['lastactivity']) {to
if ((!$buddy['invisible'] or $bbuserinfo['usergroupid']==6) and $buddy['lastactivity'] > $datecut and $buddy['lastvisit'] != $buddy['lastactivity']) {But I think, there also should be added an asterisk (*) next to their name like in online.php etc. to avoid confusion.
Mystics
Powered by vBulletin™ Version 4.0.2 Copyright © 2010 vBulletin Solutions, Inc. All rights reserved.