1 頁 (共 1 頁)

[問題]Multiple BBCode MOD安裝說明看不明

發表於 : 2004-04-23 03:03
larry315
外掛名稱: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

發表於 : 2004-04-23 07:19
御津闇慈
FIND=>搜尋字串\r
AFTER, ADD=字串下方加入\r
這篇都有明寫了
http://phpbb-tw.net/phpbb/viewtopic.php?t=22832
但是你好像都沒爬文章唷\r
[主題鎖定]