Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> BBtoNuke Mods
Author Message
guidyy
Worker
Worker



Joined: Nov 22, 2004
Posts: 208
Location: Italy

PostPosted: Sun Jan 28, 2007 1:32 am Reply with quote

Anyone knows a mod to have all links posted in forums with the rel="nofollow" attribute?

Guido
 
View user's profile Send private message Visit poster's website MSN Messenger
hitwalker
Sells PC To Pay For Divorce



Joined:
Posts: 5661

PostPosted: Sun Jan 28, 2007 5:18 am Reply with quote

mmmm, read this : http://www.phpbb.com/phpBB/viewtopic.php?t=259827

and i found this :


add rel=nofollow to bbcode.php's make_clickable, i.e.:

Code:
$ret = preg_replace("...<a href=\"\\2\" target=\"_blank\">\\2</a>", $ret);

becomes:

Code:
$ret = preg_replace("...<a href=\"\\2\" target=\"_blank\" rel=\"nofollow\">\\2</a>", $ret);


Note it appears in two places. And a similar change in bbcode.tpl:

Code:
<!-- BEGIN url --><a href="{URL}" target="_blank" rel="nofollow" class="postlink">{DESCRIPTION}</a><!-- END url -->
 
View user's profile Send private message
guidyy







PostPosted: Sun Jan 28, 2007 7:49 am Reply with quote

Thanks Hitwalker,
The fisrt one from phpbb is pretty nice, cause you can exclude some domains from the nofollow, i will work on it.
I was almost sure the mod would affect bbcode.tpl., but that way also links to my own sites would be tagged LOL... nooo good Very Happy

Guido


PS: OK I know, that will not stop spammers, but at least make them life harder....
 
hitwalker







PostPosted: Sun Jan 28, 2007 12:39 pm Reply with quote

good luck.... Laughing
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> BBtoNuke Mods

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©