The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I add profile categories to the avatar area of a post?
I have been searching the method to add profile categories to the post area (the area that also shows the members avatar)... By default, it looks like only the profile category "Location" show up. I have added several new categories and would like these to be able to be displayed in that area I am talking about...
The pic below can better describe the area that I am talking about... (I circled, in read, the Location category) Attachment 53782 Is there any mod for this? Or a way to do it in the AdminCP? Thanks! I forgot to add that I am running vB 3.6 |
#2
|
|||
|
|||
Go to the template postbit_legacy and find this code:
PHP Code:
PHP Code:
Dan |
#3
|
|||
|
|||
Thanks for replying!
I opened the postbit_legacy template and found the area that talks to the categories, etc... it looks like: Quote:
Quote:
Quote:
Thanks again for your help! |
#4
|
|||
|
|||
I cant see why unless you have the field numbers wrong. If you like i can do it myself for you?
|
#5
|
|||
|
|||
I double checked the fields...they are still coming back as numbers...but oh well, thanks for helping anyways...
|
#6
|
||||
|
||||
the code seems alright to me, maybe you could check that you aren't pasting the line into an if function? if not are you sure you are using a Single Line textbox?
|
#7
|
|||
|
|||
Well, I used the Single Line textbox and it worked...
Before, I was using the multiple line tb (I thought it was a single line) and the multiple selection menu... Thanks you all... Is there a way to get it to read the actual selection of the multiple selection menu? |
#8
|
|||
|
|||
Try this instead:
<if condition="$userinfo['field2']"><div>Text here: $userinfo[field2]</div></if> And change to the correct field number |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|