Custom User Profile Field in My Template?
How can I add each member's custom profile fields they have entered in my template below. I need the fields to be their info in the fields and not my info.
I am trying to get this template to look like this:
User Name
Membership Category from
Country
(Note the red are the fields I need to pull for each member. I used: $
bbuserinfo this however makes all the information my information. How do I code this to be the specific user's custom fields and not mine?) I need the two custom fields to match the new member's fields.
(PLEASE SEE ATTACHED SCREEN SHOT)
Code:
<if condition="$latest_members_count%3 == '1'"><tr></if>
<td class="$bgclass" align="center">
<if condition="$vboptions[c_news_letter_show_avatar]">
<img src="$member[avatarurl]" alt="$member[username]'s $vbphrase[avatar]" />
</if>
<div class="smallfont"><a href="$vboptions[bburl]/member.php?u=$member[userid]">$member[username]</a></div>
$bbuserinfo[field10] from: $bbuserinfo[field24]
</td>
<if condition="$latest_members_count%3 == '0'"></tr></if>