here is the way I modded the postbits, regular and legacy, this puts the nowplaying box under the attachments in a box like the attachments use
HTML Code:
---------
|postbit|
---------
&
----------------
|postbit_legacy|
----------------
Find:
<!-- / attachments -->
Below add:
</if>
<if condition="$post['nowplaying']">
<!-- nowplaying -->
<div style="padding:6px">
<fieldset class="fieldset">
<legend>Now Playing</legend>
<div style="padding:3px" align="center">
<img src="/images/smilies/091.gif" alt="This song kicks ass!"
border="0" /><smallfont><b>$post[nowplaying]</b></smallfont></div>
</fieldset>
</div>
<!-- / nowplaying -->
attached are examples