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

- 文章: 93
- 註冊時間: 2005-12-20 22:14
文章
由 yuei »
這應該在風格討論版問的?@@
打開viewtopic_bady.tpl
將
{postrow.POSTER_NAME}
附近幾個{xxxxx}換一下,用到你想要位置就好了
會html既可@@
---進期完成的外掛修改---
auction_mod加入拍賣問與答
行事曆,活動報名,相簿藝廊,3隻mod做整合如下
照片能發表至行事歷上,行事歷能看見該天照片
活動報名日期可從行事曆裡的活動做選擇
聊天室顯示會員照片
-
orga
- 星球公民

- 文章: 43
- 註冊時間: 2002-08-06 01:11
文章
由 orga »
聽了您的建議!已經解決嚕!感激不盡
但還是有個小問題!
我發現大頭照下方有關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等等裏頭的所有屬性全部拿掉
而將:國家、文章、註冊時間放進色框裡頭呢?因為我發現很多人的論壇屬性外圍都有外框,不知道是不是這樣去做地!請釋疑嚕...
