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

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
頭像
狂暴戰龍
星球公民
星球公民
文章: 124
註冊時間: 2005-02-23 18:39

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

文章 狂暴戰龍 »

抱歉小弟又來打擾各位大大了

參考連結:
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
●架設主機作業系統:Windows XP SP2
●快速架站程式:Appserv 2.5.4a
●上網方式:HINET ADSL 12M/1M
●phpBB2 版本:phpBB 2.0.22
●domain(網域名稱) :http://NiceBB.com
●phpBB2 連結網址: http://NiceBB.com/forum/index.php
頭像
幽雲
星球公民
星球公民
文章: 71
註冊時間: 2004-08-25 11:26
來自: 幻翼小站
聯繫:

文章 幽雲 »

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
圖檔
頭像
狂暴戰龍
星球公民
星球公民
文章: 124
註冊時間: 2005-02-23 18:39

文章 狂暴戰龍 »

感謝大大的回覆

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

打HP/MP/EXP才有囧rz
●架設主機作業系統:Windows XP SP2
●快速架站程式:Appserv 2.5.4a
●上網方式:HINET ADSL 12M/1M
●phpBB2 版本:phpBB 2.0.22
●domain(網域名稱) :http://NiceBB.com
●phpBB2 連結網址: http://NiceBB.com/forum/index.php
主題已鎖定

回到「外掛問題討論」