I couldn't get it to work on the forumhome even with this change. It kept messing up my "Member of the Day" hack. Neither one would show right if I have them both going. Any other way to get it to show on forumhome?
And how is the Time online per day calculated?
And one last thing Sorry

). Is there a way I can get it to NOT show any users times that are all at zero until they are online?
Quote:
Originally posted by NTLDR
PHP Code:
$ttime = dotime($tuser[timeonline]);
Should be:
PHP Code:
$ttime = dotimeonline($tuser[timeonline]);
|