Legend and filter filters.
Hey group. Newbie here.
I''ve got my calendar setup and running. Cats are public1, public2 and private3
This filters cats "as advertised" :
<?php $TOC=1; $showCat="1|2|";require ("calendar/calendar.php"); ?>
Shoud I be able to say:
<?php $showCat="1|2|"; require("calendar/plugins/filter.php"); ?>
and
?php $showCat="1|2|"; require("calendar/plugins/legend.php"); ?>
To supress Private3 from showing up in the legend/dropdown?? It doesn't seem to work.
-Joe
|