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.
[Solved] slideshow random display
-
- Phoca Newbie
- Posts: 3
- Joined: 31 May 2009, 15:22
[Solved] slideshow random display
Last edited by tqr on 06 Jun 2009, 17:33, edited 1 time in total.
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: slideshow random display
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
phocagalleryslideshow.php
line 103, last parameter:
$script .= 'new fadeshow(fadeimages'.$c.', '.$width.', '.$height.', 0, '.$delay.', 1, \'R\');' . "\n";
remove the \'R\'
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 31 May 2009, 15:22
Re: slideshow random display
Ok, i try it, and i come back asap.
Thank's for your answer.
Thank's for your answer.
-
- Phoca Newbie
- Posts: 3
- Joined: 31 May 2009, 15:22
Re: slideshow random display
Very Nice,
That's the solution.
Thank you very much.
ps: in my file phocagalleryslideshow.php it was the line n°205
That's the solution.
Thank you very much.
ps: in my file phocagalleryslideshow.php it was the line n°205