Remove Powered by Kommento Footer

Kommento is free Joomla extension for adding comments functionality in Joomla articles. The component displays a footer message. If you wish to remove it, there are two methods.

Removing From Language File

Navigate to the following file and edit:

language/en-GB/en-GB.com_komento.ini

Find and remove: Powered by Komento

You can also change the text if you do not want to completely remove it.

Removing From Code

This is a better way to remove the footer link. Go to:

components/com_komento/helpers

Edit the file helpers.php

Comment out or delete the following lines of code:

$html .= '<div style="text-align: center; padding: 20px 0;"><a href="http://stackideas.com">' . JText::_( 'COM_KOMENTO_POWERED_BY_KOMENTO' ) . '</a></div>';