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

Support archive

Existence of {order} variable?

johnhenry 25 Jul 2013 10:56 question, complete

Hi Low,

My client has a listing of video tutorials and we reorder using your add-on. One variable I cannot find is an {order} variable as opposed to count so when a video is in a certain order I can used that number in the front end anywhere I wish within the exp:low_reorder:entries loop.

For example if a video is number 5 in the order set we would like to display the title as '5 : Name of Tutorial'

Best,

JH

Replies

  1. Low 25 Jul 2013 11:09

    You can use the Entry Index tag for this: http://gotolow.com/addons/low-reorder...

  2. johnhenry 25 Jul 2013 11:20

    Thanks Low,

    That works.
    Is there is any issue nesting it inside the reorder loop like this regards performance?

    {exp:low_reorder:entry_index set="tutorial_set" entry_id="{entry_id}"}

  3. Low 25 Jul 2013 11:22

    There shouldn't be, no.

  4. johnhenry 25 Jul 2013 11:25

    K thanks Low. Have a good day