Autor Tópico: Mod SWF  (Lida 3193 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline candidosa2

  • Suporte Tecnico
  • Fundador
  • *
  • Mensagens: 5072
  • Rank: 1658
  • Sexo: Masculino
  • Suporte
    • Hosting Moçambique
Mod SWF
« em: 05 de Janeiro de 2009, 06:18 »
Subs.php
Pesquisar
Código: [Seleccione]
array(
'tag' => 'green',
'before' => '<span style="color: green;">',
'after' => '</span>',
),

Adicionar
Código: [Seleccione]
array(
'tag' => 'swf',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<embed src="$1" width="600" height="500">',
'validate' => create_function('&$tag, &$data, $disabled', '
if (isset($disabled[\'url\']))
$tag[\'content\'] = \'$1\';
$pattern = \'/http:\/\/.+v=(.+)(&.+)*/i\';
if (preg_match($pattern, $data[0], $matches))
$data[0] = $matches[1];'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),

Post.template.php
Pesquisar
Código: [Seleccione]
'flash' => array('code' => 'flash', 'before' => '[flash=200,200]', 'after' => '[/flash]', 'description' => $txt[433]),
Adicionar
Código: [Seleccione]
'swf' => array('code' => 'swf', 'before' => '[swf=600,500]', 'after' => '[/swf]', 'description' => $txt['swf']),

Modifications.portuguese_pt.php
Pesquisar
Código: [Seleccione]
?>Adicionar
Código: [Seleccione]
$txt['swf'] = 'Swf ';
Teu temaz=>images=>bbc que esta no anexo