Quote:
Originally Posted by gbechtel
Put the username in so it reads "user's Signature"
Code:
<br />
<if condition="$post['signature']">
<!-- sig -->
<fieldset class="fieldset">
<legend>$post[username]'s Signature</legend>
<div style="padding: 3px;">
$post[signature]
</div>
</fieldset>
<!-- / sig -->
|
Awesome idea, I really like it on my board

Adding the username personalizes the siggy box even more I think