The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
custom info in postbit
How can I get information people fill out when they register (or edit later in there user cp) to appear in the postbit area. Basically where it shows there join date and post count. Like this forum
Hellsoap is his character name. Undead Warrior is his race. Elitist Jerks is his guild and Mal'Ganis is his server. All of those questions you fill out in your user cp. If its already been listed I apologize because I did try to search for something like it. |
#2
|
||||
|
||||
Yes, you'd need to add a user profile field and set it as required (i.e Required at registration...etc) then in your postbit template place this where needed.
Right under this HTML Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if> HTML Code:
<if condition="$post['fieldX']"><div class="smallfont">MS Office Version: $post[fieldX]</div></if> |
#3
|
||||
|
||||
<a href="https://vborg.vbsupport.ru/showthread.php?t=250418" target="_blank">Using your User Profile Fields in your postbit templates (w/ all plugin method)</a>
|
#4
|
||||
|
||||
Thank you lynne . Your articles are very helpful.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|