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

Support archive

Low Reorder - not removing entries

Ashley 6 Apr 2015 16:34 problem, active

We are running into a problem - we have a set in LR only allowing open status. When we change the status of an entry to closed it is still showing up on the front end templates (even after clearing the browser cache.) It does not show up in the list when we reorder the entries in the backend though.

Any idea why it is not disappearing on the front end?

Replies

  1. Low 6 Apr 2015 16:58

    What are your EE and LR versions? Also, what template code are you using for displaying the entries? You can use http://pastie.org/ or http://pastebin.com/ for large chunks of code.

    Finally, what is the output for the Template Debugger for a page that still shows the closed entry? Can you copy/paste the lines that mention low_reorder or Low Reorder here?

  2. Ashley 10 Apr 2015 15:37

    We are using version 2.3.0 on 2.9.2

    The code we are using to display the entries is:
    {exp:low_reorder:entries set="now-playing-movie-order"}
    {title}
    {/exp:low_reorder:entries}

    (0.015857 / 5.39MB) Tag: {exp:low_reorder:entries set="now-playing-movie-order"}
    (0.015884 / 5.40MB) Closing Tag Found
    (0.015921 / 5.40MB) Processing Tags
    (0.015939 / 5.40MB) Module Tag: Channel/entries
    (0.015947 / 5.40MB) Module Tag: Low_reorder/entries
    (0.015954 / 5.40MB) Including Files for Plugins and Modules
    (0.022999 / 6.39MB) Files for Plugins and Modules All Included
    (0.023304 / 6.41MB) Beginning Final Tag Data Processing
    (0.023316 / 6.41MB) Calling Class/Method: Channel/entries
    (0.023402 / 6.42MB) -> Class Called: Channel
    (0.024816 / 6.59MB) -> Method Called: entries
    (0.043954 / 9.07MB) Calling Extension Class/Method: Low_reorder_ext/channel_entries_query_result
    (0.066282 / 11.77MB) Calling Extension Class/Method: Matrix_ext/channel_entries_tagdata
    (0.068272 / 11.66MB) -> Data Returned
    (0.068296 / 11.66MB) Calling Class/Method: Low_reorder/entries
    (0.068849 / 11.68MB) -> Class Called: Low_reorder
    (0.068921 / 11.68MB) -> Method Called: entries
    (0.068947 / 11.68MB) Low Reorder: Retrieving set from database
    (0.069444 / 11.69MB) Low Reorder: Getting ordered entry_ids from database
    (0.070055 / 11.69MB) Low Reorder: Setting parameters status="Now Playing" show_future_entries="yes" channel="movies" fixed_order="1002|1037|1038|1003|1035"
    (0.070064 / 11.69MB) Low Reorder: Calling the channel module
    (0.071381 / 11.90MB) Calling Extension Class/Method:

  3. Low 10 Apr 2015 16:08

    LR seems to work as expected. If the list of entries mentioned in the fixed_order-param (1002|1037|1038|1003|1035) contain closed entries, they will be filtered out by the native channel:entries tag, which LR calls.

    You sure you haven't got any caching in place here?