Page 1 of 1

Gallery module - the newest images should write first

Posted: Sat Jan 11, 2014 10:37 am
by testuser
Hi,

I have a little problem with the Gallery module. When I add new images into gallery, they are automatically added to the end (for the last gallery page, with the highest fileorder in database).

Is there an option how to "reorder" automatically and set the lowest fileorder for the newest images?

I can“t use "showlatest" param, cause I need to reorder some files manually.

Any ideas?
Thanks.

Re: Gallery module - the newest images should write first

Posted: Sat Jan 11, 2014 6:06 pm
by Dr.CSS
No sortorder parameter..?

Re: Gallery module - the newest images should write first

Posted: Sat Jan 11, 2014 6:21 pm
by testuser
In Extensoions > Modules > Help (modul Gallery) there is no sortorder param.

I tried to add this param to function call
{Gallery dir='...' sortorder='asc'} (and desc) but with no change.

I dont need to sort in front-end, but in back-end, after uploading. Maybe I overlooked this option.