News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Sub-Categories in alphabetic order

Started by Michael-CGC, August 02, 2004, 11:55:58 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Michael-CGC

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

Casper

You set the order of the cats and sub cats in the category manager, click the up or down buttons accordingly.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Nibbler

Open your index.php files, and replace

ORDER BY pos

with

ORDER BY name

to sort them automatically.