PDA

View Full Version : where level include


Molok
08-20-2002, 06:04 PM
where in the showthread.php i have to include this code. I want that the Output is under the avatar

<?php

echo "<br>
<font face=verdana size=1><p> <b>Level: $showlevel<br>
Member ID: $post[userid]</b><br>
HP: $hp / $maxhp
<table width=\"100\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\" bordercolor=\"#000000\">
<tr>
<td bgcolor=\"#9999FF\"><img src=\"http://www.4-design.ch/imagesspezial/levels/bhg.gif\" width=\"$hpf%\" height=\"9\"><img src=\"images/bar/bhb.gif\" width=\"1\" height=\"9\"></td>
</tr>
</table>
MP: $mp / $maxmp
<table width=\"100\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\" bordercolor=\"#000000\">
<tr>
<td bgcolor=\"#9999FF\"><img src=\"http://www.4-design.ch/imagesspezial/levels/images/bar/bmg.gif\" width=\"$mpf%\" height=\"9\"><img src=\"images/bar/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=\"#9999FF\"><img src=\"http://www.4-design.ch/imagesspezial/levels/images/bar/bxg.gif\" width=\"$ep%\" height=\"9\"><img src=\"images/bar/bxb.gif\" width=\"1\" height=\"9\"></td>
</tr></table><font>";

?>

Xenon
08-20-2002, 07:49 PM
you have to edit your postbit template