We would like to sort the pictures by date, I didn't see that as a possibility on the settings page. Is that easy to make? (to be more precise: sort by reversed date)
Thanks in advance.

CommentFileSizeAuthor
#2 datesort1.diff860 bytesdrpchris
#1 datesort2.diff2.39 KBdrpchris
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drpchris’s picture

FileSize
2.39 KB

I'm doing it via the EXIF tags in JPEG files. Diff attached against the 7.x code, although I've been using this same method for a couple years and with some minimal searching it should fit fine with the 6.x code. If the code can't find the right tag, then it assigns it a large time value so the files get stuck at the end of the list. That could certainly be modified.

drpchris’s picture

FileSize
860 bytes

Forgot the code to give another choice for sorting through the admin interface.

drpchris’s picture

Issue summary: View changes

extra info