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

Support archive

Unable to reorder entries within categories

Lyles Armour 28 Aug 2012 22:32 problem, active

Hello,

I am currently working on a new website where I am utilizing categories. The issue I am having is that, I am unable to reorder my entries within a given category.

The only time I am able to reorder my entries is by having the standard entry tag rather then the low reorder entry tag.
- Standard: {exp:channel:entries....
- Low Reorder: {exp:low_reorder:entries....

Within the my "set" I have my categories set to "show entries per single category". Interesting enough I am using low reorder in other places on my website with no issues, the only difference is they are not using categories. Can you please shed some light on what I am doing wrong?

Current Version:
ExpressionEngine - 2.5.5
Low Reoder 2.0.4

Here is a copy of the code I am attempting to render.. you will notice that there is only one instance of "low_reorder" on the page.. where as the rest are standard "channel"... when using "low_reorder" nothing appears on the page as if it is not recognizing "low_reorder" as a channel tag.

CODE BELOW....
{exp:channel:entries channel="{embed:listing_channel}" disable="categories|member_data|pagination"}



{{embed:listing_field}_single_listing}
{alt}
Click Here for Room Details and Photos
{/{embed:listing_field}_single_listing}
<!--singleType-->
<!--contentListing960-->
{/exp:channel:entries}



The Queen Victoria ® Building


{exp:low_reorder:entries set"2" channel="{embed:listing_channelslug}" disable="member_data|pagination" category="1" dynamic="no"}


{{embed:listing_fieldslug}_gallery_photos limit="1"}{alt}{/{embed:listing_fieldslug}_gallery_photos}
Click Here for Room Details and Photos
<!--showAllList-->
{/exp:low_reorder:entries}
<!--showAllListing-->


The Queen's Cottage Rooms


{exp:channel:entries channel="{embed:listing_channelslug}" disable="member_data|pagination" category="2" dynamic="no"}


{{embed:listing_fieldslug}_gallery_photos limit="1"}{alt}{/{embed:listing_fieldslug}_gallery_photos}
Click Here for Room Details and Photos
<!--showAllList-->
{/exp:channel:entries}
<!--showAllListing-->


Prince Albert Hall


{exp:channel:entries channel="{embed:listing_channelslug}" disable="member_data|pagination" category="3" dynamic="no"}


{{embed:listing_fieldslug}_gallery_photos limit="1"}{alt}{/{embed:listing_fieldslug}_gallery_photos}
Click Here for Room Details and Photos
<!--showAllList-->
{/exp:channel:entries}
<!--showAllListing-->


House of Royals


{exp:channel:entries channel="{embed:listing_channelslug}" disable="member_data|pagination" category="4" dynamic="no"}


{{embed:listing_fieldslug}_gallery_photos limit="1"}{alt}{/{embed:listing_fieldslug}_gallery_photos}
Click Here for Room Details and Photos
<!--showAllList-->
{/exp:channel:entries}
<!--showAllListing-->


<!--contentListing960ShowAll-->



{exp:channel:entries channel="{embed:listing_channel}" limti="1" disable="categories|member_data|pagination"}
{{embed:listing_field}_multiple_listing}

text

<!--showMoreList-->
<!--showMoreListWrap-->
{/{embed:listing_field}_multiple_listing}
{/exp:channel:entries}

<!--showMoreListing-->

Replies

  1. Low 29 Aug 2012 06:50

    Hi!

    You should be using the {exp:low_reorder:entries} tag if you want to be sure that the entries are displayed in the right order. Looking at your code (oh, and you might want to use http://pastie.org next time), the first thing I noticed is the parameter set"2" instead of set="2" (you forgot the = sign).