ascending filename ascending filename
 

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

ascending filename

Started by pinklady, August 06, 2004, 04:38:48 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pinklady

i want to display the files in filename ascending order. Somehow, the images are not being displayed corrected. The are displaying in the order like this: 1.jpg, 10.jpg, 11.jpg, 12.jpg, 13.jpg, 2.jpg,21.jpg....  Why 2.jpg would come after 10.jpg??

Joachim Müller

there's a default sorting order you can specify in coppermine config, and there's a user sorting order you can specify on each thumbnail screen. You probably have configured yourself (your admin user) to use another sorting method as the default user will have. Create a test user and check what sort method he has applied.

GauGau

Nibbler

Thats simply the way MySQL orders things, it doesnt have a natural sort afaik. Name your files with leading zeros to avoid this if you can.