I use Node Gallery with the Plupload Integration module. The basic functionality works fine. My problem is that the order of the files gets messed up when more than 9 files are uploaded. The files are sorted by file name (eg. xyz01.jpg, xyz02.jpg). When I upload 10 or more files the order gets reversed except for the first and the last file. This happens every time in the same manner, so I thought that it's a bug.

Edit: This is a related Post with a fix (not tried yet)

Comments

aagd’s picture

Issue summary: View changes
zengenuity’s picture

Status: Active » Closed (won't fix)

We recently added feature to sort by exif date: #2345499: Set chronological order from exif data It's currently in 7.x-1.x-dev. If you update, you can turn it on under the Node Gallery Global settings. Then, go sort by exif date. This will work if your images are straight out of the camera.

aagd’s picture

Thanks, I tried this already. Not helpful for me, though. I really need to keep the order of the upload list. My files have exif data, but only the filenames are relevant for my sort order.