1
UPDATE: FOR IMAGE VIEW PAGES: 1. Go to: /components/com_phocagallery/views/category/tmpl/default.php At the bottom of the file (lines could change versions by versions) search for: Code: echo $this->tmpl['emm']; (emm could be not your code, there are many: dsf/gm/tl etc. Comment this line with //, update the file in the correct directory (make sure you have a backup copy) FOR CATEGORIES VIEW 2. Go to: /components/com_phocagallery/views/categories/tmpl/default.php At the very bottom you can find: Code: echo PhocaGalleryUtils::footer(); or Code: echo $this->tmpl['tl']; or similia (search function is your best friend), remember that the code can be different! Comment with // the line Update and refresh the gallery page PhocaGallery often changes codes and php files, but with a bit of patience and tries (and backups backups backups) you can modify everything.

How to delete Powered By Phoca Gallery in Joomla 2.doc

Embed Size (px)

Citation preview

How to delete Powered By Phoca Gallery in Joomla 2

UPDATE:

FOR IMAGE VIEW PAGES:

1. Go to: /components/com_phocagallery/views/category/tmpl/default.php

At the bottom of the file (lines could change versions by versions) search for:

Code:echo $this->tmpl['emm'];

(emm could be not your code, there are many: dsf/gm/tl etc.

Comment this line with //, update the file in the correct directory (make sure you have a backup copy)

FOR CATEGORIES VIEW

2. Go to: /components/com_phocagallery/views/categories/tmpl/default.php

At the very bottom you can find:

Code:echo PhocaGalleryUtils::footer();

orCode:echo $this->tmpl['tl'];

or similia (search function is your best friend), remember that the code can be different!

Comment with // the line

Update and refresh the gallery page

PhocaGallery often changes codes and php files, but with a bit of patience and tries (and backups backups backups) you can modify everything.