我依照兩位的說法修改過後還是沒有解決問題
點選[YouTube]這個標籤時還是出現[Item]的標籤
另外[Item]這標籤資訊如下
代碼: 選擇全部
##############################################################
## MOD Title: BBcode for Itemstats
## MOD Author: Multiple
## MOD Description: Adds a BBcode button to the posting page for [item][/item]; This is to beinstalled after Itemstats is working.
## MOD Version: 1.0.0
##
## Installation Level: Easy
## Installation Time: 1 Minute
## Files To Edit: posting_body.tpl; posting.php; lang_main.php
##
## Included Files: n/a
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes: Can be installed with Easymod.
##
##
##############################################################
## MOD History:
##
## 2006-08-02 - Initial version - 1.0.0
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/posting_body.tpl
#
#-----[ FIND ]------------------------------------------
#
f_help = "{L_BBCODE_F_HELP}";
#
#-----[ AFTER, ADD ]------------------------------------------
#
t_help = "{L_BBCODE_T_HELP}";
#
#-----[ FIND ]---------------------------------
#
#
bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','
','
','
','[img]','[/img]','
','');
#
#-----[ IN-LINE FIND ]---------------------------------
#
'
',''
#
#-----[ IN-LINE AFTER, ADD ]---------------------------------
#
,'[item]','[/item]'
#
#-----[ FIND ]------------------------------------------
#
<td><span class="genmed">
<input type="button" class="button" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onClick="bbstyle(16)" onMouseOver="helpline('w')" />
</span></td>
#
#-----[ AFTER, ADD ]------------------------------------------
#
#Be sure to increase the "addbbcode" numbers by 2 if neccessary..if you already have name="addbbcode18"
#Increase it to name="addbbcode20"
#
<td><span class="genmed">
<input type="button" class="button" accesskey="t" name="addbbcode18" value="Item" style="width: 40px" onClick="bbstyle(18)" onMouseOver="helpline('t')" />
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="n" name="addbbcode20" value="Find Item" style="width: 80px" onclick="window.open('./itemstats/search.php', '_itemstats', 'HEIGHT=320,resizable=yes,scrollbars=yes,WIDTH=280');" />
</span></td>
#
#-----[ OPEN ]------------------------------------------
#
posting.php
#
#-----[ FIND ]------------------------------------------
#
# NOTE: the full line to look for is:
'L_BBCODE_F_HELP' => $lang['bbcode_f_help'],
#
#-----[ AFTER, ADD ]------------------------------------------
#
'L_BBCODE_T_HELP' => $lang['bbcode_t_help'],
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_main.php
#
#-----[ FIND ]------------------------------------------
#
#
$lang['bbcode_f_help'] = 'Font size: [size=x-small]small text[/size]';
#
#-----[ AFTER, ADD ]------------------------------------------
#
$lang['bbcode_t_help'] = '*****SPAM***** item link: [item]item name[/item] (alt+t)';
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM[/code]
下面是我修改過的檔案
http://www.zhucc.url.tw/TEMP/php.rar
再麻煩各位了,感謝