The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Custom user field
I am trying to integrate a website that provides avatars for a certain game. The website provides avatars using the player's in game username. The website provides an easy to use link that provides the images. I already created a custom profile field, and I want to display text field necessary to edit the custom user profile in the "Edit Avatar". I am using vBulletin 4.1.5
I already tried my luck by using the default vBulletin code, but that didn't show up. I am trying to edit the "modifyavatar" template. This is the default code I used (I realize that the other custom user profile fields will also show up): Code:
<vb:if condition="$customfields['regular']"> <!-- start if customfields --> <h3 class="blocksubhead">{vb:rawphrase additional_information}</h3> <div class="section"> {vb:raw customfields.regular} </div> <!-- end if custom fields --> </vb:if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|