MyBB Community Forums

Full Version: What does MyBB do to mark a user as updated?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Figured someone who's looked around the code might be able to answer this more quickly than it would take for me to figure it out on my own by searching through the files.

I'm working on integrating my website w/ my MyBB forums, but currently users are only marked as online if they are viewing the forums.

Does MyBB only update the lastactive column in the mybb_users table or is there multiple columns that are updated? Also, is there a lag in which they update it (i.e. every X minutes to cut down on SQL calls)?