Got it working (Thanks Brian) and was wanting to know with this new code how to tell it to remove one of the categories from showing up. I did the advanced filter setting and it gave me the code: 5|3|4|1|
In this script where would I need to add this in as well as the other changes that you told me I needed to do.
I could not find anything showing how to just tell the list not to show a certain event. I had to ckick the ones I wanted to "show only" in the list and get this code. Looks as if I add a category later I will have to go back and redo my filter setting. Is this true also? If there is a way to tell the list not to show a certain category that would be better for me and would prefer that method.
PHP Code:
<?php $showCatTMP = $_REQUEST['showCat']; unset ($showCat, $_REQUEST[showCat], $_GET[showCat]); $LIST=1; $listWeeks=52; $listEvents=7; $DF = "n/d/Y - l"; $template="sidelist.php"; require ("calendar/calendar.php"); $_REQUEST['showCat'] = $showCatTMP; ?>
Last edited by Bigguy; 02-01-2007 at 08:13 PM.
|