Hi, see no problems there, working as expected:
Jan
Phoca Gallery Button default config
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Gallery Button default config
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 20
- Joined: 18 May 2011, 16:15
Re: Phoca Gallery Button default config
did you hard code it as I posted before ? Can you append your phocagallery.php ?
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Gallery Button default config
Hi, I don't understand, why hardcoded, I have set it in parameters, the value was 2, the same like if I will paste there constant 2
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 20
- Joined: 18 May 2011, 16:15
Re: Phoca Gallery Button default config
But the whole thread is about to set the default value to 2... not to change it every time when I paste an image.
I just can't set the default value to 2.
I have a default value in phoca component set to 2, however when adding an image with Phoca gallery button even though it is default there, it does not take the value from phoca component.
I just can't set the default value to 2.
I have a default value in phoca component set to 2, however when adding an image with Phoca gallery button even though it is default there, it does not take the value from phoca component.
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Gallery Button default config
Hi so you should set:
after:
so it will be not changed by the plugin code.
Jan
Code: Select all
$enable_overlib = 2;
Code: Select all
else if($values[0]=='overlib') {$enable_overlib = $values[1];}
}
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 20
- Joined: 18 May 2011, 16:15
Re: Phoca Gallery Button default config
I changed it and it works but only once... I mean it makes overlib effect when I first hover the picture. But when I hover the same picture for the second time, it does not.
You can see the problem here http://www.testowa.jagodnik.pl/aktualno ... bez-owocow
You can see the problem here http://www.testowa.jagodnik.pl/aktualno ... bez-owocow
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Gallery Button default config
Hi, then check your site for javascript errors.
If you find Phoca extensions useful, please support the project