Quote:
Originally Posted by RetroDreams
Any idea why birthdays and calendar events are not showing up?
|
I have the same problem, and perhaps I do have an idea...
1. I ran the calendar query from this hack against my database and didn't have any events show up. I think the reason is that the query has the dates described as 27-Sep-2004 and the database has them in a numeric form:
Query:
Code:
SELECT * FROM event WHERE dateline_from>='27-Sep-2004' AND dateline_to<='12-Oct-2005' AND visible=1 ORDER BY dateline LIMIT 0,14
Database (just an example)
Code:
dateline_from: 1025697600
dateline_to:1025787600
Anyway, that is my idea.
A Question
1. Does anyone running 3.0.3 have calendar events showing?
2. How does it decide which template CSS to use for the HTML layout?
Comments:
2. Since 3.0.3 supports multiple calendars, there should really be a way to select which calendars are used.
3. ...And possibly send individuals their own private events, too
Regards,
Matt