Mod Linki : NoFollow ALL Links

İndir: http://custom.simplemachines.org/mod...d=969;id=46775

Manuel Kurulum:

./Sources/Subs.php Dosyasında
Bul:
'tag' => 'iurl',
'type' => 'unparsed_content',
'content' => '<a href="$1"
Değiştir:
'tag' => 'iurl',
'type' => 'unparsed_content',
'content' => '<a href="$1" rel="nofollow"

Bul:

'tag' => 'iurl',
'type' => 'unparsed_equals',
'before' => '<a href="$1"
Değiştir:
'tag' => 'iurl',
'type' => 'unparsed_equals',
'before' => '<a href="$1" rel="nofollow"
Bul:
'tag' => 'url',
'type' => 'unparsed_content',
'content' => '<a href="$1"
Değiştir:
'tag' => 'url',
'type' => 'unparsed_content',
'content' => '<a href="$1" rel="nofollow"
Bul:
'tag' => 'url',
'type' => 'unparsed_equals',
'before' => '<a href="$1"
Değiştir:
'tag' => 'url',
'type' => 'unparsed_equals',
'before' => '<a href="$1" rel="nofollow"