Mod Name: Word Description BBC
Link Mod :
http://custom.simplemachines.org/mods/index.php?mod=1593Created 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 array(
'tag' => 'move',
Por favor, adicione este código antes
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 'list' => array('code' => 'list', 'before' => 'n', 'after' => 'nn', 'description' => $txt[261]),
'desc' => array('code' => 'desc', 'before' => '[desc=]', 'after' => '[/desc]', 'description' => $txt['desc']),
./Themes/default/
index.template.php echo $context['html_headers'], '
<script type="text/javascript" language="javascript" src="', $settings['default_theme_url'], '/tooltip.js">
./Themes/default/
style.css #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?>
$txt['desc'] = 'Adicionar Descriçã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".