Author Notes wrote: ## Author Notes:
##
## IMPORTANT: you MUST first have already installed the Multi Quick BBCode MOD
##
## Usage:
## [ruby=hightext]basetext[/ruby]
##
## Uses simple Ruby HTML, which may not be fully supported by all browsers;
## Opera 7.23 and Mozilla 1.7 (and below) will display the hightext in parentheses
## to the right of the basetext at full size, rather than directly above it in small print.
burnthome wrote: i still not understand this "ruby annotation" mean??? Did you have any demo to display for .....
'9'
'L_BBCODE_9_HELP' => $lang['bbcode_9_help'],
$lang['bbcode_9_help'] = 'xxxxxx (alt+9)';
n9_help = "{L_BBCODE_9_HELP}";
Code: Select all
#
#-----[ IN-LINE FIND ]------------------------------------------
#
$EMBB_keys = array(''
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
,'9'
Code: Select all
#
#-----[ FIND ]------------------------------------------
#
'L_BBCODE_F_HELP' => $lang['bbcode_f_help'],
#
#-----[ AFTER, ADD ]------------------------------------------
#
'L_BBCODE_9_HELP' => $lang['bbcode_9_help'],
Code: Select all
#
#-----[ FIND ]------------------------------------------
#
$lang['bbcode_f_help']
#
#-----[ AFTER, ADD ]------------------------------------------
#
$lang['bbcode_9_help'] = 'Ruby text: [ruby=hightext]basetext[/ruby] (alt+9)';
Code: Select all
#
#-----[ FIND ]------------------------------------------
#
f_help = "{L_BBCODE_F_HELP}";
#
#-----[ AFTER, ADD ]------------------------------------------
#
n9_help = "{L_BBCODE_9_HELP}";
ahlai_oun wrote: the only problem i have is when my mouse hover over the BBcode button ruby, it doesn't display ...how to...info like other buttons.
Code: Select all
## This syntax is not fully supported by all browsers.
## Opera and Firefox will display the hightext in parentheses
## to the right of the basetext at full size, rather than directly
## above it in small print.