Hey whats up
I want to access some of the custom user profile fields I made like this
Code:
<if condition="$show['age']">
<tr>
<td>
<strong>$vbphrase[age]</strong>:<br />
$userinfo[age]
</td>
</tr>
</if>
Instead of just calling for
because I want some of the fields to be in different spots rather than all in the same place (as using customfields puts it).
Is there any way so that I can call these fields directly and use them like "age"?
Thanks a ton
john