Set entry expiration date to midnight
I have an event finder using Objective HTML's gmaps. And standard event listings using Low Events.
Gmaps uses it's own search tags which ignore the Low Event's field expiration. I've seen the setting that matches the entry expiration with the field expiration, it also matches the time. I would like to set the time it expires to 23:59 so events show up in the map all day.
Is this possible? A hack maybe?
Replies
Low 18 Jun 2015 11:53
Indeed, this is intended behaviour. LE doesn't support setting the expiration date to a different date than that. You can try and hack it in (look at line #657 in ft.low_events.php) or write an extension to change the end date yourself.
Joobs 18 Jun 2015 12:02
Thanks