Where is the code stored that will set the image to the last uploaded? I would like to change it so it uses the first uploaded image and not the last.
Come on. Someone has to know. Part of this question was in another post. Please check:
http://forum.coppermine-gallery.net/index.php?topic=49270.0
I want to change the random pic to be the first pic uploaded instead of the last one.
Look in index.php for the 2 uses of
max( p.pid ) AS last_pid
and change the max to min.