Modifications.teuideioma.php
?>
$txt['down'] = 'Down Marquee';
Sources/Subs.php
array(
'tag' => 'green',
'before' => '<span style="color: green;">',
'after' => '</span>',
),
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
'flash' => array('code' => 'flash', 'before' => '[flash=200,200]', 'after' => '[/flash]', 'description' => $txt[433]),
'down' => array('code' => 'down', 'before' => '[down]', 'after' => '[/down]', 'description' => $txt['down']),
/İmages/bbc/
Se quiser aumentar a velocidade
subs.php
'content' => '<marquee scrollamount=1 direction="down" loop=true>$1</marquee>',