ignicoccus
08-27-2007, 10:38 AM
Hi,
I realized, that it is possible, to pass certain parameters via the URL, like:
www.mycalendar.de/calendar.php?showcat=11&mo=6 and so on. I would like to submit an andvanced filter via the URL but this does not seem to work for me
www.mycalendar.de/calendar.php?showcat=11|12|&mo=6
Is this possible with easyphpcalendar ?
My problem is, that I have the main category for my events and another category for trainers. Now I want the user to be able to just see the events for category1 from trainer1 without creating a template for each event and trainer. If set the $showcat=11 (select Trainer1) in my template, every other showcat call is ignored.
Regards
Achim
I realized, that it is possible, to pass certain parameters via the URL, like:
www.mycalendar.de/calendar.php?showcat=11&mo=6 and so on. I would like to submit an andvanced filter via the URL but this does not seem to work for me
www.mycalendar.de/calendar.php?showcat=11|12|&mo=6
Is this possible with easyphpcalendar ?
My problem is, that I have the main category for my events and another category for trainers. Now I want the user to be able to just see the events for category1 from trainer1 without creating a template for each event and trainer. If set the $showcat=11 (select Trainer1) in my template, every other showcat call is ignored.
Regards
Achim