Rob B
Sun 13th Aug '06, 10:39am
This is especially useful if you use postbit_legacy because the signatures can sometimes be a bit obtrusive, but can be used with postbit as well. It will simply reduce the default font size of the signature text, which will help.
Open postbit or postbit_legacy
Search for 'signature' in the template and you will find this:
<!-- sig -->
<div>
_____________________<br />
$post[signature]
</div>
<!-- / sig -->
Change the bit in red to:
<div class="smallfont">
Done. The display of signatures in the users profile isn't effected.
You may also want to make the same change in newpost_preview as well.
Open postbit or postbit_legacy
Search for 'signature' in the template and you will find this:
<!-- sig -->
<div>
_____________________<br />
$post[signature]
</div>
<!-- / sig -->
Change the bit in red to:
<div class="smallfont">
Done. The display of signatures in the users profile isn't effected.
You may also want to make the same change in newpost_preview as well.