Still can not get the additional profile fields to show up that I added.
They showing up in my template "meetstaff_profilefields" like this and they are not empty fields but they will not display.
Code:
<if condition="$user['field8']"><li><span class="shade">$vbphrase[field8_title]:</span> $user[field8]</li></if>
<if condition="$user['field10']"><li><span class="shade">$vbphrase[field10_title]:</span> $user[field10]</li></if>