Finde in der viewtopic_body.html:
Code: Alles auswählen
<table class="jim2" cellspacing="6" border="0" align="center" width="175">
<!-- IF postrow.POSTER_AVATAR -->
<tr>
<td align="center">{postrow.POSTER_AVATAR}</td>
</tr>
<!-- ENDIF -->
<!-- IF not (postrow.ONLINE_IMG or postrow.RANK_TITLE or postrow.RANK_IMG or postrow.POSTER_AVATAR) -->
<tr>
<td></td>
</tr>
<!-- ENDIF -->
<!-- IF postrow.RANK_TITLE -->
<tr>
<td class="postdetails" align="center">{postrow.RANK_TITLE}</td>
</tr>
<!-- ENDIF -->
<!-- IF postrow.RANK_IMG -->
<tr>
<td align="center">{postrow.RANK_IMG}</td>
</tr>
<!-- ENDIF -->
Code: Alles auswählen
<table class="jim2" cellspacing="6" border="0" align="center" width="175">
<!-- IF not (postrow.ONLINE_IMG or postrow.RANK_TITLE or postrow.RANK_IMG or postrow.POSTER_AVATAR) -->
<tr>
<td></td>
</tr>
<!-- ENDIF -->
<!-- IF postrow.RANK_TITLE -->
<tr>
<td class="postdetails" align="center">{postrow.RANK_TITLE}</td>
</tr>
<!-- ENDIF -->
<tr>
<td><!-- IF postrow.POSTER_AVATAR -->{postrow.POSTER_AVATAR}<!-- ENDIF --><!-- IF postrow.RANK_IMG --><div style="margin-top:-30px;">{postrow.RANK_IMG}</div><!-- ENDIF --></td>
</tr>
margin-top:-30px;
bitte entsprechend anpassen.Bitte vorher unbedingt die Original-Datei sichern. Alle Angaben ohne Gewähr.
LG Beate