• Hello,

    Is there anyway of ensuring that the event doesn’t show once it has surpassed the events start date, rather than the end date?

    The reason I ask this is because, for my use, once the event has started a user can’t join/pay for that specific event because it’s a course.

    Many Thanks,
    Josh

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi Josh,

    That’s not possible because end date is being used to list events. So it stays listed till the end of that day. That’s how the plugin is build.

    Guido

    • This reply was modified 3 years, 3 months ago by Guido. Reason: Have updated my reply
    Thread Starter jpixels

    (@jpixels)

    Thanks for getting back so quickly – isn’t there a function which states the end date being the variable which ensures the event is shown on the front end.

    Can I not manually change this for the start date within the code?

    If so, where is this stated as I can seem to find it within the code.

    Many Thanks,

    Plugin Author Guido

    (@guido07111975)

    Hi,

    It compares the end date value (midnight) with today value (midnight) and when end date value is greater than or the same as today value it’s listed as an upcoming event. So time is not taken into account. I’m working on a major update to include time value so plugin can suport iCal structure. But this does not change the way how events are being listed.

    You can change plugin to use start date only, but in that case ALL events will use that. I guess you also have events that should be listed during the event day.

    Guido

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide based on Event start date’ is closed to new replies.