Sub-Categories in alphabetic order Sub-Categories in alphabetic order
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.