IAWBody
05-02-2007, 02:21 AM
If I wanted to add some profile fields to be automatically placed in the signature, (postbit or postbit legacy), what code would I need to use, and where should I put it?
This is the code I used to put a custom profile field in the actual postbit. Could I use this same code to put the custom profile field in the signature automatically? If so, where would I put this code in the template?
<div class="smallfont">
<if condition="$post['field7']"><div> $post[field7]</div></if>
Thanks! :D
This is the code I used to put a custom profile field in the actual postbit. Could I use this same code to put the custom profile field in the signature automatically? If so, where would I put this code in the template?
<div class="smallfont">
<if condition="$post['field7']"><div> $post[field7]</div></if>
Thanks! :D