You are here: Home Development Joomla! Joomla! 1.5.x: !JoComment - Remove "Powered By..."
Joomla! 1.5.x: !JoComment - Remove "Powered By..." PDF Print E-mail
User Rating: / 0
PoorBest 
Development - Joomla
Written by Rick   
Friday, 05 June 2009 07:00

Not that I can blame developers for wanting to do a little advertising in their Open Source creations distributed under the GNU Public license, but it can be bit troublesome.

I have 3 sites where I've installed !JoComment 4.0 alpha3 by Compojoom.com. All three sites started to receive hits for the phrase "Powered by !JoComment". That's not exactly one of the terms I was hoping to get ranked in the search engines. Needless to say, I started looking for ways to remove it.

Go to SITEROOT/components/com_comment/joscomment/ and open comment.class.php in an appropriate editor. Search for "function insertPoweredby()". Once located change the "return" statement like so;

Original;

return '<div id="poweredby" align="center" class="small">Powered by <a target="_blank" href="http://compojoom.com">!JoomlaComment '."4.0alpha3".'</a></div>'

Modified;

return '';

As you can I've simply emptied the content between the ' marks.

While you are there you may have noticed "function insertHiddenCopyright()". You might want to remove that one too!

Comments (0)
Write comment
Your Contact Details:
Gravatar enabled
Comment:
[b] [i] [u] [url] [quote] [code] [img]   
:angry::0:confused::cheer:B):evil::silly::dry::lol::kiss::D:pinch:
:(:shock::X:side::):P:unsure::woohoo::huh::whistle:;):S
:!::?::idea::arrow:
Security
Please input the anti-spam code that you can read in the image.