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.{pgslideshow id=1|width=200|height=300|delay=5000|image=O}
The probelsm might be in .../plugins/content/phocagalleryslideshow.php on line 89 were it sets up the name of the file:
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.case 'O':
$imageName = $images[$i]->filename;