Ok first it is not in the edit templates to begin with you must frist create the fields. I have created or the ones you want to see on the profile. This is done in the AdminCP on the left hand side you will see
HTML Code:
User Profile Fields
User Profile Field Manager
Add New User Profile Field
User Profile Field Categories
User Ranks
Select the Add New User Profile Field and create the fields. Each Field created is associated with a number that vbulletin assigns to it once created.
Then in the MEMBERINFO code where you want to see the field displyed use the following code.
HTML Code:
<tr valign="top" >
<td align="left" valign="top" width="33%"> <div align="left"><span ><strong>(Name of the field):</strong></span></div></td>
<td style="">$userinfo[field#]</td>
</tr>
If you want send me a PM and we can get together on this and if you want I can get on chat or something and walk you though it.