All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Sorting exp:low_events:entries by date end

Daniel Howells 19 Jan 2013 23:58 question, complete

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

  1. 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.

  2. 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?

  3. 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.