Autor Tópico: Marquee  (Lida 2666 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
Marquee
« em: 09 de Dezembro de 2010, 22:43 »
Modifications.teuideioma.php

Código: [Seleccione]
?>
Código: [Seleccione]
$txt['down'] = 'Down Marquee';

Sources/Subs.php

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

Código: [Seleccione]
array(
            'tag' => 'down',
            'type' => 'unparsed_content',
            'content' => '<marquee scrollamount=1 direction="down" loop=true>$1</marquee>',
            'validate' => create_function('&$tag, &$data, $disabled', '
               if (isset($disabled['url']))
                  $tag['content'] = '$1';

               global $context;
               if (preg_match('~([a-z0-9]{1,15})~i'.($context['utf8'] ? 'u' : ''), $data[0], $matches))
                  $data[0] = $matches[1];
               else
                  $tag['content'] = '$1'; 
            '),
            'block_level' => true,
            'disabled_content' => '$1'
         ),

Themes/Default/post.template.php

Código: [Seleccione]
'flash' => array('code' => 'flash', 'before' => '[flash=200,200]', 'after' => '[/flash]', 'description' => $txt[433]),

Código: [Seleccione]
'down' => array('code' => 'down', 'before' => '[down]', 'after' => '[/down]', 'description' => $txt['down']),

/İmages/bbc/


Se quiser aumentar a velocidade
subs.php

Código: [Seleccione]
'content' => '<marquee scrollamount=1 direction="down" loop=true>$1</marquee>',