[Solved] slideshow random display

Phoca plugins - support for all Phoca plugins except Phoca Gallery plugins
tqr
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 31 May 2009, 15:22

[Solved] slideshow random display

Post 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.
Last edited by tqr on 06 Jun 2009, 17:33, edited 1 time in total.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47948
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: slideshow random display

Post 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
If you find Phoca extensions useful, please support the project
tqr
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 31 May 2009, 15:22

Re: slideshow random display

Post by tqr »

Ok, i try it, and i come back asap.
Thank's for your answer.
tqr
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 31 May 2009, 15:22

Re: slideshow random display

Post by tqr »

Very Nice,

That's the solution.
Thank you very much.

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