Page 1 of 1

hidegalleries in plugin doesn't hide galleries

Posted: 01 Feb 2009, 10:58
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

Re: hidegalleries in plugin doesn't hide galleries

Posted: 01 Feb 2009, 15:08
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

Re: hidegalleries in plugin doesn't hide galleries

Posted: 01 Feb 2009, 15:17
by moryali
Thank you very much :)
it worked!