The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
We would like to add a user profile field (users full real name) into our MEMBERINFO template.
What is the code to do this? In postbit you can say: Quote:
What would be the correct way to place field7 into MEMBERINFO? |
#2
|
||||
|
||||
![]()
Did you create the User Profile Field? I did this same thing and created a new category - More About Me - and put the field in that category and it shows up under my About Me tab (although there are other options when you create the category).
|
#3
|
||||
|
||||
![]() Quote:
By default the users profile shows the forumid in large lettering. We replace this with the users full name (with the forumid in smaller lettering below) Just trying to figure out the right way to do this in MEMBERINFO via custom template code. Here is the code for the forumid... calling field7 the same way doesn't work: Code:
<h1>$prepared[musername] $prepared[onlinestatus]</h1> Found my own answer... Code:
$userinfo[field7] |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|