Sorting exp:low_events:entries by date end
Is there any way to sort events in a exp:low_events:entries tag in descending order by event end date? Or am I missing the obvious solution?
Is there any way to sort events in a exp:low_events:entries tag in descending order by event end date? Or am I missing the obvious solution?
Replies
Low 20 Jan 2013 12:17
Events are sorted by their start date. Sorting by end date is currently not possible. But the FR is noted.
Daniel Howells 20 Jan 2013 13:31
Ah okay - I don't suppose there's a quick hack I can implement as a stop-gap?
Low 21 Jan 2013 10:09
Well, you could open up models/low_events_event_model.php and change references from start_date/start_time to end_date/end_time on lines 141 and 142 (LE 1.1.2).
That will change the order for all the events.