The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
User profile fields - how to display?
I basically created a new profile field, but not sure how to get it to display for a User under his name in the actual forums.
Here's a pic, to further clarify: Where it has join date, location, posts, I'd like to add my new field I created in there. Any help, would be greatly appreciated, thx |
#2
|
||||
|
||||
search "profile*" or"postbit*" in "articles" "titles only" and you should find an article about adding profile fields to the postbit.
|
#3
|
|||
|
|||
Ok, managed to get alot more info, sort of know what I'm doing now.
The profile field I created however is 'Multiple-Selection Menu' So, requesting help on the code, in postbit_legacy. Just copying a previous field, such as join date, didn't work, I assume because of the menu. The only way I can get it working is like this: Code:
<if condition="$post['field5']=='1'">Favourite Hero: Astral Mage</if> Code:
<if condition="$post['field5']=='2'">Favourite Hero: Jungle Rogue</if> Here is an example, of it being displayed: |
#4
|
||||
|
||||
This thread over on vb.com should help you out with that. - How To Add A Profile Field To The Postbit
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|