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 => Tópico começado por: candidosa2 em 02 de Maio de 2009, 19:37

Título: yousearch
Mensagem de: candidosa2 em 02 de Maio de 2009, 19:37
(http://i276.photobucket.com/albums/kk39/apllic/sshot-7-14.png)

/Sources/Subs.php

Pesquisar
array(
'tag' => 'abbr',
'type' => 'unparsed_equals',
'before' => '<abbr title="$1">',
'after' => '</abbr>',
'quoted' => 'optional',
'disabled_after' => ' ($1)',
),


Adicionar por Baixo
array(
'tag' => 'yousearch',
'type' => 'unparsed_content',
'content' => '<a href="http://www.youtube.com/results?search_query=$1" target="_blank">(' .$txt['yousearch']. ' </a>',
),



/Themes/default/languages/Modifications.portuguese_pt.php ou Modifications.portuguese_brazilian.php
Pesquisar
?>

Adicionar
[logged]$txt['yousearch']='"$1" YouTube vídeos para';[/logged]

(http://i276.photobucket.com/albums/kk39/apllic/sshot-8-9.png)