The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
||||
|
||||
![]()
Basically, to do like how I did it in mine in the link above, go to your AdminCP > User Profile Fields > Add New User Profile Field with the following:
Code:
Profile Field Type: Single-Line Text Box Title: Myspace ID Description: Enter your Myspace Profile ID if you have one Field Required: No Field Editable by User: Yes Private Field: No Field Searchable on Members List: No Show on Members List: No Find: HTML Code:
<dd><a href="$prepared[profileurl]">$prepared[profileurl]</a></dd> HTML Code:
<!-- Start U.S. Military Life Customization --> <if condition="$userinfo['fieldx']"> <dt class="shade">Myspace</dt> <dd><a href="http://www.myspace.com/$userinfo[fieldx]">$userinfo[fieldx]</a></dd> <else /> <dt class="shade">Myspace</dt> <dd>$userinfo[musername] has not entered their MySpace Friend ID</dd> </if> <!-- End U.S. Military Life Customization --> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|