Remove Powered by Phoca Gallery
Moderators: pe7er, General Support Moderators
Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
-
- Joomla! Apprentice
- Posts: 9
- Joined: Wed Jun 05, 2013 7:44 am
Remove Powered by Phoca Gallery
Hi everyone,
Can anyone tell me how to remove the "Powered by Phoca Gallery" part in Phoca Gallery 3.2.4? I have already searched via Google and here but only can find the solution for previous versions.
Thanks in advance!
Can anyone tell me how to remove the "Powered by Phoca Gallery" part in Phoca Gallery 3.2.4? I have already searched via Google and here but only can find the solution for previous versions.
Thanks in advance!
-
- Joomla! Fledgling
- Posts: 1
- Joined: Sat Jun 08, 2013 3:41 pm
Re: Remove Powered by Phoca Gallery
We found these two places to remove it on our themes:
/your_html_path/components/com_phocagallery/views/category/view.html.php - line 266
/your_html_path/components/com_phocagallery/views/categories - line 273
We just commented out the line with //
/your_html_path/components/com_phocagallery/views/category/view.html.php - line 266
/your_html_path/components/com_phocagallery/views/categories - line 273
We just commented out the line with //
-
- Joomla! Apprentice
- Posts: 9
- Joined: Wed Jun 05, 2013 7:44 am
Re: Remove Powered by Phoca Gallery
Thanks, it worked 

- H13
- Joomla! Ace
- Posts: 1458
- Joined: Sun Dec 10, 2006 6:39 pm
- Location: Czech Republic
- Contact:
Re: Remove Powered by Phoca Gallery
Please, see: http://www.phoca.cz/remove-powered-by-phoca/
- Phoca Gallery - powerful image gallery - http://www.phoca.cz/phocagallery/
- Phoca Restaurant Menu - http://www.phoca.cz/restaurantmenudemo/
- Phoca Cart - e-commerce platform for Joomla!
- Phoca Download - download manager for Joomla!
- Phoca Restaurant Menu - http://www.phoca.cz/restaurantmenudemo/
- Phoca Cart - e-commerce platform for Joomla!
- Phoca Download - download manager for Joomla!
-
- Joomla! Fledgling
- Posts: 1
- Joined: Fri Mar 14, 2014 10:21 pm
Re: Remove Powered by Phoca Gallery
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:
(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:
or 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.
By the way a donation for its great work is strongly reccomended
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: Select all
echo $this->tmpl['emm'];
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: Select all
echo PhocaGalleryUtils::footer();
Code: Select all
echo $this->tmpl['tl'];
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.
By the way a donation for its great work is strongly reccomended

-
- Joomla! Enthusiast
- Posts: 121
- Joined: Wed Sep 18, 2013 2:14 pm
Re: Remove Powered by Phoca Gallery
Excellent work guys thanks!
-
- Joomla! Apprentice
- Posts: 11
- Joined: Thu Nov 10, 2011 7:50 am
Re: Remove Powered by Phoca Gallery
Or you can donate money to Jan's project or your time in the forum to help out this awesome project and help to keep it going. I've done both.
-
- Joomla! Fledgling
- Posts: 3
- Joined: Wed Jul 11, 2012 7:44 am
- Contact:
Re: Remove Powered by Phoca Gallery
hi,
delete or decomment
$this->tmpl['def'] = '<div style="text-align:right;color:#ccc;display:block">Powered by <a href="http://www.phoca.cz/phocagallery">Phoca Gallery</a></div>';
in \components\com_phocagallery\views\category\view.html.php
to example: $this->tmpl['def'] = '';
delete or decomment
$this->tmpl['def'] = '<div style="text-align:right;color:#ccc;display:block">Powered by <a href="http://www.phoca.cz/phocagallery">Phoca Gallery</a></div>';
in \components\com_phocagallery\views\category\view.html.php
to example: $this->tmpl['def'] = '';
-
- Joomla! Apprentice
- Posts: 11
- Joined: Thu Nov 10, 2011 7:50 am
Re: Remove Powered by Phoca Gallery
Yeah, I guess making that $10 - $20 dollar payment to Phoca or answering a question or two in the forum is a real budget buster and a real herculean task.