Having problems with the "Sort pictures" function as the order of the images after saving are more random than the original specified order. Pretty frustrating as some pictures need to be grouped together but they’re being split up.
Mostly harmless.
See the &order_by and &order_direction from maxigallery wiki. MaxiGallery tries to read the date from the picture EXIF data and use that if it exists.. otherwise it will use the date the picture is uploaded. So if some pictures have date in EXIF data and some dont, it can cause funny picture order.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
ok thanks - looking at this gallery some have positions and some don’t so it’s probably tried to order by position and then date.
Also, there appears to be problems on Mac Safari and Camino with the drag and drop order popup. You can drag, but you can’t drop. We’re talking a few hundred images here too.
Mostly harmless.
Have decided to order by ID but with no apparent difference. ASC or DESC doesn’t make any difference either. Have tried v0.52 and 0.6. As mentioned in other post, have increase phx passes.
[!MaxiGallery? &embedtype=`lightboxv2` &order_by=’id’ &order_direction=’DESC’ &pics_per_row=`5` &max_thumb_size=`130` &max_pic_size=`0` &thumb_use_dropshadow=`0` &quality_thumb=`90` &pics_per_page=`20` &manage_target=`227`!]
Mostly harmless.
-
☆ A M B ☆
- 24,524 Posts
Unless that’s just a typo in posting your code, you have single quotes instead of backticks around your values for those parameters.
Oh cr*p, so I do! Thanks.
Mostly harmless.