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

Support archive

Low Reorder not respecting "expired / future" settings.

StevenLangbroek 16 Jul 2013 10:00 question, complete

Hey Low,

Reorder appears to not be respecting my settings regarding showing expired or future entries. It just shows all entries for reordering, and outputs a list of all ids when using {exp:low_reorder:entry_ids}. I'm using EE2.6.1 and Reorder 2.2.0. Any thoughts?

Thanks,

- Steven

Replies

  1. Low 16 Jul 2013 10:15

    Can confirm for show expired, but show future entries seems to work. Is that right?

    Was planning on releasing another update today anyway, so I'll get that fix in as well.

  2. StevenLangbroek 16 Jul 2013 10:25

    Double-checked, you're right! Future is working. This is causing all sorts of wonky behavior on my client's site, can you estimate when you'll have a fix for this so I can tell my client?

  3. Low 16 Jul 2013 10:27

    You can fix now by opening up base.low_reorder.php and look up line #381. On that line, change this:

    t.expiration_date >= ''


    to this

    t.expiration_date >= '%s'


    ...so just add the %s in between the quotes there.