Sorry for my delay and thanks again for your help.
I tried the following but it did not change how the list looked.
But it does provide the single listing as desired.
Now if I could only get rid of the "date header" (in dark blue) or list a date range.
Should I consider copying and modifying the template to achieve my goal?
Or perhaps I did not use the unset command properly?
<?php
// SHOW LISTINGS MODULE
$showCat="106|";
$LIST=1;
$listMonths=12;
$listEvents=1;
$DF = "M jS, Y (D)";
$template="modern.php";
unset($displayedEvents, $showDateS);
require("scripts/calendar/calendar.php");
?>
Last edited by Mindsvirge; 03-16-2010 at 06:26 PM.
|