The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
i'm looking for an article that allows me to put a custom field into the user profile and postbit, someone can help me?
|
#2
|
||||
|
||||
![]()
Use the variable: $post[fieldX] for postbit, and $userinfo[fieldX] for profiles. Where X is the field number.
|
#3
|
|||
|
|||
![]()
Add the field/fields you would like to the profile and then just add this in the post bit.
If you want one field for the name then add this code. Code:
<if condition="$post['fieldx']"> Real Name: $post[fieldx] </if> If you want a field for the first name and a field for the last name then do the following. Code:
<if condition="$post['fieldx']"> Real Name: $post[fieldx] $post[fieldx2] </if> $post[fieldx2] = Last name vbulletin will tell you the field numbers in the profile field manager |
#4
|
|||
|
|||
![]()
thx guys
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|