MyBB Community Forums

Full Version: checking if user is online?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm preparing the next release of one of my mods, and I've looked around a bit, but cannot find something where I can check if a user is online or not! Could someone help me out?
you could always look at the code for the author post bit?

Status: Offline
$post[onlinestatus]

Ok, so that'll tell me if a user is online or not, but I want to tell $post[onlinestatus] what user to check. how would I do that?