SMFPT - Suporte e Manutenção de Fórum em Português

SMF 1.1.x (Móbulos Manual) => SMF 1.1.x Módulos Manual => Link => Tópico começado por: candidosa2 em 03 de Janeiro de 2009, 02:40

Título: Nofollow todos os links
Mensagem de: candidosa2 em 03 de Janeiro de 2009, 02:40
Sources/Subs.php

Pesquisar
'tag' => 'iurl',
'type' => 'unparsed_content',
'content' => '<a href="$1"



Alterar por
'tag' => 'iurl',
'type' => 'unparsed_content',
'content' => '<a href="$1" rel="nofollow"


Pesquisar
'tag' => 'iurl',
'type' => 'unparsed_equals',
'before' => '<a href="$1"


Alterar por
'tag' => 'iurl',
'type' => 'unparsed_equals',
'before' => '<a href="$1" rel="nofollow"


Pesquisar
'tag' => 'url',
'type' => 'unparsed_content',
'content' => '<a href="$1"


Alterar
'tag' => 'url',
'type' => 'unparsed_content',
'content' => '<a href="$1" rel="nofollow"


Pesquisar
'tag' => 'url',
'type' => 'unparsed_content',
'content' => '<a href="$1" rel="nofollow"



Alterar
'tag' => 'url',
'type' => 'unparsed_equals',
'before' => '<a href="$1" rel="nofollow"


Link do Mod http://custom.simplemachines.org/mods/index.php?mod=1236


Título: Nofollow todos os links
Mensagem de: candidosa2 em 03 de Janeiro de 2009, 02:54
Sources/Subs.php

Pesquisar
'tag' => 'iurl',
'type' => 'unparsed_content',
'content' => '<a href="$1"



Alterar por
'tag' => 'iurl',
'type' => 'unparsed_content',
'content' => '<a href="$1" rel="nofollow"


Pesquisar
'tag' => 'iurl',
'type' => 'unparsed_equals',
'before' => '<a href="$1"


Alterar por
'tag' => 'iurl',
'type' => 'unparsed_equals',
'before' => '<a href="$1" rel="nofollow"


Pesquisar
'tag' => 'url',
'type' => 'unparsed_content',
'content' => '<a href="$1"


Alterar
'tag' => 'url',
'type' => 'unparsed_content',
'content' => '<a href="$1" rel="nofollow"


Pesquisar
'tag' => 'url',
'type' => 'unparsed_content',
'content' => '<a href="$1" rel="nofollow"



Alterar
'tag' => 'url',
'type' => 'unparsed_equals',
'before' => '<a href="$1" rel="nofollow"


Link do Mod http://custom.simplemachines.org/mods/index.php?mod=1236


Título: NoFollow All Links
Mensagem de: candidosa2 em 20 de Fevereiro de 2011, 07:09
Mod Link : http://custom.simplemachines.org/mods/index.php?mod=1236

./Sources/Subs.php

'tag' => 'iurl',
'type' => 'unparsed_content',
'content' => '<a href="$1"


'tag' => 'iurl',
'type' => 'unparsed_content',
'content' => '<a href="$1" rel="nofollow"


'tag' => 'iurl',
'type' => 'unparsed_equals',
'before' => '<a href="$1"


'tag' => 'iurl',
'type' => 'unparsed_equals',
'before' => '<a href="$1" rel="nofollow"


'tag' => 'url',
'type' => 'unparsed_content',
'content' => '<a href="$1"


'tag' => 'url',
'type' => 'unparsed_content',
'content' => '<a href="$1" rel="nofollow"


'tag' => 'url',
'type' => 'unparsed_equals',
'before' => '<a href="$1"


'tag' => 'url',
'type' => 'unparsed_equals',
'before' => '<a href="$1" rel="nofollow"