quote:
runninghorse wrote:I'd like to download the mod to include a list of most recent events (or "this weeks" events) on the index page of my website, but don't know where to find it. Please, someone, point me in the right direction.
You don't need a mod to do this. Once your calendar is running correctly you can include events on another page using:
code:
<!--#include virtual="/cgi-bin/calendar.pl?duration=10d&template=ssi.html&calendar=metacal" -->
As you can see you can specify the duration, template, and calendar. Make sure the path is correct to CalendarScript.
Look at:
http://www.calendarscript.com/support/forum/Forum4/HTML/000466.html
for a link to some sample ssi.html files. These show different ways to format the included event list.
Also check out
http://www.much2.com/calendarscript/index.html
at the bottom of the page there are links to a number of topics in this forum about using SSI to display your events.
Remember the page you use the server side include directive in has to be allowed by the server to process SSI. Usually this means that the file extension will be .shtml, instead of .html.
You might want to read section 9.1 of the documentation, it deals with displaying the events using SSI.
------------------
Dale Ray http://www.sscsoftball.org</A>
[This message has been edited by eladyar (edited August 22, 2003).]