Gallery Module thumbnail image custom css class
Posted: 28 Nov 2012, 20:17
I need to add a class to the thumbnail image in the phoca gallery module category display. I can easily access or change the style of the image with the current design and functionality of the module, but in my case I need a class specifically for the image tag itself. This is for another plugin that handles watermarks based on an image css class.
The menu and detail features for phoca gallery have image classes I can use, but the module thumbnails do not have a class. I am proficient with joomla and editing php files, overrides etc etc, and I am almost certain with some hard work and research I can find the files to modify to add in a class in the image tag, but want to ask here first so I don't waste a lot of effort.
I also searched all of the parameters in the module and didn't see any reference to adding a custom class. I also added a custom class to the module itself (sometimes modules will stick that module class in child items of the module wrapper) but that didn't work.
I did search the forum but there were so many results and I read through a lot of them without success. I don't want to spend more time than needed so I am asking for feedback on where in the phoca source files I can add the css class I need or if there is a simpler way to do it.
The menu and detail features for phoca gallery have image classes I can use, but the module thumbnails do not have a class. I am proficient with joomla and editing php files, overrides etc etc, and I am almost certain with some hard work and research I can find the files to modify to add in a class in the image tag, but want to ask here first so I don't waste a lot of effort.
I also searched all of the parameters in the module and didn't see any reference to adding a custom class. I also added a custom class to the module itself (sometimes modules will stick that module class in child items of the module wrapper) but that didn't work.
I did search the forum but there were so many results and I read through a lot of them without success. I don't want to spend more time than needed so I am asking for feedback on where in the phoca source files I can add the css class I need or if there is a simpler way to do it.