Photos in odd # order Photos in odd # 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

Photos in odd # order

Started by HaleyR, June 24, 2005, 02:51:16 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

HaleyR

I pray this can be changed, because my gallery is one that shows pictures in a specific order.

I have about 100 photos per album that need to go in a specific order: 1 - 100. However, I upload my photos, and no matter how I sort them, I can't get them to go in perfect numerical order. They go:

1, 10, 11, 12, 13, ..., 2, 20, 21, 22, 23, ..., 3, 30, 31, 32, 33, ..., etc.

The count does everything with a 1 in front of it, then 2's, then 3's, etc. I need the photos to go in true numerical order, with 10 coming after 9, not 1.  :P  Is there any way I can get them to do this?

Thanks.

Tranz

Then name the single digit files 01. If you plan to have more than 100, use 001... 010, etc.

HaleyR

Ahh...that should do it. :) Thank you!