The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Custom User Profile Field in My Template
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> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|