Support Forums

Set nofollow tag on the link field of viewlisting template

This is a discussion on Set nofollow tag on the link field of viewlisting template within the Customizations forums, part of the Developer Forums category; As by title, I'm trying to set the NOFOLLOW tag on the viewlisting template, to avoid user "spam" my web ...


Go Back   68 Classifieds Forums > Developer Forums > Customizations

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 11-20-2009, 06:54 AM   #1
Customer
 
Join Date: Sep 2008
Posts: 51
Rep Power: 11
ronin is on a distinguished road
Default Set nofollow tag on the link field of viewlisting template

As by title,

I'm trying to set the NOFOLLOW tag on the viewlisting template, to avoid user "spam" my web site just to insert backlink to their website..

I found the solution, but I need a confermation, to be sure this NOFOLLOW don't ruin internal links, or others link..

The file in plugins\modifier.linkurl.php, line 62

from:
PHP Code:
$string preg_replace($pattern,"'$1<a href=\"$2$3\" title=\"$2$3\" target=\"_blank\">'.kuerzen('$2$3',$length).'</a>$4'",$string); 
to:
PHP Code:
$string preg_replace($pattern,"'$1<a href=\"$2$3\" title=\"$2$3\" rel=\"nofollow\" target=\"_blank\">'.kuerzen('$2$3',$length).'</a>$4'",$string); 
Anyone, can give me any confermation this change ONLY affect the link in the viewlisting page (that is: the link user can inserit in their listing)?

Thanks for reply,

Ronin
ronin is offline   Reply With Quote
 

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
nofollow on the listings and some categories? gadgit7 Technical Support 3 09-24-2009 05:09 AM
provide Modify Listing link on viewlisting page business Technical Support 9 07-04-2009 12:05 PM
V4.1.x if extra category field in viewlisting damiun Modules / Plugins / Modifications 1 06-14-2009 08:34 AM


All times are GMT -4. The time now is 04:34 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0