The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]()
Admin Control Panel --> User Profile Fields --> Add:
Ensure "Field hidden on Profile?" is set to "no" Now you need to do some template editing yourself. Go into your postbit template from the Admin Control Panel template editor, and find the following: Code:
<smallfont>Registered: $post[joindate]<br> Location: $post[field2]<br> Posts: $post[posts]</smallfont></td> Back to the template, to simply add another profile field, somewhere in that code posted above add another line with a <br> tag spacing and use $post[fieldX] to display the value. Where "X" is a variable that represents whatever number I told you to remember of that field. Hopefully this wasn't confusing for you, and good luck. ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|