Remove Powered by Kunena Forum Footer in K 2.0
Kunena is the free and the most popular forum extension for Joomla. Kunena team has released new version - Kunena 2.0 with some added features and functionality. The forum links to Kunena website by a footer link which may not be desirous to some webmasters.
Moreover, there is no commercial version available without the footer link. Though, it is highly recommended to give due credits to the developers, still if you wish to remove the powered by kunena footer links, this tutorial will provide a simple solution.
I have tested it with Joomla 2.5.x and K2.0.x version.
1. Open the file
/administrator/components/com_kunena/libraries/view.php
(First go in administrator folder)
2. Find the following code (use ctrl + F)
echo $this->poweredBy();
3. And delete it (Don't delete semicolon)
;
4. Or change 1 to 0 in following line
if ($this->config->get('credits', 0))