Filter news categories on the frontend
Re: Filter news categories on the frontend
...mmm you could create a UDT that wraps the news tag, and parses the categories to display??
--
Alan Ryan
Lead Developer
CodeCrunchers Internet Software Development - Ireland
http://www.codecrunchers.ie
Alan Ryan
Lead Developer
CodeCrunchers Internet Software Development - Ireland
http://www.codecrunchers.ie
Re: Filter news categories on the frontend
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
(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
--
Alan Ryan
Lead Developer
CodeCrunchers Internet Software Development - Ireland
http://www.codecrunchers.ie
Alan Ryan
Lead Developer
CodeCrunchers Internet Software Development - Ireland
http://www.codecrunchers.ie
Re: Filter news categories on the frontend
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
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
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
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