LISE - How do I display a specific record of the list?

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
rbaby
Forum Members
Forum Members
Posts: 144
Joined: Thu Feb 07, 2008 10:28 pm

LISE - How do I display a specific record of the list?

Post by rbaby »

Hello guys,

I have a page where I want to display only the second or third record of the list, is there a way to do that?

Thank you in advance.
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1627
Joined: Wed Feb 25, 2009 4:25 am
Location: Victoria, BC

Re: LISE - How do I display a specific record of the list?

Post by DIGI3 »

Will you know the alias of the item, or are you wanting to show whichever item is second (or third) on the list?

For the former, you can use

Code: Select all

{LISEinstance action='detail' item='itemalias'}
For the latter, you can do

Code: Select all

{LISEinstance start=2 pagelimit=1}
and remove the pagination from your summary template if you don't want it.
Not getting the answer you need? CMSMS support options
Locked

Return to “Modules/Add-Ons”