就是我最近要用HP/MP的外掛...我照他的改了還沒用....就是會有兩張圖
無法顯示....可以幫我看是什麼原因嗎....下面的他叫我改的...這行只有前面的有依樣...後面就找不到了..怪怪的..$search = '<a href="' . $temp_url . '">' . $lang['Search_user_posts'] . '</a>';
#
#-----[ 打開 ]------------------------------------------
#
./includes/usercp_viewprofile.php
#
#-----[ 尋找 ]------------------------------------------
#
$search = '<a href="' . $temp_url . '">' . $lang['Search_user_posts'] . '</a>';
#
#-----[ 之後, 增加 ]------------------------------------------
#
include($phpbb_root_path . 'includes/level_mod.'.$phpEx); //added for Level Mod (Mac)
#
#-----[ 尋找 ]------------------------------------------
#
'U_SEARCH_USER' => append_sid("search.$phpEx?search_author=" . urlencode($profiledata['username'])),
#
#-----[ 之後, 增加 ]------------------------------------------
#
/* 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 */
http://220.135.89.85/rob16822/viewtopic.php?t=7
[問題] 看不到圖
版主: 版主管理群

