Powered by Blogger.
Sunday, September 2, 2012

This one works on phoca gallery 3.2.1 , Remove powered by phoca gallery text from footer

Well, was searching for several blogs and forums. Most top results are old date. Found one blog where it gave a fix for 3.2 but that will not work on phoca gallery 3.2.1 . To remove the footer ( powered by phoca gallery) text from your joomla website. You have to edit the following file.

/copmponents/com_phocagallery/view/category/tmpl/default.php

go to the last line, where it says  

echo $this->tmpl['dsf'];


simply remove the line or comment it out. like this

//echo $this->tmpl['dsf'];


If you want to remove that from categories page. Go and edit the other files in the "copmponents/com_phocagallery/view"  folder.  the same way. Same trick.