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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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.