Hi,
I've upgraded my Coppermine to 1.3.1. In the previous version I had my sub-categories sorted in alphapatic order. How do I do this with this version and where?
Thank you in advance
Regards,
Michael
You set the order of the cats and sub cats in the category manager, click the up or down buttons accordingly.
Open your index.php files, and replace
ORDER BY pos
with
ORDER BY name
to sort them automatically.