I use the Joomla! CMS a lot and I also use the Phoca Download extension as my default extension for file downloads. Phoca Download is great, no complaints from me…except that annoying “Powered by Phoca Download” footer message.
If you’re like me and you absolutely hate that thing, then continue reading to get rid of it. It’s really simple.
Things You’ll Need
- admin access to your Joomla! site
*Note: I am assuming you’re using Joomla! 4. If you’re not then it’s time to upgrade, my friends.
- basic knowledge of PHP. If you don’t have basic PHP knowledge, please do not attempt this!
Removing That Pesky Footer Message
-
Step #1
Login to your Joomla admin section
Login to your Joomla! admin section
-
Step #2
Click System in the menu on the left
Click “System” in the menu on the left
-
Step #3
Click Site Templates in the menu on the left
Click “System” in the menu on the left
-
Step #4
Click the name of your template (in my case it is Shaper_helixultimate)
Click the name of your template (in my case it is Shaper_helixultimate)
-
Step #5
Click Create Overrides
Click “Create Overrides”
-
Step #6
Click com_phocadownload
Click “com_phocadownload”
-
Step #7
Click category to create the override (I linked my menu item to category. If you used another option, select the appropriate folder for your site)
Click “category” to create the override (I linked my menu item to category. If you used another option, select the appropriate folder for your site)
-
Step #8
Browse to the override folder that was just created using the menu tree on the left (the folder path will be above the editor tab)
Browse to the override folder that was just created using the menu tree on the left (the folder path will be above the editor tab)
-
Step #9
Click on the file named default.php
Click on the file named “default.php”
-
Step #10
Scroll to the bottom of the editor window that just came up and comment out the line that reads echo PhocaDownloadUtils::getInfo();
Scroll to the bottom of the editor window that just came up and comment out the line that reads “echo PhocaDownloadUtils::getInfo();”
-
Step #11
Click the Save button in the top left of the screen and you’re done
Click the “Save” button in the top left of the screen and you’re done
-
And there you have it. No more “Powered by Phoca Download”.
Tags: joomla, phoca download, websites