I must be screwing somethin up. Here's the part of the postbit template in question:
Code:
<if condition="$show['messageicon'] OR $post['title']">
<!-- icon and title -->
<div class="smallfont">
<if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
<if condition="$post['title']"><strong>$post[title]</strong></if>
</div>
<hr size="1" color="$stylevar[tborder_bgcolor]" />
<!-- / icon and title -->
</if>
Where would you add the conditional statements to show the usual message icon and title for the first post and only a linebreak in that area for any other posts? I tried a couple of ways and each time was unable to get the first post correct.