PDA

View Full Version : Filtering affected on joomla install


GCDR0812
01-29-2008, 10:44 AM
Thanks for the help so far on other queries!

I understand this is not fully supported but would appreciate you comments.

I have the calendar displayed in a module position in a joomla install.

I also have a menu option which when clicked displays a list of the current events with a filter.

If i use the filter on this page, it filters the calendar in the module postion and returns to the home page, instead of just filtering the events list!!

Any ideas......???

the url is www.tickhillrunningclub.co.uk (http://www.tickhillrunningclub.co.uk) and the option is Events Diary..

Thanks

Ryan

ve9gra
01-29-2008, 02:08 PM
You're going to have to make some crafty adjustments to be able to make this work.

The $showCat variable (when put in a URL) affects all of the calendars on the page. So you'd have to check if $showCat was set before showing the calendar, and if it is then save the value of it, then unset the variable, show the calendar and then reset the variable to its former value.