By Keep Quiet on Tuesday, 05 January 2016
Replies 1
Likes 0
Views 0.9K
Votes 0
Hi,

I am using easyblog's built in commenting. Some people leave their web addresses in the comments to get linkback benefit. How do I make it that only the comment portion is index, no follow.

Thanks
Hey there,

Can you take a look of my attached screenshot below, are you referring this rel="nofollow" tag inside the comment website link?

If yes, you have to modify on this page ->JoomlaFolder\administrator\components\com_easyblog\includes\comment\comment.php


// LINE 539
$text = str_ireplace( $match , '<a href="' . $match . '">' . $match . '</a>' , $text );

// replace with

$text = str_ireplace( $match , '<a href="' . $match . '" rel=nofollow>' . $match . '</a>' , $text );

·
Tuesday, 05 January 2016 21:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post