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

Support archive

next prev entry tag not working

maxwellhibbert 24 May 2012 10:56 problem, complete

I just installed Low Reorder on EE1 and the next entry tags are not working.
I'm giving the 'weblog' and 'entry_id' parameters to it, but there's not output.
I turned on template debugging at the module outputs this error:
"Low Reorder: field not found, returning empty string"

Any help is appreciated.

Replies

  1. Low 24 May 2012 12:44

    It's a known bug for which I have an updated file. If you send me an email to hi at gotolow dot com, I can send you the patched file.

  2. Low 25 May 2012 11:24

    For visibility: the patched file and a small template update solved the issue.

  3. pumkincreative 27 May 2012 14:46

    Hi there, I also have this issue although I've downloaded the latest Reorder module just this morning - I've sent an email to your address, wondering if I can also get a patch, although I don't seem to be getting the output error that the previous person reported, so maybe I'm doing something wrong? Any help much appreciated!

  4. Low 28 May 2012 09:43

    Hi Pumkincreative. So you're on Low Reorder 2? That particular bug is only for LR 1, not 2. Maybe something else is going on. Make sure the Set order has been saved at least once.

  5. pumkincreative 28 May 2012 09:55

    Ah I see - yes I'm on LR2, and the set orders have all been saved. I'm using the template code as below:

    {exp:low_reorder:next_entry set="1" entry_id="3"}
    .....
    {/exp:low_reorder:next_entry}

    The tag is outside of a regular channel entry tag appearing on the same page, and is not inside a low_reorder:entries tag. On other pages, low_reorder:entries is working as expected.

  6. Low 28 May 2012 10:00

    If you turn on Template Debugging, can you see any messages starting with "Low Reorder"? Can you copy/paste those lines here, or take a screenshot?

  7. pumkincreative 28 May 2012 11:43

    Hi, thanks for your reply - here are some snippets from the output:

    (0.015994 / 6.94MB) Tag: {exp:low_reorder:next_entry set="1" entry_id="3"}
    (0.016048 / 6.95MB) Closing Tag Found
    ...
    (0.113100 / 13.15MB) Calling Extension Class/Method: Low_reorder_ext/channel_entries_query_result
    (0.115948 / 13.37MB) Calling Extension Class/Method: Assets_ext/channel_entries_query_result
    (0.119145 / 13.56MB) Calling Extension Class/Method: Playa_ext/channel_entries_tagdata
    (0.120892 / 13.61MB) Calling Extension Class/Method: Matrix_ext/channel_entries_tagdata
    (0.122636 / 13.67MB) Calling Extension Class/Method: Pt_field_pack_ext/channel_entries_tagdata
    (0.123938 / 13.64MB) -> Data Returned
    (0.123993 / 13.62MB) Calling Class/Method: Low_reorder/next_entry
    (0.124150 / 13.62MB) -> Class Called: Low_reorder
    (0.124616 / 13.63MB) -> Method Called: next_entry
    (0.124658 / 13.63MB) Low Reorder: Retrieving set from database
    (0.125725 / 13.65MB) Low Reorder: Empty set for set_id 1 / cat_id 0
    (0.125750 / 13.65MB) Returning No Results Content

  8. pumkincreative 28 May 2012 11:44

    I've just found that it works if I specify a category parameter, but I thought this wasn't necessary if I specify an entry id? Ideally I need it to work without the category id, is that possible?

  9. Low 28 May 2012 12:06

    Yeah, if the set has the category option "Show entries per single category", then you must add the category="" parameter to the tag, or else the set won't know which category to use.

    See also http://gotolow.com/addons/low-reorder...

  10. pumkincreative 28 May 2012 13:59

    Aha! All makes sense, I get it. Thank you very much for your help.

    It's a great plug-in by the way, I see it as pretty essential.