• Hi

    this is a reopening of the following ticket: https://www.ads-software.com/support/topic/list-display-multiple-days-events/

    I am having this problem and I can’t find the solution to it in the post.

    My problem is as described in the old post: I have a multi-day event which last for example for 3 weeks. I have the option to show the event once (on the first day of the event) or for every day (which would give me 21 entries in the list view – not very handy).

    Going with the one-show-up option, the event disappears after the first day of the event’s passed. Is there any way to keep the event in the list until the last day?

    Your help is greatly appreciated

    Paesc

Viewing 1 replies (of 1 total)
  • Thread Starter paescsuper

    (@paescsuper)

    In case somebody has the same issue, here’s a (quick and dirty –> not update-proof) fix:

    add to the file google-calendar-events/includes/calendars/views/default-calendar-list.php after line 540 the follwing code:

    // If Start date < now but end date > now (only if events from the past are shown)
    if ( $first_event->end < $now ) { 
    echo '';
    }
    else {

    and close the open else { after line 677 with e }

    Make also sure you set on the admin page of simple calendar of the corresponding calendar under –> Events –> Calendar Start to show past events: https://imgur.com/a/GR9ie

    Would be nice if this feature could be integrated in the plugin somehow…

    • This reply was modified 7 years, 2 months ago by paescsuper.
Viewing 1 replies (of 1 total)
  • The topic ‘Reopen: List display – multiple days events’ is closed to new replies.