!JoomlaComments dofollow links

!JoomlaComments is a well known Joomla! component that allows you to have comments on your Joomla! site articles. The links are by default set to nofollow and it’s not possible to set this in component’s configuration.

If you wish to make comments links in your blog dofollow, you’ll have to do a little hack within the component core itself :

Open this file : /components/com_comments/joscomment/comment.class.php and look for « nofollow », which should bring you to line 2293 :

$website = “ “;

Remove « nofollow » attribute :

$website = “ “;

That’s all!

Ce message est également disponible en : French

11 thoughts on “!JoomlaComments dofollow links

  1. Just a couple of questions before I attempt this. First, will it change my old comments from nofollow to “doFollow’, or just affect comments made after I make this change?
    Second, should I make some sort of backup before doing this?

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>