代碼: 選擇全部
##############################################################
## 外掛名稱: 在檢視某某人資料中看到Rank圖片
## 外掛作者: CAT < h5201141@yahoo.com.tw > http://sh31.no-ip.com/nkmu91me5
## 外掛說明: 在檢視某某人資料中看到Rank圖片
##
## 外掛版本: 1.0.0
##
## 安裝難度: Easy
## 安裝時間: 1 Minutes
## 編輯檔案: ./templates/{風格名稱}/profile_view.tpl
## 附加檔案: X
## 版權聲明: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## 由於安全上的考量, 請檢查: http://phpbb-tw.net/phpbb/index.php
## 是否有此外掛的最新版本.
################################################################
## 作者備註:
##
##############################################################
## 外掛歷史:
##
## 2007-06-28 - 版本 1.0.0
## - 在phpbb 2.0.22中測試無誤
##
##############################################################
## 新增外掛前, 請先備份相關檔案.
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
./templates/{風格名稱}/profile_view.tpl
#
#-----[ 尋找 ]------------------------------------------
#
<td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}<br /><br /><span
class="postdetails">
#
#-----[ 在後面新增 ]------------------------------------------
#
{RANK_IMAGE}<br />
#-----[ 儲存&關閉所有檔案 ]------------------------------------------
#
# EoM
請大家多多指教~~~~


