The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Refering to Custom Profile Field...
I would like to add the contents of a custom profile field to each post. Basically, I have a custom profile field for "Full Name" and would like it displayed next to the username.
The complete set of custom fields are referenced as "$customfields", but I don't know how to reference a single field. Thank you, rob |
#2
|
||||
|
||||
$post[fieldx] where x is the profile field id.
|
#3
|
|||
|
|||
Quote:
Thanks. |
#4
|
|||
|
|||
Here's the script from postbit that displays the Location...
Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if> |
#5
|
|||
|
|||
Sorry, I figured it out, used the above code, but used the proper id # and created a phrase for Full Name. If anyone knows a place in the actual interface to do this, please let me know. Thanks.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|