●快速架站程式:Appserv 1.9.0
●您的上網方式:東森CABLE
●您的 phpBB2 版本:phpBB 2.0.6
如下圖,我想把版面管理員由黑色改為綠色該如何做?
版主: 版主管理群
代碼: 選擇全部
#-----[ OPEN ]------------------------------------------
#
# templates/xxx/index_body.tpl
#
#-----[ FIND ]------------------------------------------
{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}
#
#-----[ REPLACE WITH ]--------------------------------------------------
#
<font color="#358eff"> {catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</font>
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#嗯........果然成功了,再次感謝啊!天霜 寫:在<font color="#358eff">輸入你想顯示的顏色代碼: 選擇全部
#-----[ OPEN ]------------------------------------------ # # templates/xxx/index_body.tpl # #-----[ FIND ]------------------------------------------ {catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS} # #-----[ REPLACE WITH ]-------------------------------------------------- # <font color="#358eff"> {catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</font> # #-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ #