Page 1 of 1

CGCalendar: Specify Non-default Event Detail Template

Posted: Sun Oct 08, 2017 6:00 pm
by cpansewicz
Hi,

My configuration is CMSMadeSimple 2.2.2 with CGCalendar 2.4.10. I would like to specify an Event Detail Template other than the Default Template. I have tried several ways to do this and the calendar still pulls in the default event detail template.

My current set-up is:

The page with the calendar has the code:
{cms_module module="CGCalendar" display="upcominglist" listtemplate="name" detailpage="details" category="General"}

Then the detail page has the code:
{cms_module module="CGCalendar" display="event" detailpage="details" eventtemplate="eventtemplate2" category="General"}

Any help would be appreciated as my detail template is getting really long with lots of logic based on calendar category names!

Thank you so much!