LISE - display specific detail page
Posted: Thu Oct 22, 2020 9:31 am
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'
If I omit the action, and use
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
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' }Code: Select all
{LISEResearch include_items = '11' }Is this a bug or am I doing something wrong?!
Thanks