AndreaMarucci Well-known member Licensed customer Jun 25, 2014 #1 I've a gallery that uses imagevue and I'd like to put a random image in the sidebar so that each time the forum is loaded a new image appear. The images are in a single folder with many sub and subsub folders. Can anyone suggest a way to do that?
I've a gallery that uses imagevue and I'd like to put a random image in the sidebar so that each time the forum is loaded a new image appear. The images are in a single folder with many sub and subsub folders. Can anyone suggest a way to do that?
Jake Bunce Well-known member Licensed customer Jun 28, 2014 #2 Is there a table with image records? Or is it just a directory? You can do a directory scan: http://us1.php.net/manual/en/function.scandir.php But a database table is ideal. Either way custom programming is required.
Is there a table with image records? Or is it just a directory? You can do a directory scan: http://us1.php.net/manual/en/function.scandir.php But a database table is ideal. Either way custom programming is required.
AndreaMarucci Well-known member Licensed customer Jun 29, 2014 #3 It's just a directory Jake, thanks for your reply. Since I'm not a coder, I'm thinking about finding a script or something like that...
It's just a directory Jake, thanks for your reply. Since I'm not a coder, I'm thinking about finding a script or something like that...