Hall of Famer
04-05-2012, 08:19 AM
Users on friendlist always appear as online, while they appear as offline when they actually are online
So you see the problem already, the online/offline checker is malfunctioning and does its job completely the opposite to what it is supposed to. To fix it, simply go to functions_users.php at around line 16-20(it is line 18 for me, but can differ for you guys/gals), change the code is_object($row) to !is_object($row). This will reverse the online/offline checker's action, and thus resolving this tiny glitch. Note it is fixed in Mys v1.3.1 already.