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

Support archive

Unable to use pagination on current version of Low Re-order with EE 2.5.2

Daniel Van Cuylenburg 17 Sep 2012 11:13 problem, rejected

Unable to use pagination on current version of Low Re-order with EE 2.5.2

Code im using is:

{exp:low_reorder:entries set="2" limit="10" sort="asc" paginate="bottom" dynamic="no" disable="categores|member_data|pagination|trackbacks"}
{paginate}
Page {current_page} of {total_pages} pages {pagination_links}

{/paginate}
{/exp:low_reorder:entries}

But it just renders the {paginate} tags. Something i'm missing / misspelt?

Replies

  1. Low 17 Sep 2012 11:25

    Yeah, having pagination in the disable="" param isn't helping. :)

  2. Daniel Van Cuylenburg 17 Sep 2012 11:44

    ah hah. lol Yes that was it. Silly me, cheers Low =)