How to Remove Powered by Phoca Download in Joomla 3 or 2.5

Powered by Phoca Download appears under the Phoca Download extension of Joomla. Althgouh removing the credits “Powered by Phoca Download” is something we should avoid, we may sometimes consider cracking it down for good reasons. With the help f this article, you shall be able to remove the Powered by Phoca Download from your Joomla Phoca Download extension. Always respect the copyright and see if you can leave the credits of the developer since they have provided a component/module to you for free.

Very Important: Before you follow the resolution below, ensure to backup your site. One Click Backup for Joomla

Note: The default code editor of your host may sometimes hide the code. Use your system’s default notepad or Notepad++ to edit the files mentioned in this article. You will need to edit two files and make a minor change to remove “Powered by Phoca Download” link from your Joomla site. Go to the file system of your Joomla installation.

  • Edit the “renderfront.php” file from the following location:

/ administrator / components / com_phocadownload / libraries / phocadownload / render /Locate the following block of code [should be around line 41]:

public static function renderPhocaDownload() {
      return '<div sty'.'le="t'.'ext-al'.'ign:ri'.'ght;">Po'
      .'wered by <a href="/ht'.'tp://www.pho'
      .'ca.cz/phocad'.'ownload" targe'
      .'t="_bla'.'nk" title="Pho'.'ca Dow'
      .'nload">Phoca Down'.'load</a></div>';
      }

Now replace the code with the following and save the file:

 /* 
                      return '<div sty'.'le="t'.'ext-al'.'ign:ri'.'ght;">Po'
    .'wered by <a href="/ht'.'tp://www.pho'
    .'ca.cz/phocad'.'ownload" targe'
    .'t="_bla'.'nk" title="Pho'.'ca Dow'
    .'nload">Phoca Down'.'load</a></div>';
    */
}
  • Edit “utils.php” file from the following location:

/ administrator / components / com_phocadownload / libraries / phocadownload / utils / Locate the following block of code [should be around line 12]

public static function footer() {    
                 echo '<div>Powe'.'red b'.'y <a href="/ht'.'tp://www.pho'.'ca.c'.'z/pho'
    .'cado'.'wn'.'load" tar'.'get="_bl'.'ank" title="Pho'.'ca Down' .'load">Pho'
    .'ca Downl'.'oad</a></div>';
  }

Now replace the code with the following and save the file

public static function footer() {
    /* echo '<div>Powe'.'red b'.'y <a href="/ht'.'tp://www.pho'.'ca.c'.'z/pho'
    .'cado'.'wn'.'load" tar'.'get="_bl'.'ank" title="Pho'.'ca Down' .'load">Pho'
    .'ca Downl'.'oad</a></div>'; */
  }

You shall be all set now, go ahead and test your site’s front end. This has been tested on all Joomla 3.x.x versions and should work just fine and help you to remove Powered by Phoca Download from your Joomla site if you carefully follow all the steps. Did you Find How to Remove Powered by Phoca Download article helpful? drop a line and share it forward to help others. Have a nice day.

Syed Hussaini
Syed Hussaini

With over 20 years of experience, I specialize in customer support, website development (using platforms like WordPress, Joomla, and Google Sites), IT operations, and digital asset management. I've managed teams, trained staff, and created Knowledgebase and Playbook articles. I’m known for my high productivity, independence, and strong communication skills, and I have successfully worked across diverse regions, including APAC, EMEA, Eastern time and AMER.

Leave a Reply

Discover more from My Knowledge Buddy

Subscribe now to keep reading and get access to the full archive.

Continue reading

Discover more from My Knowledge Buddy

Subscribe now to keep reading and get access to the full archive.

Continue reading