Hello, I use summary and detail fields in my news template. I want to sort my news(detail) by category, but with that:
{news number='10' category='Wystawy'}
it is sort only my "summary" news. Is there any simple way to sort my "detail" news (with all text and photos)? i dont want to ingerate to the news template.
News module question
Re: News module question
The detail by default only shows one News article detail at a time when you click the 'more' link or 'title' link, if you want to show just the detail view of an article maybe one of these will help...
(optional) action="default" - 'Override the default action. Possible values are:
"detail" - to display a specified articleid in detail mode.
"default" - to display the summary view
"fesubmit" - to display the frontend form for allowing users to submit news articles on the front end. Add the {cms_init_editor} tag in the metadata section to initialize the selected wysiwyg editor. (Site Admin >> Global Settings)
"browsecat" - to display a browseable category list.
(optional) action="default" - 'Override the default action. Possible values are:
"detail" - to display a specified articleid in detail mode.
"default" - to display the summary view
"fesubmit" - to display the frontend form for allowing users to submit news articles on the front end. Add the {cms_init_editor} tag in the metadata section to initialize the selected wysiwyg editor. (Site Admin >> Global Settings)
"browsecat" - to display a browseable category list.