coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: KDB9000 on December 30, 2007, 09:58:15 AM

Title: Changing Random from last to first upload
Post by: KDB9000 on December 30, 2007, 09:58:15 AM
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.
Title: Re: Changing Random from last to first upload
Post by: KDB9000 on January 01, 2008, 10:29:44 PM
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.
Title: Re: Changing Random from last to first upload
Post by: Nibbler on January 01, 2008, 10:51:33 PM
Look in index.php for the 2 uses of

max( p.pid )  AS last_pid

and change the max to min.