Page 1 of 1

Question about gallery

Posted: Sun Dec 02, 2018 10:25 am
by danguss
I have grid style gallery where I render thumbs in grid lets say gallery "parent", that parent gallery has sub galleries "sub1", "sub2". Is it posible to render all thumbs in upload order no matter from what gallery it is?

Re: Question about gallery

Posted: Sun Dec 02, 2018 4:12 pm
by DIGI3
If there's not a huge amount/no pagination, you could give them all a css class that includes a timestamp {$item->filedate} and sort with jQuery.

If there's a lot, or it needs to be server side, you would probably need to assign them to an array then sort the array by date in a udt or smarty modifier.