Plug-in & Slideshow "Highslide (image only)" = Bug

Phoca Gallery plugins - plugins for Phoca Gallery extension
Ops
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 28 Jan 2009, 12:07

Plug-in & Slideshow "Highslide (image only)" = Bug

Post by Ops »

Hi!

I ask to forgive for my English - it very bad...

An error Essence:
At gallery viewing in a material, deduced through plug-in in a mode "Highslide (image only)" there are no management buttons Slideshow. (Arrows on the keyboard it is possible to look through a photo, and the mouse it is impossible)

At gallery viewing on a straight line, buttons management slideshow appear from above a photo at mouse prompting.

------------------------
Display Buttons - YES
------------------------
In parametres it is necessary to choose yes instead of is not present (by default is not present)
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Plug-in & Slideshow "Highslide (image only)" = Bug

Post by Jan »

Hi, in Highslide "Image only" there are no buttons for slideshow (Phoca Gallery buttons) because there are Highslide buttons...

Jan
If you find Phoca extensions useful, please support the project
Ops
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 28 Jan 2009, 12:07

Re: Plug-in & Slideshow "Highslide (image only)" = Bug

Post by Ops »

Thanks for the answer, also are the best gallery for Joomla!

Here they that also are not displayed

In a file : \plugins\content\phocagallery.php

In the block of code "HIGHSLIDE JS IMAGE ONLY" (line 356) it is necessary to add a line:

Code: Select all

		$folderbutton = new JObject();
		$folderbutton->set('name', 'image');
		$folderbutton->set('options', "");	
And then buttons Highslide "Image only" will be displayed.

Only the comment to the image in window "HIGHSLIDE" and was not displayed... :( How to correct?
Last edited by Ops on 30 Jan 2009, 10:52, 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: Plug-in & Slideshow "Highslide (image only)" = Bug

Post by Jan »

Sorry I don't understand:
n the block of code "HIGHSLIDE JS IMAGE ONLY" (line 356) it is necessary to add a line... ???
If you find Phoca extensions useful, please support the project
mjpetts
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 06 Feb 2009, 10:28

Re: Plug-in & Slideshow "Highslide (image only)" = Bug

Post by mjpetts »

I think I am having the same problem. Using Highslide Image Only I can't get the control buttons to appear.

Code: Select all

{phocagallery view=category|categoryid=2|imageshadow=shadow1|detail=5|displayname=0|displaydetail=0|displaydescription=0|displaybuttons=1|displaydownload=0|bgcolor=#FFFFFF|bgcolorhover=#FFFFFF|bordercolor=#FFFFFF|bordercolorhover=#FFFFFF}
On the example on the demo page there are controls, so what am I doing wrong?

Thanks.

P.S. It would be helpful if the demo page examples also included the code required to reproduce them, I think.
User avatar
caro84g
Phoca Hero
Phoca Hero
Posts: 1369
Joined: 11 Feb 2008, 17:52
Location: Holland
Contact:

Re: Plug-in & Slideshow "Highslide (image only)" = Bug

Post by caro84g »

mjpetts wrote:P.S. It would be helpful if the demo page examples also included the code required to reproduce them, I think.
You should go to the demo of the phoca gallery plugin!
https://www.phoca.cz/demo/phocagallery-plugin?start=6

Regards, Carolien
Please ask your support questions in the forums and not via PM - I delete those PM's
Backup before you do any major change to your website (and test first)
mjpetts
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 06 Feb 2009, 10:28

Re: Plug-in & Slideshow "Highslide (image only)" = Bug

Post by mjpetts »

Thanks for that link.

I found what I needed to do. There's a part commented out in phocagalleryrender.php (/administrator/components/com_phocagallery/render). I uncommented the section starting line 276 and I now have my controls :)
Mackelito
Phoca Member
Phoca Member
Posts: 16
Joined: 14 Sep 2009, 02:06

Re: Plug-in & Slideshow "Highslide (image only)" = Bug

Post by Mackelito »

How can I do this in the new release?
Post Reply