SOLVED: Slideshow controls disappeared

Phoca Gallery plugins - plugins for Phoca Gallery extension
sgdave
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 26 Nov 2008, 18:48

SOLVED: Slideshow controls disappeared

Post by sgdave »

Hello,

And thanks again to Jan and the other people who support here.

I have been using PhocaGallery successfully on my site http://www.labetxea.com/ for a while now. The other day I noticed that the functionality has mysteriously changed. It used to be that clicking on the Phoca thumbnail at the BOTTOM of, for instance, this page brought up a full size photo with slideshow controls, and the slideshow started running automatically.

I swear I have not touched the code I put on the page, but there is the slightest chance my client has changed something accidentally (she is mortally allergic to code, though, so that would suprise me!)

The code at the bottom of the page that I use to invoke the gallery is:

Code: Select all

{phocagallery view=category|categoryid=10|imageid=0|imagerandom=1|limitcount=37|
fontcolor=#000|bgcolor=#FFFFFF|bgcolorhover=#FFFF99|imagebgcolor=#FFFFFF|
bordercolor=#CCCCCC|bordercolorhover=#FFFF00|
detail=2|displayname=0|displaydetail=1|displaydownload=0}
Contrast with a gallery page of the same images, where the slideshow controls do come up properly.

All galleries on this site are now behaving similarly. The full gallery page shows slideshow controls, but the lead-in thumbnail on the "click here to go to the gallery" page only opens a single photo without slideshow controls.

Photos attached also.

Does anyone know what might have happened or how to fix? Thanks!

Dave Forrest
Last edited by sgdave on 25 Jun 2009, 19:29, edited 1 time in total.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Slideshow controls disappeared

Post by Jan »

Hi, the difference is in detail method:

detail=2 (modal box (only image)) - only image means without slideshow buttons. this is used in plugin
detal=0 (modal box) - this is used in component - slideshow buttons are displayed in this method.

Jan
If you find Phoca extensions useful, please support the project
sgdave
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 26 Nov 2008, 18:48

Re: Slideshow controls disappeared

Post by sgdave »

Changing it from 2 to 0 worked perfectly, thanks Jan!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: SOLVED: Slideshow controls disappeared

Post by Jan »

Great to hear it.

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