Hi there, I just updated from 1.7 to 1.7.1 and of course before the update I had modified my index.php file to allow two rows of new images to be displayed 4 across each. Well since I updated I had to go back and re-edit the index.php feature. I figured out how to get the 2 rows 4 across each but now my new images won't randomize. Instead of a random order of new images displayed on the index it just shows the first 8 new images in chronological order. How can I get my "new images" to appear in a random order again? Thanks so much for any help.
And just in case this helps, this is what the section looks like in index.php that I modified:
$num_new_images = 8;
$config['image_cells'] = 4;