coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: simoxy on March 15, 2004, 08:59:46 AM

Title: Random Pictures
Post by: simoxy on March 15, 2004, 08:59:46 AM
I have installed this on my site (http://www.noseriders.co.uk/idea) and have uploaded lots of pictures (not all of them yet) and when you load the page the random images part does not display any pictures!! Any ideas?
Title: Random Pictures
Post by: Casper on March 15, 2004, 11:50:00 AM
This is caused by a bit of code that checks how many pics you have.  it is being removed in the next version, but for now, do this;

Open include/functions.inc.php.  Find,

// by the SELECT statement as ORDER BY RAND() is time consuming
                if ($pic_count > 1000) {


Change the '>1000' to read '<1'.
Title: Random Pictures
Post by: simoxy on March 15, 2004, 02:49:36 PM
thanks that has worked