Page 1 of 1

CgCalendar list does not show

Posted: Fri Jun 14, 2019 9:25 am
by PaulPutten
On a new installation (CMSMS 2.2.10 and CGCalendar 2.6 on PHP 7.7) {cms_module module="CGCalendar"} does show a full calendar. But I want a list for the next coming 5 events wich shows title, date and further information per event.
What's wrong, I tried {cms_module module='CGCalendar' display='list'} but I only see a title Events for the Month of jun 2019 and back/today/next, no events. And I'm sure I do have events published. With {cms_module module='CGCalendar' display='upcominglist'}, I only see title Upcoming Events, no more.
With {cms_module module="CGCalendar" display="event"} I see only the first event.
Please help!
Regards, Paul

Re: CgCalendar list does not show

Posted: Fri Jun 14, 2019 7:12 pm
by DIGI3
I just tried this with the default templates and it works fine:
{CGCalendar display='list'} shows events this month, 'upcominglist' does the same but no prev/next, and 'event' shows the event specified.

I would take a look at your templates, and/or try using the stock ones. If they still don't show, then check error logs, javascript console, and server time/date settings (see https://cmscanbesimple.org/blog/server-time-difference).

Re: CgCalendar list does not show

Posted: Sat Jun 15, 2019 7:46 am
by PaulPutten
Hi DIGI3,
Thanks for testing and your answer. I tried all default templates on both sites, deleted and reinstalled the cgcalendar module. But it still shows the complete calendar including events when I use {CGCalendar} , but only title Events for the Month of jun 2019 and back/today/next, no events.
Because it shows the full calendar I asume the script is OK.

Does anyone have an idea?

Regards, Paul