That's normal. The filter uses $showCat to display a single category at a time... if you have $showCat defined in your code, it will override anything else (including the filter selection).
There's an easy way to set a default selection, and let the filter override it. Simply set $showCat this way
PHP Code:
if((!isset($_REQUEST['showCat'])) or ($_REQUEST['showCat']=="")) { $showCat="7|11|10"; }
You should note that the filter will still show the category that you wanted to hide... I have a modified version of the filter plugin that respects your selection and only shows categories that you want. If you are interested in my plugin, use the link below to contact me.
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
|