Quote:
Now that's strange - this is what I get, every other date shows correct - could this have anything to do with Vista?
|
Hi Jason,
I find the problem, and now fix it. Goto vBuleltin admincp, then goto Plugin Manager and browse the edit area of
Prepare Visist Statistics on FORUMHOME and find this:
PHP Code:
$mostdate_unixtimestamp = mktime(0, 0, 0, $mostdate_split[1], $mostdate_split[2], $mostdate_split[0]);
and replace with:
PHP Code:
$mostdate_unixtimestamp = mktime(0, 0, 0, $mostdate_split[1], $mostdate_split[2], $mostdate_split[0])+$vbulletin->options['hourdiff'];
Now save it and re browse the forum home.