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
News | browsecat sort DESC??
Re: News | browsecat sort DESC??
It is in News.module.php, search for the function &get_categories($id, &$params, $returnid=-1) and then ORDER BY...Kiwee wrote:i want to sort the browsecat list by DESC and cant figure where or how
Re: News | browsecat sort DESC??
worked a treat
thank you
thank you