PDA

View Full Version : Alphanumeric sorting of categories


Pilly
06-14-2008, 04:04 PM
I am having difficulty in arranging the categories in alphanumeric order !

It seems that when new categories are added they appear in a random order in the list which is very confusing and not very user friendly.

If alphanumeric sorting is not possible could a feature be added to allow manual up and down movement of the categories in the list ?

Other than that it's a great application

jpowers40828
10-15-2008, 06:23 PM
When you say categories, what are you referring to? If you're referring to the knowledge base tab, it is possible to sort them, with a little modification.

in include/staff/premade.inc.php ~ line 37 CHANGE

$order=$order?$order:'DESC';

TO

$order=$order?$order:'ASC';