Advanced search  

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

Pages: [1]   Go Down

Author Topic: Sub-Categories in alphabetic order  (Read 3652 times)

0 Members and 1 Guest are viewing this topic.

Michael-CGC

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 39
Sub-Categories in alphabetic order
« on: August 02, 2004, 11:55:58 am »

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
« Last Edit: August 09, 2004, 09:56:25 am by GauGau »
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: Sub-Categpries in alphapatic order
« Reply #1 on: August 02, 2004, 12:33:51 pm »

You set the order of the cats and sub cats in the category manager, click the up or down buttons accordingly.
Logged
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

  • Guest
Re: Sub-Categpries in alphapatic order
« Reply #2 on: August 02, 2004, 01:22:46 pm »

Open your index.php files, and replace

Code: [Select]
ORDER BY pos

with

Code: [Select]
ORDER BY name
to sort them automatically.
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 19 queries.