Quote:
Originally Posted by khuhner
In vB 4.0.1 I entered an event to occur on March 1st, 2010. In the UPcoming Events block it shows the event occuring on Feb 28th, 2010.
The 2 images below show the correct calendar entry and the second shows the widget showing the wrong date.
|
Same here. Have events happening before March 28th yet it only seems to show March 28th.
Any solution for this?
edit some debugging:
Query =
SELECT * FROM event WHERE visible = 1 AND (dateline_from > '1267633147' || ( dateline_from > '1267633147' AND dateline_to < '1267633147' )) ORDER BY dateline_from ASC LIMIT 5
seems to be going wrong with the dateline?
edit 2: Hmm I guess this has to do with recurring events.
How do I display these too?
Quote:
Originally Posted by Bitti
Delete
PHP Code:
. ' ' . VB::$vbulletin->options['timeformat']
|
Quote:
Originally Posted by voglermc
from where?
|
Good question, from where?