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 => Media => Tópico iniciado por: candidosa2 em 19 de Fevereiro de 2011, 21:59

Título: Video Videonuz
Enviado por: candidosa2 em 19 de Fevereiro de 2011, 21:59
source/Subs.php

Código: [Seleccione]
array(
'tag' => 'green',
'before' => '<span style="color: green;">',
'after' => '</span>',
),

Código: [Seleccione]
array(
'tag' => 'videonuz',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<object width="$2" height="$3"><param name="movie" value="http://www.videonuz.com/play.php?video=$1" ></param><iframe src="http://www.videonuz.com/play.php?video=$1" type="application/x-shockwave-flash" width="$2" height="$3"></iframe></object>',
'validate' => create_function('&$tag, &$data, $disabled', '
if (isset($disabled[\'url\']))
$tag[\'content\'] = \'$1\';'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),

Post.template.php

Código: [Seleccione]
'img' => array('code' => 'img', 'before' => '[img]', 'after' => '[/img]', 'description' => $txt[435]),
Código: [Seleccione]
'videonuz' => array('code' => 'videonuz', 'before' => '[videonuz=450,350]', 'after' => '[/videonuz]', 'description' => $txt['videonuz']),
/Themes/default/languages/Modifications.teuidioma.php

Código: [Seleccione]
?
Código: [Seleccione]
$txt['videonuz'] = 'VideOnuz';


/Themes/default/images/bbc/
Esta no anexo