Any way to make list mode function as "headlines"
What I'd like to do is have a list mode that displays just the titles of events which you could then click on to take you to another page with another list mode calendar displaying the full details of the selected event.
Sort of like a blog mode where it goes from list mode-> list mode instead of normal mode -> list mode.
The best I've come up with is to modify the monthly.php and "hard link" the event title/date to a new page that has another list mode calendar (with a different template) displaying the full details.
Is there any way so it will just display the events for the selected day (like blog mode does)?
In my attempt to make this work I've discovered that if you put multiple list mode calendars on a page each filtering for a different category, the calendars after the first will only display the first event, no matter how many $listEvents are defined. Any way around this?
Examples: http://psichi.subcortical.com/test.php
http://psichi.subcortical.com/index.php
|