The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Myspace and Facebook in profile like Yahoo, msn, and aol IM
Hello to all.
I have seen a few times where a forum will have additional blocks in a users profile where they can add their url to their myspace and facebook accounts. Also not sure if it is possible to place a small logo for a myspace or facebook under a users member name like the IM logos, but I wanted to see how hard this would be and if it is even possible. Chris --------------- Added [DATE]1245607508[/DATE] at [TIME]1245607508[/TIME] --------------- Here is an example https://vborg.vbsupport.ru/showthread.php?t=160232 |
#2
|
||||
|
||||
Something like this?
http://www.usmilitarylife.com/forum/member.php?u=1 (Click the "Contact Info" tab) |
#3
|
|||
|
|||
Yes something like that indeed.
I have seen a few sites that add these extra blocks so a member can add their link in it, yet I have not figured it out. Any help is appreciated. Chris |
#4
|
|||
|
|||
Did you try that link you gave?
Even though it is an old mod, it just has template edits, and may work. If it doesnt, I will try editing it for you. Just contact me on AIM- eXn GraViTY, or PM me |
#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 --> |
#6
|
|||
|
|||
Is it possible to add an icon under a user name? Like an IM
--------------- Added [DATE]1245633716[/DATE] at [TIME]1245633716[/TIME] --------------- Quote:
How did you get it on the contact us page? I can only do the about me page? |
#7
|
||||
|
||||
Edit the template memberinfo_block_contactinfo
|
#8
|
|||
|
|||
Ah ok. I also sent a pm, I am not sure how to make the field show a link? It is showing the whole html info I put in
|
#9
|
||||
|
||||
What code are you using in the memberinfo_block_contactinfo template?
|
#10
|
|||
|
|||
I am getting closer, yet I need additional help if anyone has had experience with this
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|