Page 1 of 1

[Solved] slideshow random display

Posted: 31 May 2009, 15:32
by tqr
hi,

Using slideshow plugin, all images appear randomly i try to display images in an ordered way. Is it possible ?
In advance thank you for your answers.

Re: slideshow random display

Posted: 03 Jun 2009, 21:32
by Jan
Hi, you can change the ordering in the code :

phocagalleryslideshow.php

line 103, last parameter:

$script .= 'new fadeshow(fadeimages'.$c.', '.$width.', '.$height.', 0, '.$delay.', 1, \'R\');' . "\n";

remove the \'R\'

Jan

Re: slideshow random display

Posted: 04 Jun 2009, 10:20
by tqr
Ok, i try it, and i come back asap.
Thank's for your answer.

Re: slideshow random display

Posted: 06 Jun 2009, 17:32
by tqr
Very Nice,

That's the solution.
Thank you very much.

ps: in my file phocagalleryslideshow.php it was the line n°205