Page 1 of 1
Re: Filter news categories on the frontend
Posted: Mon Sep 29, 2008 2:17 pm
by aln_cms
...mmm you could create a UDT that wraps the news tag, and parses the categories to display??
Re: Filter news categories on the frontend
Posted: Mon Sep 29, 2008 2:34 pm
by aln_cms
UDT's are user defined tags, pieces of PHP code that you can insert in templates, such as {mynewstag} - you'll have to be able to write PHP to solve it this way though.....
(very) mini alg
1. grab posted preferences i.e. X,Y and not Z
2. call the default action on the News Module passing it the categories to display
A
Re: Filter news categories on the frontend
Posted: Mon Sep 29, 2008 3:32 pm
by Duketown
sreteP,
Who will perform the unchecking? A visitor? A known user (who logged in)? In other words is it adhoc checking on/off or should the reaction be saved for the next time the person performing the check/uncheck see the last saved checkings?
Duketown
Re: Filter news categories on the frontend
Posted: Mon Sep 29, 2008 3:43 pm
by Duketown
sreteP,
For what I know, and have seen on the news module, programming is needed to turn on cookies.
I hope for you that someone states the opposite and gives an example.
Duketown