Page 1 of 1

Folders not sorting properly

Posted: 05 Aug 2009, 14:01
by blueloyal
Hi All,

I had inputted numerical vaules for all the folders and everything was fine but I have 12 categories so remembering which one is what was hard so I added text so it looks like 1_All, 2_Capless, etc...

I have set it to auto sort and the files are fine 1-9 but once it hits 10-12, the folders are brought to the top. Right now my folders are 10, 11, 12, 1, 2, 3, 4, etc...

any help or suggestions?

P.S. I have tried refreshing, logging in and out and taking out the underscore to mimic what another thread said was successful but still no luck.

Posted: 06 Aug 2009, 08:28
by mjau-mjau
10 will display in front of 9, because it only looks at the first character which is 1. You should do it like this:

001_name
002_name
...
010_name
011_name

This will work correctly, using a 3-ciphered number index.