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?
Module on front page of Phoca Gallery
- caro84g
- Phoca Hero

- Posts: 1369
- Joined: 11 Feb 2008, 17:52
- Location: Holland
- Contact:
Re: Module on front page of Phoca Gallery
With the Phoca Gallery plugin you can create an article and link to a category. https://www.phoca.cz/phocagallery-plugin
Regards, Carolien
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)
Backup before you do any major change to your website (and test first)
-
arathra
- Phoca Member

- Posts: 10
- Joined: 04 Aug 2008, 14:51
Re: Module on front page of Phoca Gallery
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.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
- caro84g
- Phoca Hero

- Posts: 1369
- Joined: 11 Feb 2008, 17:52
- Location: Holland
- Contact:
Re: Module on front page of Phoca Gallery
use the plugin code:
{phocagallery view=categories}
all of them are listed
Regards, Carolien
{phocagallery view=categories}
all of them are listed
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)
Backup before you do any major change to your website (and test first)
-
arathra
- Phoca Member

- Posts: 10
- Joined: 04 Aug 2008, 14:51
Re: Module on front page of Phoca Gallery
Perfect. Thank you!