[solved] LISE: can't get detailpages to work
Posted: Sun Jan 10, 2016 9:32 pm
I'm using LISE 1.1 on CSMS 2.1. and the summarytemplate works as expected. However i'm having a hard time getting the detailpages to work. There seem to be several options that weren't in ListIt2, and i might not fully understand what their functions are. This is what i tried:
- First i made a copy of LISE, called "LISEtest"
Then i added some Field Definitions and made some items: "item1" ... "item3"
The first item has this value in the "Custom URL" field: "test/test1"
In the options tab i filled in "test" in the "URL Prefix" field
In the "URL Template" field i haveThen made a page called "test" and a page called "test-detail"Code: Select all
{$item_title}
Next i call the module in the page called "test" using this tag:Now when i click the more-link of "item1" usingCode: Select all
{LISEtest template_detail="default" detailpage="test-detail"}
i get a "404 not found" warningCode: Select all
{$item->url}
The URL that is then shown is "mysite.tld/test/test1.html"