<em>@cplanetdoo 327202 wrote:</em><blockquote>Every time i get to the slideshow page a different image appears and the order is not always the same. If i have images 1.jpg 2.jpg 3.jpg….. in the folder i would like to see every time I get to the slideshow the 1.jpg as the first image and then using the navigation buttons to get to the others with alphabetical order.</blockquote>
Hi cplanetdoo,
You open the file of modulesmod_jaslideshowlitehelpershelper.php look fro this lines of code
[PHP]
$orderby = ‘0’;
$sort = ‘0’;
[/PHP]
Change it to
[PHP]
$orderby = ‘1’;
$sort = ‘1’;
[/PHP]
I hope it helps !