Listings Module in v6.1.1
I am trying to use the Listings Module as described in instructions.htm from a zip file downloaded today. However, it fails to appear.
Calendar script is installed at http://www.rescuecats.org/events/calendar/
On page http://www.rescuecats.org/adoption/calendar.html I have chosen to list the calendar, then below it (where you see xxx) I have added the code to plug in the Listings Module... as per instructions.htm but I find that there is no monthly.php file in events/calendar/. I did find a monthly2.php file in events/calendar/templates but it doesn't appear to work if I plug that path in. I have an old monthly2.php file that I used with a previous version as the custom table fits my website template. But, alas, it too doesn't work.
Instructions indicate:
<?php
$LIST=1; $DF = "D - M d";
$template="monthly.php";
require ("calendar/calendar.php");
?>
I used:
<?php
$LIST=1; $listWeeks = 2; $DF = "D - M d";
$template="../events/calendar/monthly.php";
require ("../events/calendar/calendar.php");
?>
Also tried:
$template="../events/calendar/templates/monthly2.php";
$template="../events/calendar/templates/monthlyOld.php"; (my old template file)
And, of course, let me know if I'm being an idiot and overlooking something.
Any suggestions would be appreciated.
Thanks,
Chassie
|