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

Support archive

Low Reorder disrespect categories in url

gudehus 5 Aug 2012 14:34 problem, active

I bought reorder to order my entries. But with the new eel version there is no variable anymore and so I am not able to only show the entries that belongs to a uri category.
I don't want to build different sets for each category.

With reorder 1 it seems to be no problem.

Replies

  1. Low 5 Aug 2012 14:43

    Hi Jörg,

    What is the template code you're using? You can use http://pastie.org for large chunks of code.

    Also, what is the URI you're using to display the entries? Are you using the category trigger word or are you using something else?

    You can turn on template debugging and look up the lines starting with "Low Reorder" to see what's going on behind the scenes. What do those lines say? You can copy/paste them here or add a screenshot.

  2. gudehus 5 Aug 2012 14:55

    I just found the word dynamic in the documentation. It is not in the list of available parameters. Please fix so that people like me don't get confused

  3. Low 5 Aug 2012 14:59

    Does this mean it's working for you now? I'd still like to see the template code + URI where it's working and where it's not, just to be sure.

    The docs don't have the dynamic="" parameter listed, since that's a native channel:entries parameter and is supported by default.

  4. gudehus 5 Aug 2012 15:08

    Here is my code.
    Working like I thought it should.

    the set contains all entries of the channel. And I want to show only the one in the category shown in the uri

    here is a url
    http://wp1185008.wp152.webpack.hosteu...

    kategorie is my category trigger


    <nav id="other_sub">
    <ul>
    {exp:low_reorder:entries set="1" dynamic="yes"}
    <li><a {if url_title == segment_4 || (segment_4 == "" && url_title == segment_3)}class="active"{/if} href="{path=anderes/kategorie/{categories}{category_url_title}{/categories}/{url_title}}">{title}</a></li>
    {/exp:low_reorder:entries}
    </ul>
    </nav>


    And why are you working on a sunday?

    Thanks

  5. Low 5 Aug 2012 15:11

    And why are you working on a sunday?


    Well, so are you, aren't you? :)

    Anyways, what are the Set's settings? Specifically, the category settings?

    Oh, and try and use http://pastie.org for large chunks of code, as GetSet messes things up frequently.