Normal calendar with filter and List mode with specific catergories
I have a 2-column layout. The first column to get displayed has List Mode specifying 2 categories. The second column has a normal calendar with filter option so user can specify.
The showCat for the List Mode is affecting the categories the normal calendar shows, so I put in
unset($showCat, $_REQUEST['showCat']);
but when the user selects the filter option on the normal calendar, the unset seems to be unsetting the user's selection.
So, I read another post about setting temporary variables, so I tried various versions of putting that before and after the List Mode, before and after the Normal mode, and latest try was to put it around the List Mode and Filter. None are giving the desired result.
Here is the page with just the unset: www.tallyholeesburg.com/index.php
and here is the page where I'm trying the temporary variables:
www.tallyholeesburg.com/test6.php
Where am I going wrong?
BTW, This is the BEST calendar - thank you! Never going back to the other free one I used to use.
Thanks in advance.
|