| Joomla! 1.5.x: !JoComment - Remove "Powered By..." |
|
|
|
| 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;
Modified;
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! |




