Hi everyone,
I am trying to display the new calendar layout showing events from a particular category (cat1).
When using this code: {cms_module module='CGCalendar' category='cat1'}, I am getting the new layout calendar populated with the events from all the categories.
When using this code: {cms_module module='CGCalendar' display='calendar' category='cat1'}, I am getting the events from cat 1 only with the old layout.
What I would like is to display events from cat1 using the new layout calendar (fullcalendar). I thought the code at the top would achieve that but it seems to be ignoring the category parameter completely.
Any insight into this would be much appreciated.
Versions:
CMS Version: 1.12
CGCalendar: 1.15.3
CGExtensions: 1.49.5
CGSimpleSmarty: 1.9.1
CGCalenda - fullCalendar not showing category
-
mickware
Re: CGCalenda - fullCalendar not showing category
Hi,
Still cannot get this to work. Can someone please shed some light on this?
Thanks.
Still cannot get this to work. Can someone please shed some light on this?
Thanks.
-
mickware
Re: CGCalendar - fullCalendar not showing category
I have turned debugging on and the category parameter is being passed but still the fullcalendar template is showing events from all the categories.
$actionparams
Smarty_Variable Object (3)
->value = Array (3)
module => "CGCalendar"
category => "cat1"
action => "default"
->nocache = false
->scope = "module_db_tpl:CGCalendar;fullcalendar..."
Any ideas?
$actionparams
Smarty_Variable Object (3)
->value = Array (3)
module => "CGCalendar"
category => "cat1"
action => "default"
->nocache = false
->scope = "module_db_tpl:CGCalendar;fullcalendar..."
Any ideas?
