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?
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'.
thanks that has worked