Page 1 of 1

Ability to extend News Summary Template to sort data

Posted: Sat Apr 25, 2015 11:46 am
by blackhawk
I'm using the following news summary tag to display a list of news summary items from CMSMS

Code: Select all

{news summarytemplate="alpha_summary" detailpage="blog" category="sermon" sortasc="false"}
This does a beautiful job in displaying a list of news items. But how can I take this to the next level and give my users the ability to sort news items by date or category? which will be displayed for each news item in the summary view.

Are there any CMSMS tutorials out there that talk about this?

Thanks

Re: Ability to extend News Summary Template to sort data

Posted: Sun Apr 26, 2015 11:22 am
by velden
Have a look at the (help of) CGSimpleSmarty module, and then specific the 'module_action_link' method.