hidegalleries in plugin doesn't hide galleries

Phoca Gallery plugins - plugins for Phoca Gallery extension
moryali
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 31 Jan 2009, 19:39
Contact:

hidegalleries in plugin doesn't hide galleries

Post by moryali »

Hi,
First of all thanks for a great component.

Second:
I am trying to show a couple of galleries in a content page.
I use the plugin with the following code:

Code: Select all

{phocagallery view=categories| hidecategories=1;2;4;5;6| imagecategoriessize=smallshadow}
somehow when I view the page it shows all the galleries including the ones I want hidden.

here is a link to the page(the site is in hebrew):
http://www.kolnoa.org.il/index.php?opti ... &Itemid=19

Am I missing something?
Is there a different way to display a few categories within a content item?

Thank you very much,
Ilan
User avatar
caro84g
Phoca Hero
Phoca Hero
Posts: 1369
Joined: 11 Feb 2008, 17:52
Location: Holland
Contact:

Re: hidegalleries in plugin doesn't hide galleries

Post by caro84g »

Hi,

in the plugin code after the '|' you must not use a space.

Enter this code in your article and it'll probably work:

Code: Select all

{phocagallery view=categories|hidecategories=1;2;4;5;6|imagecategoriessize=smallshadow}
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)
moryali
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 31 Jan 2009, 19:39
Contact:

Re: hidegalleries in plugin doesn't hide galleries

Post by moryali »

Thank you very much :)
it worked!
Post Reply