Hi,
I'm tring to setup the Headlines (SSI templates) new_minical found on this page:
http://www.much2.com/calendarscript/index.html#templates I'm a novice at this and the instructions are not very clear. I am hoping someone could help me out.
Here are the instructions that I followed with my comments.
1) Copy the enclosed templates to the directory that contains ssi_html. -> Comment: I do not have a directory that contains ssi_html. I however do have ssi.html so I copied the template (new_minical) there.
2) Edit ssi.txt to point to the template of your choice. -> Comment: I editied the ssi.txt value template=ssi.html to read template=new_minical.html
3) Open the new ssi_*.html templace in an editor. If you are using the ssi_max* templates, change the value of either $max_days or $max_events (depending on the template chosen) to the number you'd like for the template to display. The default values are three. -> Comment: I did not wish to change the value so I did not open the new_minical.html
I then added SSInclude to my home page (<!--#exec cgi="/cgi-bin/calendarscript3/calendar.pl"--> modified it to point to the correct path to my calendar.pl and all I got was [an error occurred while processing this directive]
What am I doing wrong?