Autor Tópico: Word Description BBC  (Lida 6424 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
Word Description BBC
« em: 28 de Fevereiro de 2011, 04:15 »
Mod Name:   Word Description BBC
Link Mod : http://custom.simplemachines.org/mods/index.php?mod=1593
Created By:  Daydreamer
Type:    BBC
Latest Version:    1.2
Compatible With: 1.1.11, 2.0 RC3
Update by candidosa2:1.1.13, 2.0 RC5

./Sources/Subs.php

Código: [Seleccione]
         array(
          'tag' => 'move',

Por favor, adicione este código antes

Código: [Seleccione]
       
       array(
          'tag' => 'desc',
          'type' => 'unparsed_equals',
          'before' => '<span class="hotspot" onmouseover="tooltip.show('$1');" onmouseout="tooltip.hide();">',
          'after' => '</span>',
        'validate' => create_function('&$tag, &$data, $disabled', '
           $data = strtr($data, array(''' => '''));'),
          ),           


./Themes/default/Post.template.php

Código: [Seleccione]
         'list' => array('code' => 'list', 'before' => 'n', 'after' => 'nn', 'description' => $txt[261]),

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


./Themes/default/index.template.php

Código: [Seleccione]
   echo $context['html_headers'], '

Código: [Seleccione]
<script type="text/javascript" language="javascript" src="', $settings['default_theme_url'], '/tooltip.js">

./Themes/default/style.css

Código: [Seleccione]
#text {margin:50px auto; width:500px}
.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}
#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {font-size:11px; display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}

./Themes/default/languages/Modifications.teuidioma.php

Código: [Seleccione]
?>
Código: [Seleccione]
$txt['desc'] = 'Adicionar Descri&ccedil;&atilde;o do Word';

"tt_bottom.gif" colocar na pasta"./Themes/default/images"
"tt_top.gif" colocar na pasta "./Themes/default/images".
"tt_left.gif" colocar na pasta"./Themes/default/images".
"desc.gif" colocar na pasta "./Themes/default/images/bbc"
"tooltip.js"  colocar na pasta "./Themes/default".