coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: pinklady on August 06, 2004, 04:38:48 AM

Title: ascending filename
Post by: pinklady on August 06, 2004, 04:38:48 AM
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??
Title: Re: ascending filename
Post by: Joachim Müller on August 06, 2004, 07:24:46 AM
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
Title: Re: ascending filename
Post by: Nibbler on August 06, 2004, 02:50:01 PM
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.