Page 1 of 1

News | browsecat sort DESC??

Posted: Fri Jan 21, 2011 4:01 am
by Kiwee
just installed the latest version of cmsms 1.9.2.. upgraded from 1.4.1 and things have changed

i want to sort the browsecat list by DESC and cant figure where or how

in the 1.4.1 version, i edited the file "action.browscat.php" in news folder, changed the line ($query .= ' ORDER by hierarchy ASC';) which sorted the catergory list
however the new 1.9.2 version file "action.browscat.php" doesnt have much to change and dont know where to find the line of code

cheers
Steve

Re: News | browsecat sort DESC??

Posted: Fri Jan 21, 2011 3:51 pm
by Sonya
Kiwee wrote:i want to sort the browsecat list by DESC and cant figure where or how
It is in News.module.php, search for the function &get_categories($id, &$params, $returnid=-1) and then ORDER BY...

Re: News | browsecat sort DESC??

Posted: Tue Jan 25, 2011 8:26 am
by Kiwee
worked a treat
thank you