The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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? Code:
<div class="smallfont"> <if condition="$post['field7']"><div> $post[field7]</div></if>
|
![]() |
|
|