The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Ok, this works for full LinkedIN URL path.
1. Login to your admincp as admin 2. Scroll down in your left side menu until you find "User Profile Fields" 3. Click on "Add New User Profile Field" 4. For Profile Field Type choose "Single-Line Text Box" 5. Put the following into your new profile field. Code:
Title: LinkedIn Account Description: Place your LinkedIn Profile URL (Full URL) eg http://www.linkedin.com/pub/**** Max length of allowed user input: 100 Field Length 100 Field Required - no Field Editable by User - yes Private Field - no Keep in mind the field ID number. Now you will need to edit your postbit or your postbit_legacy whichever one you are currently using on your forum. 1. Scroll to "Styles & Templates" click on "Style Manager" FIND: Code:
$post[skypeicon] Code:
<vb:if condition="$post['fieldX']"> <a target ="blank" href="{vb:raw post.fieldX}"><img src="http://i43.tinypic.com/902b0l.gif" alt="LinkedIN"></a> </vb:if> ![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|