CGCalendar, can't call module multiple times
Posted: Wed Nov 20, 2013 10:37 pm
I've upgrade the website of a customer of mine, from CMSMS 1.6.6 to 1.7.1 -> 1.8.2 -> 1.11.9.. Few bumbs on the road with incompatible modules, but everything is up and running again, except one page.
At that page I call CGCalendar multiple times, which whas fine at previous versions of CMSMS, but now it won't work.
The page content is:
But only the first call is coming up, the rest won't.
Any suggestions?
(I've tested other modules, like 'gallery', and I can call those twice..)
At that page I call CGCalendar multiple times, which whas fine at previous versions of CMSMS, but now it won't work.
The page content is:
Code: Select all
{cms_module module="CGCalendar" display="pastlist" category="bedrijven" upcominglisttemplate="pastlistbedrijven"}
{cms_module module="CGCalendar" display="pastlist" category="festivals" upcominglisttemplate="pastlistfestivals"}
{cms_module module="CGCalendar" display="pastlist" category="decembermaand" upcominglisttemplate="pastlistdecembermaand"}Any suggestions?
(I've tested other modules, like 'gallery', and I can call those twice..)