The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding Linked In to Member's Profile in VB4
Is there an easy way to allow members to add a link to their LinkedIn profile on a VB4 forum? I've seen this mod, but it is for VB3 - Add Your LinkedIn Account To Your postbit/postbit_legacy.
Thanks! |
#2
|
|||
|
|||
Edit: Sorry I though I nearly had it.
I need to find out how to make the link work for vb4 as it doesnt read this properly: http://www.linkedin.com/in/$userinfo[field[XX] I think Boofo may know this |
#3
|
|||
|
|||
Thanks RobbieZ, anyone else got a suggestion on how to do this?
|
#4
|
|||
|
|||
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> |
#5
|
||||
|
||||
See? You didn't need Boofo at all.
Actually, I just saw this thread for the first time. |
#6
|
|||
|
|||
Thanks a million for that RobbieZ, I will update my forum with that in the next few days and post back here then to confirm it worked.
|
#7
|
|||
|
|||
RobbieZ that's been implemented in the business forum in my sig and it worked perfectly, thanks again for your help.
|
#8
|
|||
|
|||
I've been using RobbieZ's solution (post #4) and it has been working very well. I've recently noticed that some members have been using that LinkedIn profile to insert spammy links to other sites.
Would anyone happen to know of way to ensure that members can only add links to a LinkedIn profile in that field? |
#9
|
|||
|
|||
I'd like to know this as well. Anyone?
|
#10
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|