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 iniciado por: candidosa2 em 03 de Janeiro de 2009, 02:40

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

Pesquisar
Código: [Seleccione]
'tag' => 'iurl',
'type' => 'unparsed_content',
'content' => '<a href="$1"


Alterar por
Código: [Seleccione]
'tag' => 'iurl',
'type' => 'unparsed_content',
'content' => '<a href="$1" rel="nofollow"

Pesquisar
Código: [Seleccione]
'tag' => 'iurl',
'type' => 'unparsed_equals',
'before' => '<a href="$1"

Alterar por
Código: [Seleccione]
'tag' => 'iurl',
'type' => 'unparsed_equals',
'before' => '<a href="$1" rel="nofollow"

Pesquisar
Código: [Seleccione]
'tag' => 'url',
'type' => 'unparsed_content',
'content' => '<a href="$1"

Alterar
Código: [Seleccione]
'tag' => 'url',
'type' => 'unparsed_content',
'content' => '<a href="$1" rel="nofollow"

Pesquisar
Código: [Seleccione]
'tag' => 'url',
'type' => 'unparsed_content',
'content' => '<a href="$1" rel="nofollow"


Alterar
Código: [Seleccione]
'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
Enviado por: candidosa2 em 03 de Janeiro de 2009, 02:54
Sources/Subs.php

Pesquisar
Código: [Seleccione]
'tag' => 'iurl',
'type' => 'unparsed_content',
'content' => '<a href="$1"


Alterar por
Código: [Seleccione]
'tag' => 'iurl',
'type' => 'unparsed_content',
'content' => '<a href="$1" rel="nofollow"

Pesquisar
Código: [Seleccione]
'tag' => 'iurl',
'type' => 'unparsed_equals',
'before' => '<a href="$1"

Alterar por
Código: [Seleccione]
'tag' => 'iurl',
'type' => 'unparsed_equals',
'before' => '<a href="$1" rel="nofollow"

Pesquisar
Código: [Seleccione]
'tag' => 'url',
'type' => 'unparsed_content',
'content' => '<a href="$1"

Alterar
Código: [Seleccione]
'tag' => 'url',
'type' => 'unparsed_content',
'content' => '<a href="$1" rel="nofollow"

Pesquisar
Código: [Seleccione]
'tag' => 'url',
'type' => 'unparsed_content',
'content' => '<a href="$1" rel="nofollow"


Alterar
Código: [Seleccione]
'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
Enviado por: candidosa2 em 20 de Fevereiro de 2011, 07:09
Mod Link : http://custom.simplemachines.org/mods/index.php?mod=1236

./Sources/Subs.php

Código: [Seleccione]
'tag' => 'iurl',
'type' => 'unparsed_content',
'content' => '<a href="$1"

Código: [Seleccione]
'tag' => 'iurl',
'type' => 'unparsed_content',
'content' => '<a href="$1" rel="nofollow"

Código: [Seleccione]
'tag' => 'iurl',
'type' => 'unparsed_equals',
'before' => '<a href="$1"

Código: [Seleccione]
'tag' => 'iurl',
'type' => 'unparsed_equals',
'before' => '<a href="$1" rel="nofollow"

Código: [Seleccione]
'tag' => 'url',
'type' => 'unparsed_content',
'content' => '<a href="$1"

Código: [Seleccione]
'tag' => 'url',
'type' => 'unparsed_content',
'content' => '<a href="$1" rel="nofollow"

Código: [Seleccione]
'tag' => 'url',
'type' => 'unparsed_equals',
'before' => '<a href="$1"

Código: [Seleccione]
'tag' => 'url',
'type' => 'unparsed_equals',
'before' => '<a href="$1" rel="nofollow"