Page 1 of 1

CGCalenda - fullCalendar not showing category

Posted: Mon Aug 17, 2015 11:31 am
by mickware
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

Re: CGCalenda - fullCalendar not showing category

Posted: Thu Aug 20, 2015 7:24 am
by mickware
Hi,

Still cannot get this to work. Can someone please shed some light on this?

Thanks.

Re: CGCalendar - fullCalendar not showing category

Posted: Wed Aug 26, 2015 11:30 am
by mickware
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?