The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Custom Profile Field
I think this may have been made before but, i looked everywhere and couldn't find it.
What I'm locking for a mod that lets you add my custom profile field to the post bit. So, If they enter there favorite team it shows: Favorite Team: TEAM HERE Under the number of posts the person has. Thanks! |
#2
|
|||
|
|||
Sorry to bump but, anyone?
|
#3
|
||||
|
||||
This is all I have:
Open postbit_legacy (hopefully you're using the postbit_legacy as you did not specify so) Under: <if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if> Add: <if condition="$post['field5']"><div>$vbphrase[notworking]: $post[fieldX]</div></if> ------------------- First you need to change 'X' to the field # you have created your new field in (you'll see through your user field manager) I haven't been able to figure out the variable used to call the NAME of a profile field. field5 or anything doesn't work. So someone else might know, or just hardcode the name in. |
#4
|
|||
|
|||
Thank you.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|