This is a re-write of his original code, adapted for myself to add FaceBook & MySpace fields to my users profile & postbit's without the usage of dirty profile fields. This mod is unsupported, but if I have the time I'll try to help.
What you must do to get this working is modify values under Social Networking in the respective FaceBook or MySpace varibles:
FaceBook: You would put in your profile id, so if your FaceBook profile link is..
1.0: Initial release to public
1.1: Added ability to click to MySpace/FaceBook profiles within user's profile
1.2: Bugs fixed & "Connect With $username Using.." added!
I am now focusing on getting my sites tools up to vB4 so I do not have much in the way of time to add new features to this mod and the original author appears to have disappeared. In truth if a person had a moderate understanding of coding one could easily update the mod to add other sites. If you were to read the install file code and work methodically you could do it. Think copy, paste and change values.
Attached is an update to this product. I contacted the original author and received no response so I went ahead and made it do what I wanted, which happens to be what many of you want.
Changes:
Added Twitter and YouTube
Updated field types in database to varchar(25)
Changed code to test for each existing table and either make it if it did not exist or alter it to the new type.
Fixed the broken links for MySpace and Facebook in post bits.
Added links to profile.
Changed wording on profile input fields.
Changed image type for icons to PNGs
Things you will need to do:
I provided you some free for use icons, I did not make them I just found them.
Put them in /images/misc with an ftp client.
You should be able to install this as an upgrade over the previous version so look as you allow it to over write. As I said before I did this for me, well honestly one of my members but hey if it helps you out too then cool beans.
I am now focusing on getting my sites tools up to vB4 so I do not have much in the way of time to add new features to this mod and the original author appears to have disappeared. In truth if a person had a moderate understanding of coding one could easily update the mod to add other sites. If you were to read the install file code and work methodically you could do it. Think copy, paste and change values.
Attached is an update to this product. I contacted the original author and received no response so I went ahead and made it do what I wanted, which happens to be what many of you want.
....
Alex
Thanks for support. Installed
Good mod. Should be included in VB!
Attached is an update to this product. I contacted the original author and received no response so I went ahead and made it do what I wanted, which happens to be what many of you want.
Changes:
Added Twitter and YouTube
Updated field types in database to varchar(25)
Changed code to test for each existing table and either make it if it did not exist or alter it to the new type.
Fixed the broken links for MySpace and Facebook in post bits.
Added links to profile.
Changed wording on profile input fields.
Changed image type for icons to PNGs
Things you will need to do:
I provided you some free for use icons, I did not make them I just found them.
Put them in /images/misc with an ftp client.
You should be able to install this as an upgrade over the previous version so look as you allow it to over write. As I said before I did this for me, well honestly one of my members but hey if it helps you out too then cool beans.
Installed glaive's version ! I wanted to add lastFm but i couldn't get it to write to the DB...everything else was there but i couldn't figure out how to get it to write to the DB.... I was thinking i had teh code correct but no luck.
Also i got this to work with facebook but you have to enter the ID #...i had to adjust Glaive's facebook code... ..i have added it up if someone needs it
Database error in vBulletin 3.8.4:
Invalid SQL:
ALTER TABLE user DROP sn_bzu_facebook;
MySQL Error : Can't DROP 'sn_bzu_facebook'; check that column/key exists
Error Number : 1091
....