Add the field/fields you would like to the profile and then just add this in the post bit.
If you want one field for the name then add this code.
Code:
<if condition="$post['fieldx']">
Real Name: $post[fieldx]
</if>
$post['fieldx'] = the field you made
If you want a field for the first name and a field for the last name then do the following.
Code:
<if condition="$post['fieldx']">
Real Name: $post[fieldx] $post[fieldx2]
</if>
$post['fieldx'] = first name
$post[fieldx2] = Last name
vbulletin will tell you the field numbers in the profile field manager