[問題]Multiple BBCode MOD安裝說明看不明
發表於 : 2004-04-23 03:03
外掛名稱:Multiple BBCode Mod
外掛版本:1.2.1
綠色部份看不明,請問要把紅色的部份加到那裡??
#
#-----[ OPEN ]---------------------------------
#
templates/subSilver/posting_body.tpl
#
#-----[ FIND ]---------------------------------
#
# NOTE - the complete line to find is:
# function helpline(help) {
#
function helpline(
#
#-----[ AFTER, ADD ]------------------------------------------
#
// MULTI BBCODE-start
// put an "n" in front of the value to make it an acceptable variable name
if ((help == '1') || (help == '2') || (help == '3') || (help == '4') || (help == '5') || (help == '6') || (help == '7') || (help == '8') || (help == '9') || (help == '0'))
{
help = 'n' + help ;
}
// MULTI BBCODE-end
外掛版本:1.2.1
綠色部份看不明,請問要把紅色的部份加到那裡??
#
#-----[ OPEN ]---------------------------------
#
templates/subSilver/posting_body.tpl
#
#-----[ FIND ]---------------------------------
#
# NOTE - the complete line to find is:
# function helpline(help) {
#
function helpline(
#
#-----[ AFTER, ADD ]------------------------------------------
#
// MULTI BBCODE-start
// put an "n" in front of the value to make it an acceptable variable name
if ((help == '1') || (help == '2') || (help == '3') || (help == '4') || (help == '5') || (help == '6') || (help == '7') || (help == '8') || (help == '9') || (help == '0'))
{
help = 'n' + help ;
}
// MULTI BBCODE-end