Suche im Template "FORUMDISPLAY" nach
PHP Code:
<if condition="$show['stickies']">
$threadbits_sticky
füge darunter folgendes ein:
PHP Code:
<if condition="!$addedRow and $stickyids and $thread['sticky'] == 0 and $addedRow = true">
<tr valign="top">
<td class="thead" colspan="10"><img src="$stylevar[imagesfolder]/clear.gif" alt="" width="1" height="1" /></td>
</tr>
</if>
Und schon werden Ankündigungen sowie wichtige Themen getrennt dargestellt.