Problem (and solution) for Phoca Gallery Slideshow Plugin

Phoca Gallery plugins - plugins for Phoca Gallery extension
oidia
Phoca Member
Phoca Member
Posts: 10
Joined: 31 Mar 2008, 19:44
Location: Germany

Problem (and solution) for Phoca Gallery Slideshow Plugin

Post by oidia »

Hi,
I had a problem in Joomla 3.3.6 with the slideshow plugin (4.1.2). I was trying to display the slideshow plugin within the content of an iCagenda item. Actually no images were displayed even though everything was configured correctly. I found that the iCagenda component uses a view that was not handled in the slideshow plugin.

In "phocagalleryslideshow.php" I changed the line

Code: Select all

if ($view == 'article' || $view == 'featured' || $view == 'item' ||($view == 'category' && $layout == 'blog')) {
to

Code: Select all

if ($view == 'article' || $view == 'featured' || $view == 'list' || $view == 'item' ||($view == 'category' && $layout == 'blog')) {
After that it was working fine. Would be great if this fix finds its way into the official release.

Edit:
Basically it is a similar issue as discussed in this thread: viewtopic.php?f=9&t=19353 :-)

Best regards
Markus
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48536
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Problem (and solution) for Phoca Gallery Slideshow Plugi

Post by Jan »

Hi, Ok, added to feature request list.

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