I just installed the HP/MP system now... this an example of my code... in your post you say your postbits are messed up. The install is missing a <tr></table> in the code, also the directory for the bars isn't plural in the install faq, when you unzip the file, the directory for the bar is spelled bars, yet in the install notes, for the code it is spell bar ;P
anyway below is the code I made to fix that, also make sure you change your frields below to match your forums.
Quote:
$post[avatar]<p>
<smallfont>
<p><b>Level: $showlevel<br>
Member ID: $post[userid]</b><br>
<a href="moderator.php3?s=$session[sessionhash]&action=points&userid=$userinfo[userid]" target=_blank>HP:</a> $post[field8] / $maxhp
<table width="100" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000">
<tr>
<td bgcolor="{firstaltcolor}"><img src="images/bars/bhg.gif" width="$hpbar%" height="9"><img src="images/bars/bhb.gif" width="1" height="9"></td>
</tr>
</table>
<a href="moderator.php3?s=$session[sessionhash]&action=points&userid=$userinfo[userid]" target=_blank>MP:</a> $post[field9] / $maxmp
<table width="100" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000">
<tr>
<td bgcolor="{firstaltcolor}"><img src="images/bars/bmg.gif" width="$mpbar%" height="9"><img src="images/bars/bmb.gif" width="1" height="9"></td>
</tr>
</table>
Exp: $ep%
<table width="100" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000">
<tr>
<td bgcolor="{firstaltcolor}"><img src="images/bars/bxg.gif" width="$ep%" height="9"><img src="images/bars/bxb.gif" width="1" height="9"></td>
</tr>
</table>
<br>
note: Register code below this
|
Hope that helps.