Actually I pimped the postbit and postbit_legacy templates this way:
NOTE: Can you check my code below and see what I might have overlooked. It said I was missing a starting <if> tag however it works perfectly!
Code:
<if condition="$post[signature]">
$post[signature]
<else />
$post[field5]<br />
$post[field10] - $post[field18] $post[field17]<br />
$post[field21], $post[field22] $post[field24]
</if>
What this does is when a new member registers the custom fields I listed will auto populate their signature when they post. As soon as they edit their own signature my custom fields hide and their own signature will show up instead. So all members with empty signatures will get their signature pulled from the custom profile fields! This saves me hours when allowing new accounts.
The above fields generate empty signatures into this:
_______________________
First Name
Membership Category - Grade School Name
City, State Country
My next step is to wrap this code so that only certain specified usergroup IDs are bothered by this. I don't need this signature pimping for administrators.