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

Support archive

Low Reorder fails to show either future or expired entries on the module

Roberto Ambrósio 8 Feb 2019 17:15 problem, pending

When I upgraded from EE 2.x to 5.x, Low Reorder gave me several issues upon reording the existent sets. It was only showing currently displayed entries, even though the settings was: future = yes, expired = yes, sticky = no.

The only way I could fix that was changing the Libraries/Sieve.php on line 120 to:

if (!in_array($this->param('show_expired'), array('y', 'yes')))

And line 130 to:
if (!in_array($this->param('show_future_entries'), array('y', 'yes')))

Hope you can put that patch on your repo so everyone could have this fixed as well. Thank you

Replies

  1. Low 8 Feb 2019 18:06

    I see, thanks for reporting. I'll add a fix to the next version.