The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
n00b Profile question..
Ok, I'm very new and can't seem to find a hack to add more options on the profile under the avatar in my forum. So far I can only get Registered, Location & Posts to show. Can anyone help? thanks
|
#2
|
|||
|
|||
*bump*
|
#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. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|