Page 1 of 1

Customization of phoca gallery plugin output in material

Posted: 26 Aug 2015, 14:31
by lllyllla
Hello.

I put something like

Code: Select all

{phocagallery view=category|categoryid=76|limitstart=0|limitcount=0}{phocagallery view=category|categoryid=77|limitstart=0|limitcount=0}
in material and get photos, but it's design doesn't match with my site so I wanna customize it a bit

My previous site was on Joomla 1.5, so when i was need to customize phoca gallery plugin output in the material I could not find any other solution but to modify file /plugins/content/phocagallery.php

Now on my new site (Joomla 3.4, Phoca Gallery Component 4.2.1) I need to do the same thing, and I want to know right way to do it.

P.s. CSS changes is not enough. I need to wrap elements with divs, change it's order, etc.

Re: Customization of phoca gallery plugin output in material

Posted: 29 Aug 2015, 13:15
by Jan
Hi, in case the CSS is not enough, then the only way is to customize directly the html code:

/plugins/content/phocagallery.php :idea:

Jan