[問題] 如何修改人物頭像下的屬性配置?? (已解決)

phpBB 2 Style Support
討論的範圍包含版面排列、樣式、配置;外掛問題,請到相關版面依發問格式發表!
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
orga
星球公民
星球公民
文章: 43
註冊時間: 2002-08-06 01:11

[問題] 如何修改人物頭像下的屬性配置?? (已解決)

文章 orga »

外掛連結:http://220.134.232.37/phpbb2/dload.php? ... file_id=26
使用版本:2.0.18
網站位置:http://www.quake.idv.tw/
狀況描述:如何修改人物頭像下的屬性配置??
架站程式:Apache/1.3.33 (Win32) PHP/4.3.11 + Mysql 4.0.24-nt
上網方式:TANET

原發表人下方的配置如下:

圖檔

想拿掉所有職照下方如:等級、HP、MP......速度等。
想改為如下圖紅色圈圈處,且想將二級上將、與星星配置挪到和下圖一樣的位置,

圖檔
照片出處:心靈捕手討論區

請問各位大大,要如何修改呢?

~~ 一位喜愛PhpBB2的新手 :oops:
最後由 orga 於 2006-03-17 01:05 編輯,總共編輯了 1 次。
yuei
星球公民
星球公民
文章: 93
註冊時間: 2005-12-20 22:14

Re: [問題] 如何修改人物頭像下的屬性配置??

文章 yuei »

orga 寫:外掛連結:http://220.134.232.37/phpbb2/dload.php? ... file_id=26
使用版本:2.0.18
網站位置:http://www.quake.idv.tw/
狀況描述:如何修改人物頭像下的屬性配置??
架站程式:Apache/1.3.33 (Win32) PHP/4.3.11 + Mysql 4.0.24-nt
上網方式:TANET

原發表人下方的配置如下:

圖檔

想拿掉所有職照下方如:等級、HP、MP......速度等。
想改為如下圖紅色圈圈處,且想將二級上將、與星星配置挪到和下圖一樣的位置,

圖檔
照片出處:心靈捕手討論區

請問各位大大,要如何修改呢?

~~ 一位喜愛PhpBB2的新手 :oops:
這應該在風格討論版問的?@@

打開viewtopic_bady.tpl

{postrow.POSTER_NAME}
附近幾個{xxxxx}換一下,用到你想要位置就好了
會html既可@@
---進期完成的外掛修改---
auction_mod加入拍賣問與答
行事曆,活動報名,相簿藝廊,3隻mod做整合如下
照片能發表至行事歷上,行事歷能看見該天照片
活動報名日期可從行事曆裡的活動做選擇
聊天室顯示會員照片
orga
星球公民
星球公民
文章: 43
註冊時間: 2002-08-06 01:11

文章 orga »

聽了您的建議!已經解決嚕!感激不盡 :lol:

但還是有個小問題!

我發現大頭照下方有關MP的屬性似乎是寫在

viewtopic.php 裡頭

因為裡頭的這些語法,和屬性的列出來的很像!

代碼: 選擇全部

$rpgstatus = '<table width="142" cellpadding="0" cellspacing="0" border="0" class="bodyline">' .
			'<tr><td width="35%"><span class="gensmall">職 照:</span></td><td><span class="gensmall">' . $postrow[$i]['rpg_medals'] . '</span></td></tr>' . 
			'<tr><td><span class="gensmall">等 級:</span></td><td><span class="gensmall">' . $postrow[$i]['rpg_level'] . '</span></td></tr>' . 
			'<tr><td><span class="gensmall">H P:</span></td><td><span class="gensmall">' . $postrow[$i]['rpg_cur_hp'] . ' / ' . $postrow[$i]['rpg_max_hp'] . '</span></td></tr>' . 
			'<tr><td><span class="gensmall">M P:</span></td><td><span class="gensmall">' . $postrow[$i]['rpg_cur_mp'] . ' / ' . $postrow[$i]['rpg_max_mp'] . '</span></td></tr>' . 
			'<tr><td><span class="gensmall">經驗值:</span></td><td><span class="gensmall">' . $postrow[$i]['rpg_cur_exp'] . ' / ' . $postrow[$i]['rpg_max_exp'] . '</span></td></tr>' . 
			'<tr><td><span class="gensmall">攻擊力:</span></td><td><span class="gensmall">' . $postrow[$i]['rpg_attack'] . '</span></td></tr>' . 
			'<tr><td><span class="gensmall">防禦力:</span></td><td><span class="gensmall">' . $postrow[$i]['rpg_defense'] . '</span></td></tr>' . 
			'<tr><td><span class="gensmall">魔 力:</span></td><td><span class="gensmall">' . $postrow[$i]['rpg_magic'] . '</span></td></tr>' . 
			'<tr><td><span class="gensmall">速 度:</span></td><td><span class="gensmall">' . $postrow[$i]['rpg_speed'] . '</span></td></tr></table>';
那有沒有辦法能夠把MP等等裏頭的所有屬性全部拿掉
而將:國家、文章、註冊時間放進色框裡頭呢?因為我發現很多人的論壇屬性外圍都有外框,不知道是不是這樣去做地!請釋疑嚕... :oops:
主題已鎖定

回到「風格問題討論」