Slideshow plugin - image=O doesn't work for me.

Phoca plugins - support for all Phoca plugins except Phoca Gallery plugins
Ian
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 01 Dec 2008, 22:47

Slideshow plugin - image=O doesn't work for me.

Post by Ian »

I tried using the slide show option image=O
{pgslideshow id=1|width=200|height=300|delay=5000|image=O}
But this results in an error in the file names created in the javascript. (works fine if I use option S M or L.) and no image display.

The probelsm might be in .../plugins/content/phocagalleryslideshow.php on line 89 were it sets up the name of the file:
case 'O':
$imageName = $images[$i]->filename;
I think it needs to call a function to expand the filename to a relative path like it does for when it gets the thumbnail file names.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48535
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Slideshow plugin - image=O doesn't work for me.

Post by Jan »

thank you for this info, I will take a look at it...

Jan
If you find Phoca extensions useful, please support the project
Post Reply