[問題] 在哪裡修改顯示等級跟頭像位置 @@? (已解決)
發表於 : 2005-04-08 20:16
我想把等級位置改在大頭照的下面,請問一下,要改哪一個檔案 @@a
新手發言,請多指教 ^^a
您可以試試看, 這樣子修改:sevn0725 寫:
我想把等級位置改在大頭照的下面,請問一下,要改哪一個檔案 @@a
新手發言,請多指教 ^^a
代碼: 選擇全部
#
#-----[ Open ]-----
#
templates/YOUR_THEME/viewtopic_body.tpl
#
#-----[ Find ]-----
#
{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}
#
#-----[ Replace With ]-----
#
{postrow.POSTER_AVATAR}<br />{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}