LISE module detailspage not working
Posted: Sat May 13, 2017 7:00 pm
Hi, I'm currently trying to display a few items from a LISEinstance using a summarytemplate in CMSMS2.x on the front page of my website.
Problem 1: Each {$item->url} successfully leads to the correct detailspage however only shows the specific item's details when I select the "Display details inline (replaces module tag instead of {content}):" under LISEinstance options.
Problem 2: In another page displaying all of the items from this same LISEinstance, I am using another summarytemplate with pagination. However when I DO NOT select the option mentioned above, the previous subset of items (items from the prior page) still shows up when going through the pages.
Here is how I am calling the first summarytemplate:
Here is how I am calling from the other page showing all items:
Thank you so much for your time in advance!
Problem 1: Each {$item->url} successfully leads to the correct detailspage however only shows the specific item's details when I select the "Display details inline (replaces module tag instead of {content}):" under LISEinstance options.
Problem 2: In another page displaying all of the items from this same LISEinstance, I am using another summarytemplate with pagination. However when I DO NOT select the option mentioned above, the previous subset of items (items from the prior page) still shows up when going through the pages.
Here is how I am calling the first summarytemplate:
Code: Select all
{LISEinstance template_detail="default" template_summary="front_page_summary" orderby="custom_date|ASC" pagelimit="4"}
Code: Select all
{LISEinstance pagelimit="3" template_summary="events-all" orderby='custom_date|ASC' }
Thank you so much for your time in advance!