Sort category view in News Module
Posted: Mon Nov 30, 2009 10:36 pm
Hey Guys,
Once again online on this forum for the next question.
Am I right that the sortby="" function in the News tag doesnt effect once the action="browsecat"?
Is there a way to fix this? I would like my categories to be shown on the page in alphabetical order. I saw something on this forum to change some stuff in the action.browsecat.php.
in to this .
does this effect my hierarchy? because i now have some parent categories with child categories! i dont want to ruin this before i know for sure that this would work for me.
the pages i want to have alphabetical are these.
http://da.stylique.nl/onderwijs/vo/
http://da.stylique.nl/onderwijs/bo/
this is what my news hierarchy looks like.

hope someone can help me...
Once again online on this forum for the next question.
Am I right that the sortby="" function in the News tag doesnt effect once the action="browsecat"?
Is there a way to fix this? I would like my categories to be shown on the page in alphabetical order. I saw something on this forum to change some stuff in the action.browsecat.php.
Code: Select all
$query .= ' ORDER by hierarchy';
in to this .
Code: Select all
$query .= ' ORDER by news_category_name ASC';
the pages i want to have alphabetical are these.
http://da.stylique.nl/onderwijs/vo/
http://da.stylique.nl/onderwijs/bo/
this is what my news hierarchy looks like.
hope someone can help me...