Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • prose Friend
    #136012

    I really liked ja pyrite and the slideshow module in it. For me the randomness for the images is a key issue. It seams that no matter what i do the images in the slideshow apears to show in albhapetical order.
    Decending option in “sort order” parameter works just fine and ascending but if i chose random it is the same as ascending. I believe that this is an bug in the module and i hope that you update it soon.

    url: http://www.prosessikilta.fi/
    Joomla 1.5.8

    scotty Friend
    #281588

    Yes this is a bug. Well spotted, I don’t think it has been noticed before.

    To fix (I think) go to modules/mod_jaslidshow/mod_jaslideshow.xml on find on line 40…

    <param name=”sort” type=”list” default=”0″ label=”Sort Order” description=”The sort order of the images”>
    <option value=””>Random</option>
    <option value=”1″>Ascending</option>
    <option value=”2″>Descending</option>
    </param>and change to…

    <param name=”sort” type=”list” default=”0″ label=”Sort Order” description=”The sort order of the images”>
    <option value=”0″>Random</option>
    <option value=”1″>Ascending</option>
    <option value=”2″>Descending</option>
    </param>Then go back to module settings, set order as ‘Random’ and save.

    prose Friend
    #281591

    Nice, one missing zero and thats it. Now it works!

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

This topic contains 3 replies, has 2 voices, and was last updated by  prose 15 years, 11 months ago.

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