I went to add a second mini-calendar on my homepage this morning for another calendar and had a problem with both calendars pulling event links for the newly added ssi calendar, instead of separetly for each specific one.
The two calendars are:
http://www.ironfans.net/cgi-bin/schedule/calendar.cgi
and
http://www.ironfans.net/cgi-bin/schedule/calendar.cgi?calendar=canada
Currently, on the homepage at http://www.ironfans.net , I have:
<!--#include virtual="/cgi-bin/schedule/calendar.cgi?template=ssi.html"-->
and it works great for the USA calendar (the default). Events are shown when clicked.
so I tried adding this then:
<!--#include virtual="/cgi-bin/schedule/calendar.cgi?template=ssi.html&calendar=canada"-->
to add a mini-calendar for the Canada calendar. I though it worked. It shows the calendar (test event on 10/1), but when you click on the top USA calendar, you get a Canada Calendar window, but an empty event.
You can see an example here and it'll make more sense.
http://www.ironfans.net/index-test.shtml
I even tried duplicating the ssi.html to ssica.html but the same problem occured. Is it possible to get two ssi calls on the same page from the calendar script?
thanks,
shaun