2014-03-30, 05:34 AM
2014-03-30, 05:43 AM
The user online status is taken from the mybb sessions table. If you look at how "online.php" works you will see the query. Post onlinestatus will not work because the memberlist is not a post.
The memberlist only queries the userfields and the users table. You would have to edit the memberlist core file or apply a patch to it.
Actually, on reflection, the member.php might be better to study as it looks to see if a user is online and checks permissions to view that info.
The memberlist only queries the userfields and the users table. You would have to edit the memberlist core file or apply a patch to it.
Actually, on reflection, the member.php might be better to study as it looks to see if a user is online and checks permissions to view that info.