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

Support archive

reorder drop some entries although they are there!

sabah 14 Jun 2016 09:04 problem, complete

at my website..

reorder.. drop some entries and do not show them!..

the code i am using is below:

______________________

{exp:stash:set name="get1"}
{exp:channel:entries channel="smart_system" disable="categories|member_data|pagination"}
{parents field="smart_system"}
|{parents:entry_id}
{/parents}
{/exp:channel:entries}
{/exp:stash:set}

{exp:stash:get name="get1"}

{exp:low_reorder:entries set="sabah" dynamic="no" entry_id="{exp:stash:get name='get1'}" }
{entry_id}:{title}

{/exp:low_reorder:entries}

______________________

the results can be found on this page:
http://luminous-st.com/index.php/work...

Replies

  1. Low 14 Jun 2016 09:06

    When using a tag inside another tag‘s parameter value, you’ll need to add parse="inward" to the outer tag.

    So try adding parse="inward" to the low_reorder:entries tag.

  2. sabah 14 Jun 2016 09:09

    updated,,

    and it still not reading the entries!

  3. Low 14 Jun 2016 09:10

    Does the Low Reorder tag show all the correct entries when not defining the entry_id="" parameter?

  4. sabah 14 Jun 2016 09:10

    all entries expect of the one saved in the stash!

  5. Low 14 Jun 2016 09:13

    Not sure I understand. Can you confirm all the entries in the "sabah" set are returned when you omit the entry_id parameter?

    Can you turn on the template debugger and look up all the lines that mention Low Reorder and copy/paste those here?

  6. sabah 14 Jun 2016 09:15

    please check the link...
    http://luminous-st.com/index.php/work...

  7. sabah 14 Jun 2016 09:18

    no.. not all entries are returened

  8. Low 14 Jun 2016 09:19

    Looks like you're hitting EE's native default limit="" of 100. Try setting it to a higher number to return all the entries.

  9. sabah 14 Jun 2016 09:26

    now it showed all entries.. but when parsing the entry id parameter.. it shows nothing!

  10. Low 14 Jun 2016 09:27

    That's probably a parse order issue. Plus, there are spaces in your pipe-separated list.

    That's not something I can help you debug; Low Reorder works fine. You'll probably see the same issue when using the native channel:entries tag.

  11. sabah 14 Jun 2016 09:40

    no.. i am not seeing the same thing.. that's the problem..
    using the native channel:entries.. it show entries fine..
    but when using low reorder.. some entries are not showed!

  12. Low 14 Jun 2016 09:42

    Can you turn on the template debugger and look up all the lines that mention Low Reorder and copy/paste those here?

  13. sabah 14 Jun 2016 09:43

    but it works now due to what you said.. spaces in pipe-separated list

    thanks a lot and have a nice day :)