Page 1 of 1

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

Posted: 02 Dec 2008, 23:25
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.

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

Posted: 03 Dec 2008, 15:22
by Jan
thank you for this info, I will take a look at it...

Jan