Page 1 of 1

Module on front page of Phoca Gallery

Posted: 25 Jun 2009, 20:39
by arathra
What I have now is the Phoca Gallery displayed with a listing of all the galleries. No problem.

What I'd like to do is include some text & an image on this same page to serve as a kind of introduction to the gallery. This would have to be editable by the site user so as an article would be the way to go.

Is there an easy way to do this?

Re: Module on front page of Phoca Gallery

Posted: 25 Jun 2009, 21:45
by caro84g
With the Phoca Gallery plugin you can create an article and link to a category. https://www.phoca.cz/phocagallery-plugin

Regards, Carolien

Re: Module on front page of Phoca Gallery

Posted: 26 Jun 2009, 12:14
by arathra
caro84g wrote:With the Phoca Gallery plugin you can create an article and link to a category. https://www.phoca.cz/phocagallery-plugin

Regards, Carolien
The thing is I need to link to ALL the categories rather than just one. And since the user may create new categories I can't just hard code them in.

Re: Module on front page of Phoca Gallery

Posted: 26 Jun 2009, 12:57
by caro84g
use the plugin code:
{phocagallery view=categories}

all of them are listed

Regards, Carolien

Re: Module on front page of Phoca Gallery

Posted: 26 Jun 2009, 14:56
by arathra
Perfect. Thank you!