Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • cplanetdoo Friend
    #178513

    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.

    Sherlock Friend
    #458870

    <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 !

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 12 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum