Page 1 of 1
EOS select random gallery.
Posted: Sun May 24, 2020 4:28 am
by FATALES
I want to ask if it is possible:
In the beginning tease , a random gallery would be selected ?
There would be images with the same names in each gallery.
My point is that I don't have to clone pages unnecessarily.
Re: EOS select random gallery.
Posted: Sun May 24, 2020 3:31 pm
by kerkersklave
No, that's not possible.
Re: EOS select random gallery.
Posted: Sun May 24, 2020 3:46 pm
by lolol2
You could generate a random number of 1 or 2 in the beginning and check that number at every page with an if statement, so you "only" have to select both images per page instead of adding two pages per pic.

Re: EOS select random gallery.
Posted: Sun May 24, 2020 7:31 pm
by FATALES
lolol2 wrote: Sun May 24, 2020 3:46 pm
You could generate a random number of 1 or 2 in the beginning and check that number at every page with an if statement, so you "only" have to select both images per page instead of adding two pages per pic.
It is a good idea.
