The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I add a profile field into the Postbit?
Ok, I have created a a custom profile field where users select the game they play most from a drop-down menu. I was wondering how I could get their selection to come up in the postbit? Any help would be great! Thanks in advance!
|
#2
|
||||
|
||||
This is just an example. You can place it other places... but yeah...
FIND IN POSTBIT (LEGACY): HTML Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if> HTML Code:
<if condition="$post['fieldx']"><div>Whatever: $post[fieldx]</div></if> Let me know how that goes for ya. |
#3
|
|||
|
|||
Thanks man! Got it working like a charm! Got the most played game and their XFire username. I feel kind of dumb now, seeing as how it was so simple to do.... But it lokos great! Thanks again!
|
#4
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|