Quote:
Originally Posted by punk23
Great hack.
Only one issue. I have a latests posts block in my forumhome and whenever I enable this hack it changes the time of the post from e.g: 28 minutes ago - to e.g: 12.39pm.
Any idea why it's doing this please?
|
Same here. Any way to fix this?
Quote:
Originally Posted by iceytdot
nicely done again cybernetec i think a lot of my products are made by you... anyway you can add a lil tweak to show the most ever users in X amount of hours (my setting is 24, so most ever to come back in 1 day) would be amazing if i could get that with this.
|
Agreed. I currently use
Members who have visited today. It shows the most users online in one day. I really like that feature, but I like this mod better. Any chance you could add it or tell us how to do it ourselves?
I'm fairly sure this is the code:
Code:
$visitors = construct_phrase(
$description, vb_number_format($vbulletin->maxloggedin['maxvisitors']),
vbdate( $vbulletin->options['dateformat'], $vbulletin->maxloggedin['maxvisitorsdate'], true ),
vbdate( $vbulletin->options['timeformat'], $vbulletin->maxloggedin['maxvisitorsdate'] )
);