Dear Alex
In OS Joomla gallery
ordasoft.com/os-image-gallery.html
Now you manual set reordering the images in time edit gallery. Next, gallery every time will show this ordering.
if you need show images from gallery is random.
Please in file
{your site}/components/com_osgallery/helpers/osGalleryHelperSite.php
find row
Code: |
"n ORDER BY gim.ordering ASC " ;
|
and replace it to
Code: |
"n ORDER BY RAND() " ;
|
also
Code: |
usort($imageArr, "self::sortByOrdering");
|
and replace it to
Code: |
//usort($imageArr, "self::sortByOrdering");
|
Please back up this file first
This will not work for Load more
Regards
Andrew
OrdaSoft team