1 頁 (共 1 頁)

[問題] HP_MP_EXP_V2外掛的位置跟一些小問題

發表於 : 2005-07-08 17:37
狂暴戰龍
抱歉小弟又來打擾各位大大了

參考連結:
http://phpbb-tw.net/phpbb/viewtopic.php ... _MP_EXP_V2

已安裝外掛列表:
請看小弟的外掛資料庫..裝成功的才放上去\r
http://nicecountry.dyndns.tv/phpbb2/mods.php

小弟今天找到HP_MP_EXP_V2這個外掛看起來蠻好玩的就把他裝起來試試看了

1.裝的時候有個地方怪怪的就是在includes/usercp_viewprofile.php這個檔案

代碼: 選擇全部

#-----[ 尋找 ]------------------------------------------ 
# 
	'U_SEARCH_USER' => append_sid("search.$phpEx?search_author=" . urlencode($profiledata['username'])), 

# 
#-----[ 之後, 增?#91; ]------------------------------------------ 
# 
	/* BEGIN LEVEL MOD */ 
	'HP' => $level_hp, 
	'HP_WIDTH' => $level_hp_percent, 
	'HP_EMPTY' => ( 100 - $level_hp_percent ), 
	'MP' => $level_mp, 
	'MP_WIDTH' => $level_mp_percent, 
	'MP_EMPTY' => ( 100 - $level_mp_percent ), 
	'EXP' => $level_exp, 
	'EXP_WIDTH' => $level_exp_percent, 
	'EXP_EMPTY' => ( 100 - $level_exp_percent ), 
	'LEVEL' => $level_level, 
	'LEVEL_CLASSNAME' => $level_classname, 
	'LEVEL_SKILLRATIO' => $level_skillratio,
	'LEVEL_CLASSIMG' => $level_classimg,
	'LEVEL_ELEMENT' => $element,
	/* END LEVEL MOD */ 
加上這個點會員列表-個人資料就會出錯出錯的行數在 'HP' => $level_hp, 這行

拆掉之後會變成像這張圖一樣(左半邊)
圖檔

2.小弟想把圖中(左)性別放在等級上面 (右)圖的等級外掛部分放在 來自下面,請問這該如何修改呢?

3.這外掛是否有中文化呢? :?:

先謝謝各位大大囉
:-D

發表於 : 2005-07-09 12:35
幽雲
2.想要放在來自的下面就改viewtopic_boby.tpl

找到\r

代碼: 選擇全部

{postrow.POSTER_FROM}<br />
加上

代碼: 選擇全部

<!-- [BEGIN LEVEL MOD] --> 
<br /> 
<span class="postdetails">Level/Skill Ratio: <strong><font color=red>{postrow.POSTER_LEVEL}</font>/<font color=red>{postrow.POSTER_LEVEL_SKILLRATIO}</font></strong><br />Class: {postrow.POSTER_LEVEL_CLASSNAME}<br /><img src="{postrow.POSTER_LEVEL_CLASSIMG}" alt="{postrow.POSTER_LEVEL_CLASSNAME}" title="{postrow.POSTER_LEVEL_CLASSNAME}" border="0" /><br />Element: {postrow.POSTER_LEVEL_ELEMENT}<br />
<table width="143" border="0" cellpadding="0" cellspacing="0" style="background-image:url(templates/subSilver/images/level_mod/lm_bkg.gif)"> 
<tr> 
<td><img src="images/spacer.gif" alt="" width="31" height="49" /></td> 
<td width="100%"> 
<table width="100%" border="0" cellspacing="0" cellpadding="0"> 
<tr> 
<td><img src="images/spacer.gif" alt="" width="20" height="6" /></td> 
</tr> 
<tr> 
<td><img src="templates/subSilver/images/level_mod/lm_hp_bar.gif" alt="{postrow.POSTER_HP}" title="{postrow.POSTER_HP}" width="{postrow.POSTER_HP_WIDTH}" height="9" /><img src="templates/subSilver/images/level_mod/lm_hp_bar_end.gif" alt="" width="4" height="9" /></td> 
</tr> 
<tr> 
<td><img src="images/spacer.gif" alt="" width="20" height="4" /></td> 
</tr> 
<tr> 
<td><img src="templates/subSilver/images/level_mod/lm_mp_bar.gif" alt="{postrow.POSTER_MP}" title="{postrow.POSTER_MP}" width="{postrow.POSTER_MP_WIDTH}" height="9" /><img src="templates/subSilver/images/level_mod/lm_mp_bar_end.gif" alt="" width="4" height="9" /></td> 
</tr> 
<tr> 
<td><img src="images/spacer.gif" alt="" width="20" height="4" /></td> 
</tr> 
<tr> 
<td><img src="templates/subSilver/images/level_mod/lm_exp_bar.gif" alt="{postrow.POSTER_EXP}" title="{postrow.POSTER_EXP}" width="{postrow.POSTER_EXP_WIDTH}" height="9" /><img src="templates/subSilver/images/level_mod/lm_exp_bar_end.gif" alt="" width="4" height="9" /></td> 
</tr> 
<tr> 
<td><img src="images/spacer.gif" alt="" width="20" height="8" /></td> 
</tr> 
</table> 
</td> 
</tr> 
</table> 
</span> 
<!-- [END LEVEL MOD] --> 
3.怎麼都不用竹貓的搜尋系統阿= =

http://phpbb-tw.net/phpbb/viewtopic.php?t=36143

發表於 : 2005-07-09 17:59
狂暴戰龍
感謝大大的回覆

小弟是搜尋HP_MP_EXP_V2中文化難怪沒東西Orz

打HP/MP/EXP才有囧rz