The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Adding new fields
I've been trying to add new field's so they add to people's profiles but they aren't showing in the profile area in posts. Why?
|
#2
|
|||
|
|||
Post all options you are using with screenshots
|
#3
|
||||
|
||||
|
#4
|
||||
|
||||
at the bottom under display page you've set the profile field to show on options: thread viewing. It will on be shown on the settings page, not in profile.
To show on profile you have to set it on edit profile. Then it will show on profile page and on the settings page under edit profile. |
#5
|
||||
|
||||
Would that make them show on the postbit?
|
#6
|
||||
|
||||
to show it on postbit you have 2 options:
|
#7
|
||||
|
||||
Quote:
|
#8
|
||||
|
||||
that is correct.
You add the code Code:
<vb:if condition="$post['fieldxx']"> <dt>title</dt> <dd>{vb:raw post.fieldxx}</dd> </vb:if> note: the code above is the basic code, there are more extended codes depending on what type of custom field you are using (single-line textbox, multiple-line textbox, single selection radio buttons, single-selection menu, multiple-selection menu, multiple-selection checkbox). Here are some threads about the subject: Using your User Profile Fields in your postbit templates Using your User Profile Fields in your postbit templates (w/ all plugin method) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|