[問題]hp/mp/exp外掛問題
版主: 版主管理群
-
kimyip2003
- 星球公民

- 文章: 54
- 註冊時間: 2004-04-04 22:53
- 來自: gggg
[問題]hp/mp/exp外掛問題
我的viewtopic改了之後有問題..............
還有,viewtopic&profile的hp/mp/exp都不同....................
大家上去看看.......
http://kimyip.hk.st
我的外掛板本是1.2.0
還有,viewtopic&profile的hp/mp/exp都不同....................
大家上去看看.......
http://kimyip.hk.st
我的外掛板本是1.2.0
●架設主機作業系統:Unix
●上網方式:CABLE
●phpBB2 版本:phpBB 2.0.8
●空間網址:http://ihome.slcss.edu.hk
●domain(網域名稱) :kimyip2002.hk.st
●phpBB2 連結網址:http://kimyip.hk.st
我裝的外掛只有
hp/mp/exp
回覆時看到文章名
●上網方式:CABLE
●phpBB2 版本:phpBB 2.0.8
●空間網址:http://ihome.slcss.edu.hk
●domain(網域名稱) :kimyip2002.hk.st
●phpBB2 連結網址:http://kimyip.hk.st
我裝的外掛只有
hp/mp/exp
回覆時看到文章名
-
kimyip2003
- 星球公民

- 文章: 54
- 註冊時間: 2004-04-04 22:53
- 來自: gggg
試過了,都是不行
●架設主機作業系統:Unix
●上網方式:CABLE
●phpBB2 版本:phpBB 2.0.8
●空間網址:http://ihome.slcss.edu.hk
●domain(網域名稱) :kimyip2002.hk.st
●phpBB2 連結網址:http://kimyip.hk.st
我裝的外掛只有
hp/mp/exp
回覆時看到文章名
●上網方式:CABLE
●phpBB2 版本:phpBB 2.0.8
●空間網址:http://ihome.slcss.edu.hk
●domain(網域名稱) :kimyip2002.hk.st
●phpBB2 連結網址:http://kimyip.hk.st
我裝的外掛只有
hp/mp/exp
回覆時看到文章名
-
kimyip2003
- 星球公民

- 文章: 54
- 註冊時間: 2004-04-04 22:53
- 來自: gggg
ok>.<
還有,在
會員列表,看別人的資料時,如下
Level/Skill Ratio: 1/25
|-----|
| x |
|-----|
Element:
看不到,why???????
他的url正是論壇的首頁
xxxxxxxxxx/phpbb2/
還有,在
會員列表,看別人的資料時,如下
Level/Skill Ratio: 1/25
|-----|
| x |
|-----|
Element:
看不到,why???????
他的url正是論壇的首頁
xxxxxxxxxx/phpbb2/
●架設主機作業系統:Unix
●上網方式:CABLE
●phpBB2 版本:phpBB 2.0.8
●空間網址:http://ihome.slcss.edu.hk
●domain(網域名稱) :kimyip2002.hk.st
●phpBB2 連結網址:http://kimyip.hk.st
我裝的外掛只有
hp/mp/exp
回覆時看到文章名
●上網方式:CABLE
●phpBB2 版本:phpBB 2.0.8
●空間網址:http://ihome.slcss.edu.hk
●domain(網域名稱) :kimyip2002.hk.st
●phpBB2 連結網址:http://kimyip.hk.st
我裝的外掛只有
hp/mp/exp
回覆時看到文章名
-
kimyip2003
- 星球公民

- 文章: 54
- 註冊時間: 2004-04-04 22:53
- 來自: gggg
profile_view_body.tpl <<<
又有沒有可能是這個??
又有沒有可能是這個??
●架設主機作業系統:Unix
●上網方式:CABLE
●phpBB2 版本:phpBB 2.0.8
●空間網址:http://ihome.slcss.edu.hk
●domain(網域名稱) :kimyip2002.hk.st
●phpBB2 連結網址:http://kimyip.hk.st
我裝的外掛只有
hp/mp/exp
回覆時看到文章名
●上網方式:CABLE
●phpBB2 版本:phpBB 2.0.8
●空間網址:http://ihome.slcss.edu.hk
●domain(網域名稱) :kimyip2002.hk.st
●phpBB2 連結網址:http://kimyip.hk.st
我裝的外掛只有
hp/mp/exp
回覆時看到文章名
-
kimyip2003
- 星球公民

- 文章: 54
- 註冊時間: 2004-04-04 22:53
- 來自: gggg
代碼: 選擇全部
#-----[ 打開 ]------------------------------------------
#
./viewtopic.php
#
#-----[ 尋找 ]------------------------------------------
#
$row_class = ( !($i % 2) ) ? $theme['td_class1'] : $theme['td_class2'];
#
#-----[ 之後, 增加 ]------------------------------------------
#
include($phpbb_root_path . 'includes/level_mod.'.$phpEx); //added for Level Mod (Mac)
#
#-----[ 尋找 ]------------------------------------------
#
'L_MINI_POST_ALT' => $mini_post_alt,
#
#-----[ 之後, 增加 ]------------------------------------------
#
/* BEGIN LEVEL MOD */
"POSTER_HP" => $level_hp,
"POSTER_HP_WIDTH" => $level_hp_percent,
"POSTER_HP_EMPTY" => ( 100 - $level_hp_percent ),
"POSTER_MP" => $level_mp,
"POSTER_MP_WIDTH" => $level_mp_percent,
"POSTER_MP_EMPTY" => ( 100 - $level_mp_percent ),
"POSTER_EXP" => $level_exp,
"POSTER_EXP_WIDTH" => $level_exp_percent,
"POSTER_EXP_EMPTY" => ( 100 - $level_exp_percent ),
"POSTER_LEVEL" => $level_level,
"POSTER_LEVEL_CLASSNAME" => $level_classname,
"POSTER_LEVEL_SKILLRATIO" => $level_skillratio,
"POSTER_LEVEL_CLASSIMG" => $level_classimg,
"POSTER_LEVEL_ELEMENT" => $element,
/* END LEVEL MOD */
#
#-----[ 打開 ]------------------------------------------
#
./templates/YOUR_TEMPLATE_NAME/viewtopic_body.tpl
#
#-----[ 尋找 ]------------------------------------------
#
{postrow.POSTER_FROM}</span><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>
\n</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] -->
# 代碼: 選擇全部
$row_class = ( !($i % 2) ) ? $theme['td_class1'] : $theme['td_class2'];
include($phpbb_root_path . 'includes/level_mod.'.$phpEx); //added for Level Mod (Mac)
$template->assign_block_vars('postrow', array(
'ROW_COLOR' => '#' . $row_color,
'ROW_CLASS' => $row_class,
'POSTER_NAME' => $poster,
'POSTER_RANK' => $poster_rank,
'RANK_IMAGE' => $rank_image,
'POSTER_JOINED' => $poster_joined,
'POSTER_POSTS' => $poster_posts,
'POSTER_FROM' => $poster_from,
'POSTER_AVATAR' => $poster_avatar,
'POST_DATE' => $post_date,
'POST_SUBJECT' => $post_subject,
'MESSAGE' => $message,
'SIGNATURE' => $user_sig,
'EDITED_MESSAGE' => $l_edited_by,
'MINI_POST_IMG' => $mini_post_img,
'PROFILE_IMG' => $profile_img,
'PROFILE' => $profile,
'SEARCH_IMG' => $search_img,
'SEARCH' => $search,
'PM_IMG' => $pm_img,
\n 'PM' => $pm,
'EMAIL_IMG' => $email_img,
'EMAIL' => $email,
'WWW_IMG' => $www_img,
'WWW' => $www,
'ICQ_STATUS_IMG' => $icq_status_img,
'ICQ_IMG' => $icq_img,
'ICQ' => $icq,
'AIM_IMG' => $aim_img,
'AIM' => $aim,
'MSN_IMG' => $msn_img,
'MSN' => $msn,
'YIM_IMG' => $yim_img,
'YIM' => $yim,
'EDIT_IMG' => $edit_img,
'EDIT' => $edit,
'QUOTE_IMG' => $quote_img,
'QUOTE' => $quote,
'IP_IMG' => $ip_img,
'IP' => $ip,
'DELETE_IMG' => $delpost_img,
'DELETE' => $delpost,
'L_MINI_POST_ALT' => $mini_post_alt,
/* BEGIN LEVEL MOD */
"POSTER_HP" => $level_hp,
"POSTER_HP_WIDTH" => $level_hp_percent,
"POSTER_HP_EMPTY" => ( 100 - $level_hp_percent ),
"POSTER_MP" => $level_mp,
"POSTER_MP_WIDTH" => $level_mp_percent,
"POSTER_MP_EMPTY" => ( 100 - $level_mp_percent ),
"POSTER_EXP" => $level_exp,
"POSTER_EXP_WIDTH" => $level_exp_percent,
"POSTER_EXP_EMPTY" => ( 100 - $level_exp_percent ),
"POSTER_LEVEL" => $level_level,
"POSTER_LEVEL_CLASSNAME" => $level_classname,
"POSTER_LEVEL_SKILLRATIO" => $level_skillratio,
"POSTER_LEVEL_CLASSIMG" => $level_classimg,
"POSTER_LEVEL_ELEMENT" => $element,
/* END LEVEL MOD */
●架設主機作業系統:Unix
●上網方式:CABLE
●phpBB2 版本:phpBB 2.0.8
●空間網址:http://ihome.slcss.edu.hk
●domain(網域名稱) :kimyip2002.hk.st
●phpBB2 連結網址:http://kimyip.hk.st
我裝的外掛只有
hp/mp/exp
回覆時看到文章名
●上網方式:CABLE
●phpBB2 版本:phpBB 2.0.8
●空間網址:http://ihome.slcss.edu.hk
●domain(網域名稱) :kimyip2002.hk.st
●phpBB2 連結網址:http://kimyip.hk.st
我裝的外掛只有
hp/mp/exp
回覆時看到文章名
-
kimyip2003
- 星球公民

- 文章: 54
- 註冊時間: 2004-04-04 22:53
- 來自: gggg
怎麼可以打這個刪去??還有,他的url是xxxxxxx/phpbb2 呀!!天霜 寫:你沒放圖 當然會顯示不出來kimyip2003 寫: Level/Skill Ratio: 1/25
|-----|
| x |
|-----|
Element:
看不到,why???????
他的url正是論壇的首頁
xxxxxxxxxx/phpbb2/
viewpic_body.tpl
代碼: 選擇全部
{postrow.POSTER_FROM}</span><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] -->
代碼: 選擇全部
{postrow.POSTER_FROM}</span><br /> 我找到:
代碼: 選擇全部
<td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br /> {postrow.POSTER_FROM}</span><br /></td>●架設主機作業系統:Unix
●上網方式:CABLE
●phpBB2 版本:phpBB 2.0.8
●空間網址:http://ihome.slcss.edu.hk
●domain(網域名稱) :kimyip2002.hk.st
●phpBB2 連結網址:http://kimyip.hk.st
我裝的外掛只有
hp/mp/exp
回覆時看到文章名
●上網方式:CABLE
●phpBB2 版本:phpBB 2.0.8
●空間網址:http://ihome.slcss.edu.hk
●domain(網域名稱) :kimyip2002.hk.st
●phpBB2 連結網址:http://kimyip.hk.st
我裝的外掛只有
hp/mp/exp
回覆時看到文章名
我開始看不懂你在寫什麼了 -_-||怎麼可以打這個刪去??還有,他的url是xxxxxxx/phpbb2 呀!!
圖案連結會顯示XXX/phpbb2 就表示你沒放進職業圖案
以下藍色那一段不就是要找的部份嗎?#################################################################
## 作者留言:
## 特別感謝 Daz 讓我在這個外掛中使用他製作的 RPG 等級圖示\r
##
## 以 subSilver 風格面版作為安裝的指定風格. 你可以修改本外掛以便使用在其他風格面版上
##
## * 注意 * 請閱讀 level_mod.php (第 294 行) 並且按照指示修改來顯示魔法球和職業圖示
##
##############################################################
將代碼加在那部份之後就可\r
<td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br /> {postrow.POSTER_FROM}</span><br /></td>
不回答來自 私人訊息, 電子郵件, 及時通 的相關 phpBB 問題
除非是個人疏失所造成的問題
這世界還有拼命守護的價值嗎...
除非是個人疏失所造成的問題
這世界還有拼命守護的價值嗎...
-
kimyip2003
- 星球公民

- 文章: 54
- 註冊時間: 2004-04-04 22:53
- 來自: gggg
我想全都不顯示/刪除職業,那要怎麼改?????天霜 寫:我開始看不懂你在寫什麼了 -_-||怎麼可以打這個刪去??還有,他的url是xxxxxxx/phpbb2 呀!!
圖案連結會顯示XXX/phpbb2 就表示你沒放進職業圖案
#################################################################
## 作者留言:
## 特別感謝 Daz 讓我在這個外掛中使用他製作的 RPG 等級圖示\r
##
## 以 subSilver 風格面版作為安裝的指定風格. 你可以修改本外掛以便使用在其他風格面版上
##
## * 注意 * 請閱讀 level_mod.php (第 294 行) 並且按照指示修改來顯示魔法球和職業圖示
##
##############################################################
●架設主機作業系統:Unix
●上網方式:CABLE
●phpBB2 版本:phpBB 2.0.8
●空間網址:http://ihome.slcss.edu.hk
●domain(網域名稱) :kimyip2002.hk.st
●phpBB2 連結網址:http://kimyip.hk.st
我裝的外掛只有
hp/mp/exp
回覆時看到文章名
●上網方式:CABLE
●phpBB2 版本:phpBB 2.0.8
●空間網址:http://ihome.slcss.edu.hk
●domain(網域名稱) :kimyip2002.hk.st
●phpBB2 連結網址:http://kimyip.hk.st
我裝的外掛只有
hp/mp/exp
回覆時看到文章名
-
kimyip2003
- 星球公民

- 文章: 54
- 註冊時間: 2004-04-04 22:53
- 來自: gggg
我又想問...........有沒有中文化的??
如果我想自己改,要改哪個檔,大約在哪裡??
如果我想自己改,要改哪個檔,大約在哪裡??
●架設主機作業系統:Unix
●上網方式:CABLE
●phpBB2 版本:phpBB 2.0.8
●空間網址:http://ihome.slcss.edu.hk
●domain(網域名稱) :kimyip2002.hk.st
●phpBB2 連結網址:http://kimyip.hk.st
我裝的外掛只有
hp/mp/exp
回覆時看到文章名
●上網方式:CABLE
●phpBB2 版本:phpBB 2.0.8
●空間網址:http://ihome.slcss.edu.hk
●domain(網域名稱) :kimyip2002.hk.st
●phpBB2 連結網址:http://kimyip.hk.st
我裝的外掛只有
hp/mp/exp
回覆時看到文章名

