Customization of phoca gallery plugin output in material
Posted: 26 Aug 2015, 14:31
Hello.
I put something like
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.
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}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.