Knowledge Base - How to remove Powered By JComments in Joomla

Open: tpl_index.php
Located here:
public_html/components/com_jcomments/tpl/default/

Line: 77

Delete this:
<div id="comments-footer" align="center"><?php echo $this->getVar('support'); ?></div>

 

OR

 

Open: factory.php
Located here:
public_html/components/com_jcomments/classes/

Line: 250

Change this:
$tmpl->addGlobalVar('support', '<a href="http://www.joomlatune.' . $domain . '" title="JComments" target="_blank">JComments</a>');

 

To this: 
$tmpl->addGlobalVar('support', ' ');

 

Details

Created : 2018-11-22 19:58:49, Last Modified : 2019-01-29 03:24:41

Click to listen highlighted text!