I have recently installed plogger and it worked great. Except for the sorting thing.
I want the pictures in my albums to sort by caption, and in ascending order. I have changed into this from the 'Options' tab. But the only problem is i want it to sort by NUMERICAL value, and in this order;
my picture 1 my picture 2 my picture 10
INSTEAD OF;
my picture 1 my picture 10 my picture 2
I know we could use ABS() function, probably? But i don't know at which file and lines should i modify the code? Or any other way to get around this?
EDIT: never mind - I just had to refresh, and my album was sorted alphabetically.
I'm in a somewhat similar situation - I want my pictures to be sorted numerically and alphabetically, so that the order will be: 0001_something_a.jpg 0001_something_b.jpg 0002_something_a.jpg something_01.jpg something_02.jpg
When I used upload date as sort order, I could control the order of the pictures by using the 'upload' function, but when I used 'import' instead, the order seems completely scrambled... Can anyone tell me how to go about doing this?