Hi KennyG,
We will add the option to the next version.
In the mean time, you can do this by editing the
nulook_postbit1 and
nulook_postbit2 templates.
In these templates you will see the following lines:
PHP Code:
<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
Remove them from there and add them find this line:
PHP Code:
</div> <!-- / post_message_ctr_$post[postid] -->
And add right after:
PHP Code:
<if condition="$post['signature']">
<!-- sig -->
<div style="clear:both;">
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
Try this and let me know.
Thanks.