Page 1 of 1

news - cannot overwrite default detail page

Posted: Sun Jun 12, 2011 8:10 am
by rotezecke
I selected a page to use as default detail page for the news module (2.11.2). that works well. now i want another category to display in a different page. i did:

Code: Select all

{news category="links" summarytemplate="links" detailpage="links"}
but news items still open the detailpage i set up in news - options. i thought the above line would overwrite my default selection, no?

Re: news - cannot overwrite default detail page

Posted: Sun Jun 12, 2011 9:48 pm
by rotezecke
i removed my custom news_url and then it works. I still dont know whether this effect was expected or not. the detailpage id is part of the URL path, but not when news_url is set.
so not really solved, only fudged.
mario