Search found 5 matches
- Wed Apr 13, 2022 8:05 am
- Forum: Modules/Add-Ons
- Topic: CGCalendar upcominglist skipping events
- Replies: 10
- Views: 4782
[SOLVED] Re: CGCalendar upcominglist skipping events
Well when I download the module line 352 is not commented out, so it mustve been someone in the past that fiddled with the modules code on our site. Doesnt seem like a bug but an individual problem.
- Tue Apr 12, 2022 9:03 am
- Forum: Modules/Add-Ons
- Topic: CGCalendar upcominglist skipping events
- Replies: 10
- Views: 4782
Re: CGCalendar upcominglist skipping events
@velden Can you imagine - line 352 was commented out in the code! Thank you so much for your support everyone, it works now.
- Mon Apr 11, 2022 11:00 am
- Forum: Modules/Add-Ons
- Topic: CGCalendar upcominglist skipping events
- Replies: 10
- Views: 4782
Re: CGCalendar upcominglist skipping events
Hey everyone, thank you so much for taking your time and helping me. Debugging the query was very helpful. The following query was built: SELECT DISTINCT E.event_id FROM cms_module_cgcalendar_events E WHERE ((E.event_date_start >= '2022-04-11 00:00:01') OR (E.event_date_end > '2022-04-11 00:00:01'))...
- Thu Apr 07, 2022 1:27 pm
- Forum: Modules/Add-Ons
- Topic: CGCalendar upcominglist skipping events
- Replies: 10
- Views: 4782
Re: CGCalendar upcominglist skipping events
Hey DIGI3, thanks for your feedback so far. It is showing 5 events but skipping the closest ones. Events for April, May and June are completely skipped and starting with the July 1st the output starts. As far as I've seen there is no date skipping or comparison logic in my template. In my understand...
- Tue Apr 05, 2022 3:56 pm
- Forum: Modules/Add-Ons
- Topic: CGCalendar upcominglist skipping events
- Replies: 10
- Views: 4782
CGCalendar upcominglist skipping events
Hi guys, out of the blue we have the problem that some events in the upcoming list are being skipped. This is our content: {cms_module module='CGCalendar' display='upcominglist' limit='5'} We have some events in April, May and June that are skipped. Weirdly, when I set the limit to 20 for instance, ...