MyBB Community Forums

Full Version: Time Spent Online
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have been looking for this for the past hour - is there a way to modify the time spent online in the profiles so that it does not show more than three levels of time?

Example:

Newbie - shows hours, minutes seconds

long time user - shows months, weeks, days.

If your answer is "It needs a plugin"

then here is part two of the question - how can I edit the Time Spent Online so it does not show the time in seconds (without a plugin).
Bump? Any help on this one?
Open member.php file and find; (around the line # 1724)
		$timeonline = nice_time($memprofile['timeonline']);

You've to edit nice_time() function. Check the Manual for better understanding: http://php.net/manual/en/function.time.php
Thanks for the link to the manual - I already had it bookmarked. I was kind of hoping for a template edit TBH..... I already found the nice_time function Smile. However, I don't really want to play about with that as I have Tomm's relative_time plugin and I dont want to risk breaking it....