LISE - display specific detail page Topic is solved

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
johnboyuk1
Forum Members
Forum Members
Posts: 192
Joined: Mon Nov 26, 2018 3:09 pm

LISE - display specific detail page

Post by johnboyuk1 »

Hi all

I'm trying to use LISE to output a specific entry on a page in detail view... I tried the below hoping it would work but it doesnt! I get a web page that's broken and amongst its all this output: 'missing parameter, this should not happen'

Code: Select all

{LISEResearch action='detail' include_items = '11' }
If I omit the action, and use

Code: Select all

{LISEResearch include_items = '11' }
I get the correct item in summary view... but I need to go straight into the detail view.

Is this a bug or am I doing something wrong?!

Thanks
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1629
Joined: Wed Feb 25, 2009 4:25 am
Location: Victoria, BC

Re: LISE - display specific detail page

Post by DIGI3 »

You want this one:

Code: Select all

 item = <item_alias> - This parameter is only applicable to the detail view. It allows specifying which item to display in detail mode. Must be an item alias.
include_items is for including a list of items in summary view
Not getting the answer you need? CMSMS support options
johnboyuk1
Forum Members
Forum Members
Posts: 192
Joined: Mon Nov 26, 2018 3:09 pm

Re: LISE - display specific detail page

Post by johnboyuk1 »

Perfect - thanks!
Post Reply

Return to “Modules/Add-Ons”