BigG
02-28-2009, 05:26 PM
Hi,
Am using the calendar in a joomla 1.5 environment. on www.stbrycekirk.org (http://www.stbrycekirk.org). I have a calendar on frontpage with a jumi module to show a list , this shows the next 1 event from a given category,
//SHOW LISTINGS MODULE
$LIST=1;
$noOld = 1;
$listEvents = 1;
$DF = "l jS M Y";
$template="modernsmalldate.php";
$showCat = a|2;
require("../calendar/calendar.php");
However, when it comes to the end of the month, it dont show any events, but if i move the month forward of the calendar it shows the first event for that month.
I tried changing the code to:
//SHOW LISTINGS MODULE
$LIST=1;
$noOld = 1;
$listEvents = 1;
$DF = "l jS M Y";
$template="modernsmalldate.php";
$showCat = a|2;
require("../calendar/calendar.php");
unset ($mo, $yr);
This makes no differnce
If i change the unset $mo, $yr;
this brings about a 500 server error,
I know you dont support for this with joomla, but any advice would be great
G
Am using the calendar in a joomla 1.5 environment. on www.stbrycekirk.org (http://www.stbrycekirk.org). I have a calendar on frontpage with a jumi module to show a list , this shows the next 1 event from a given category,
//SHOW LISTINGS MODULE
$LIST=1;
$noOld = 1;
$listEvents = 1;
$DF = "l jS M Y";
$template="modernsmalldate.php";
$showCat = a|2;
require("../calendar/calendar.php");
However, when it comes to the end of the month, it dont show any events, but if i move the month forward of the calendar it shows the first event for that month.
I tried changing the code to:
//SHOW LISTINGS MODULE
$LIST=1;
$noOld = 1;
$listEvents = 1;
$DF = "l jS M Y";
$template="modernsmalldate.php";
$showCat = a|2;
require("../calendar/calendar.php");
unset ($mo, $yr);
This makes no differnce
If i change the unset $mo, $yr;
this brings about a 500 server error,
I know you dont support for this with joomla, but any advice would be great
G