Quote:
Originally Posted by clauz
The same problem in my forum.
All the events are delayed by a day.
On the bottom of my forum, where the original Calendar is displayed, all works fine.
|
Change in the XML file
$uevent_date = vbdate($vbulletin->options['dateformat'], $uevents['dateline_from'] + 86400, false, true, false);
to
$uevent_date = vbdate($vbulletin->options['dateformat'], $uevents['dateline_from'], false, true, false);