Two last annoying questions before bed π
Is there a simple way to set all classifications to display alphabetically by class_name rather than by class_id number? Or would it be possible to make it so that classifications can be reordered the way categories can? Either would be great!
Thanks!
Is there a simple way to set all classifications to display alphabetically by class_name rather than by class_id number?
Go through the script and find every query that pulls the list of classifications and add "ORDER BY clastype_name" to the end. Good luck with that.
Or would it be possible to make it so that classifications can be reordered the way categories can? Either would be great!
That would require re-writing a large portion of the script. It's not going to happen.
Go through the script and find every query that pulls the list of classifications and add "ORDER BY clastype_name" to the end. Good luck with that.
Ok, that's what I suspected but wanted to check before I did it. I figured before I went in and did major code modification it would be prudent to do so. As for finding them, that's what robust editing software with good search functions is there to help with π
Seriously, that is all that I wanted to know. Thanks.
Thinking about it more. You may get by with just adding that ORDER BY to the pagesetup.php query. That'll probably get most of the places where you want it ordered.
