I'm trying to figure out a way to get the E2 gallery to load a random image when the page loads rather than the image which come first alphabetically. Any ideas on how to do it?
How to load a random first image
(2 posts) (2 voices)-
Posted 1 year ago #
-
I haven't tried making a randomizing image gallery, but you could open up the getfolders.php file and look for the sort($fileNames,SORT_STRING); and try using shuffle($fileNames) function instead. I haven't tested it so I'm not sure it'll work. The sort() function shows up 3 times, you'll need to change it each time it shows up. Keep in mind I don't know what will happen so I'd try it on a test gallery first.
Posted 1 year ago #
Reply
You must log in to post.