I am running cmsms 2.0.
I have used the following code in my templates for news and search respectively:
Code: Select all
{News summarytemplate='Simplex News Summary' number='2' detailpage='news' detailtemplate='Simplex News Detail'}
Code: Select all
{Search|strip formtemplate='Simplex Search' resultpage='search' searchtext="Søg"}
On the News page i have added the following code:
Code: Select all
{News detailtemplate='Simplex News Detail'}
When I see a Preview of the page, it shows what I want to see: My news. And if I access the page directly (http://xn--jordemoderhnder-7lb.dk/index.php?page=news) it shows the news as well.
However, when I press on the news in the News Summary or on More, then i get a blank page: http://xn--jordemoderhnder-7lb.dk/index ... eturnid=49
As you can see, the URL it leads to is very long and completely different. However, it shows the same page, just without any news stories.
I have not yet figured out what code to use on the Search page, as it is also just blank when i search something.
Thank you in advance for your help.