tadekchavez
Well, I changed:
$folder = JPath::clean( $params->get( 'folder', JPATH_BASE . DS . 'images') );
For:
$folder = JPATH_BASE . JPath::clean( $params->get( 'folder', DS .'images') );
This way, we only need to add a relative path (/images/directory) to the site url like we used to on the regular mod_random_image.
Just a suggestion, but the module works really great.
Thanks!
I've implemented this ! Thanks for the feeback. If you find any bugs, report them please ! :)
Thx

