Multi Calendar not working properly
I've installed the calendar and included it on a page called events.php
Using the BLOG display, everything works fine and as expected, but I want to use the blog display + multi (Showing 3 months in calendar view - with the selected days events in the list)
But once i use the code (from the documentation) for MULTI=1, everything looks fine until i click something.
Clicking a day (any day) in any month brings me to index.php (umm why?) So ok... added unset($epcAltLink); $epcAltLink="events.php";
And now i click a day and it keeps me on the events page, but it doesnt display the day clicked, just the month.
And when clicking on the 3rd month, it now brings up the next 3 months (When i have put in $noNav=1) So when clicking in Feb on any day, it now shows me feb, mar, april... why?
All i want (and its quite simple) is to display 3 months - with the first month being now. And when i click on a day, it displays that days events in my list (as how the blog example works) and doesn't navigate away from the 3 months displayed!
So in other words - the BLOG example with the list under 3 static calendars starting with the current month.
|