The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
Probably the best way is to create a custom New User Profile Field in Admin CP. Either a single or Multiple-Line Text box, depending on your needs. Adjust the maxlength from "100" characters to a number you desire. Set all remaining fields and be sure to make it "Editable" for your users. Remember the "Field ID", as you'll be needing that in a bit.
Once completed, in your postbit or postbit_legacy find: Code:
<div> $vbphrase[posts]: $post[posts] </div> Code:
<!-- Custom User Profile Field --> <if condition="$post['fieldx']"><div> $post[fieldx]</div> <!-- / Custom User Profile Field --> ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|