MyBB Community Forums

Full Version: Time Spent Online in welcomeblock?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everybody,

How can I show users Time Spent Online in header_welcomeblock_member templates?
If you add this to that template:
Time Spent Online: {$mybb->user['timeonline'} Seconds

You will end up with the total # of seconds spent online I believe. If you optain a JavaScript to convert that to minutes/hours/days/etc. you'd be rolling. The reason is because the DataBase stores the time online in seconds, and not minutes/hours/etc.
(2009-09-23, 01:38 AM)Scoutie44 Wrote: [ -> ]If you add this to that template:
Time Spent Online: {$mybb->user['timeonline'} Seconds

You will end up with the total # of seconds spent online I believe. If you optain a JavaScript to convert that to minutes/hours/days/etc. you'd be rolling. The reason is because the DataBase stores the time online in seconds, and not minutes/hours/etc.

Did you try this on your forum??
No, but I looked at the database, so I know how it works :/
Don't work :l
It doesn't work. Any idea about this thread?