Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved [How To?] Online/offline status in memberlist
#1
Not Solved
Is there a way to show the online/offline status of a user in the member list?

the below does not work.
{$post['onlinestatus']}
#2
Not Solved
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.
Random Fish and Sims Maniac
MY PLUGINS
Help MyBBSupport help you - remember to mark your threads as solved


Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)