.
I only volunteer my services here. I will try to help
you (or others) use CalendarScript but there is a limit of what I will do for free. If anyone wants
me to do the work
for them, I'm available for hire.
Here is some free help:
** What I want is for the map.swf file to appear with caleandars A, B C and D, but map2.swf with calendars E, F G and H **
This is pseudo (not actual) code just to give you an idea:Print out most of the common HTML code that adds the map menu. Then using template programing do something like:
if (calendar A, B C or D)print <param name="movie" value="
http://www.mywebsite.com/website/Map.swf">
elseprint <param name="movie" value="
http://www.mywebsite.com/website/Map2.swf">
Then print out the rest of the common map code.
** Can I run two copies of calendarscript side by side on teh same server? **
You can run a hundred... depending on the server resources available. You can also run two independent calendars using a single calendar installation.
** Could I copy the whole thing into a second dir cgi-bin/calendarscriptB and then link to the relevant pages there? **
I don't know what you mean by "
then link to the relevant pages there" nor what it is suppose to accomplish.
** Failing that - can you point me to an example conditional (perhaps in teh archive or on the web) and I can have a go at learning how to do it. **
The forum messages titled "
Color coding Events", "
add color choice [for] display of event title" and "
adding icons" which are
linked from the Links section of the Unofficial CalendarScript - Mods and Plugins site all (and probably others) show conditional template statements which could be viewed to get an idea of how such coding is used.
JMO
Dan O.