
die staff.php haste ja schon hier im beitrag ^^ und hier mal die staff_body.tpl zur sicherheit ^^
Code: Alles auswählen
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td align="left"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></td>
</tr>
</table>
<table width="92%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<th width="21%" class="thTop">{L_USERNAME}</th>
<th width="15%" class="thTop">Rang</th>
<th width="22%" class="thTop">Avatar</th>
<th width="28%" class="thTop">{L_EMAIL}</th>
<th width="14%" class="thTop">{L_PM}</th>
<th width="14%" class="thTop"><span class="postdetails">Niveau: <b>{LEVEL}</b></span></th>
</tr>
<!-- BEGIN staff -->
<tr>
<td height="44" valign="top" nowrap="nowrap" class="row1"><a href="{staff.U_NAME}" class="genmed">{staff.NAME}</a><br>
{staff.RANK}</td>
<td align="center" nowrap="nowrap" class="row1">{staff.RANK_IMAGE}</td>
<td align="center" nowrap="nowrap" class="row2">{staff.AVATAR}</td>
<td align="center" class="row1">{staff.MAIL}</td>
<td align="center" class="row2">{staff.PM}</td>
<td align="center" class="row2">
<!-- [BEGIN LEVEL MOD] -->
<br />
<span class="postdetails">
<table width="140" border="0" cellpadding="0" cellspacing="0" background="../../images/forum/level_mod/corps.gif" height="49">
<tr>
<td width="31" rowspan="2"> </td>
<td width="109" valign="top">
<table width="111" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" align="left"><img src="../../images/forum/level_mod/01.gif" width="1" height="4"></td>
</tr>
<tr>
<td><img src="../../images/forum/level_mod/barreV.gif" width="{HP_WIDTH}" height="10" alt="{postrow.POSTER_HP}" name="barreHP"><img src="../../images/forum/level_mod/rondV.gif" width="4" height="10"></td>
</tr>
<tr>
<td><img src="../../images/forum/level_mod/02.gif" width="1" height="3"></td>
</tr>
<tr>
<td><img src="../../images/forum/level_mod/barreB.gif" width="{MP_WIDTH}" height="10" alt="{postrow.POSTER_MP}" name="barreMP"><img src="../../images/forum/level_mod/rondB.gif" width="4" height="10"></td>
</tr>
<tr>
<td><img src="../../images/forum/level_mod/03.gif" width="1" height="3"></td>
</tr>
<tr>
<td><img src="../../images/forum/level_mod/barreR.gif" width="{EXP_WIDTH}" height="10" alt="{postrow.POSTER_EXP}" name="barreEXP"><img src="../../images/forum/level_mod/rondR.gif" width="4" height="10"></td>
</tr>
<tr>
<td height="5"></td>
</tr>
</table>
</td>
<td width="3"></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>
</span>
<!-- [END LEVEL MOD] -->
</td>
</tr>
<!-- END staff -->
</table>