Hey I was curious, it really does not matter the version, have any of you ever got this module to show more than 1 random image?
I have a carousel on my site and it shows 5 pics. I really don’t need 5, 4 would do. I am totally not sure if this module can do that and if so how to make it do it.
Anyone?
Thanks either way in advance.
Ray
**EDIT**
This is in the dataclass file:
public static function getscreenshots() {
$query = "SELECT *
FROM ".TABLE_PREFIX."screenshots
WHERE file_approved='1'
ORDER BY date_uploaded DESC";
return DB::get_results($query);
}
Where file approved is 1. What would happen if that was 4? lol Error or work one of the two eh?