Bearbeite das Template postbit(_legacy)*
postbit* = Benutzerinformationen über den Posts (so wie hier)
postbit_legacy* = Benutzerinformationen links neben den Posts (wie z.B. im vB2)
Packe ganz ans Ende:
Code:
<if condition="$post[postcount] == 1 AND $show['guest']">
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" align="left">Werbung</td>
</tr>
<tr>
<td class="alt1" align="center">
Bannercode hier rein
</td>
</tr>
</table>
</div>
$spacer_close
</if>
Die roten Stellen musst du dann noch beabeiten. 
Abspeichern und fertig.
Lesezeichen