$bbuserinfo[field10] does work but it is not for the actual user looking at the template but the user in the database.
I have $post[field10] in the postbit already and working.
It is just in my custom template (vbclassified template) that I cannot get this field to show.
I had tried $userinfo[field10]. $user[username] works though.
snippet of the code -
HTML Code:
<td class="alt1" width="53%>
$vbphrase[posted_by]:
</td>
<td class="alt2">
<a href="classifieds.php?do=user&userid=$user[userid]">$user[username]</a>
</td>
</tr>
<tr>
<td class="alt1" colspan="2">
Seller Location: $userinfo[field10]
</td>
</tr>