Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Social Networking - MySpace & FaceBook additions to profile, postbit & member's list! Details »»
Social Networking - MySpace & FaceBook additions to profile, postbit & member's list!
Version: 1.2, by zefyx zefyx is offline
Developer Last Online: Jan 2013 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.8.x Rating:
Released: 04-17-2009 Last Update: 04-18-2009 Installs: 149
DB Changes Uses Plugins Auto-Templates
Re-useable Code Additional Files Translations Is in Beta Stage  
No support by the author.

Quote:
Released with permission from the author of this modification.


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..

http://www.facebook.com/profile.php?...40&ref=profile
You would paste 1638992840 in the UserCP on your forum.

MySpace: Similar to FaceBook, you would put in your profile id, so if your MySpace profile link is..

http://profile.myspace.com/index.cfm...ndid=236497885
You would paste 236497885 in the UserCP on your forum.

Quote:
Changes:

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!

Download Now

File Type: zip product-sn_fields.v1.0.zip (13.3 KB, 119 views)
File Type: zip product-sn_fields.v1.1.zip (13.5 KB, 74 views)
File Type: zip product-sn_fields.v1.2.zip (13.5 KB, 907 views)

Screenshots

File Type: png 1.png (15.0 KB, 0 views)
File Type: png 3.png (3.7 KB, 0 views)
File Type: jpg 2.jpg (59.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 07-17-2009, 08:58 PM
Strike-Force.ne Strike-Force.ne is offline
 
Join Date: Aug 2007
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and then Uninstalled until it's a little friendlier. Users of things like this won't use it do the pain required to get the ID number instead of a simple copy and past of the profile URL.
Reply With Quote
  #53  
Old 08-24-2009, 10:00 PM
cerulean cerulean is offline
 
Join Date: Aug 2006
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How about an update. The new name profiles for Myspace do not work, can we get a fix or workaround please.
Reply With Quote
  #54  
Old 10-04-2009, 04:12 AM
GSeybold GSeybold is offline
 
Join Date: Dec 2007
Posts: 473
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Muy Bueno. Excellent!
Reply With Quote
  #55  
Old 11-05-2009, 04:03 PM
glaive glaive is offline
 
Join Date: Jan 2009
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am currently working on adding you tube and twitter to this mod.
As I am not the original author I will post changes I make to the mod in here.
The changes are for anyone to try and the author to add to his/her mod freely.
Reply With Quote
  #56  
Old 11-10-2009, 05:57 AM
glaive glaive is offline
 
Join Date: Jan 2009
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Both of the existing site fixes are easy, the urls are merely different.

Face Book Fix
:
Look for:
PHP Code:
<a href="#" onclick="openWindow('http://www.facebook.com/home.php?#/profile.php?id=$userinfo[sn_facebook]&ref=profile'); return false;"
Change it to read:
PHP Code:
<a href="#" onclick="openWindow('http://www.facebook.com/$userinfo[sn_facebook]'); return false;"
-----

MySpace Fix
:
Look for:
PHP Code:
<a href="#" onclick="openWindow('http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=$userinfo[sn_myspace]'); return false;"
Change it to read:
PHP Code:
<a href="#" onclick="openWindow('http://www.myspace.com/$userinfo[sn_myspace]'); return false;"
Reply With Quote
  #57  
Old 11-10-2009, 04:39 PM
glaive glaive is offline
 
Join Date: Jan 2009
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.

Alex
Attached Files
File Type: xml product-sn_fields.v1.2.2.xml (15.4 KB, 61 views)
File Type: zip icons.zip (3.4 KB, 52 views)
Reply With Quote
  #58  
Old 11-15-2009, 12:41 PM
nhlchuck68 nhlchuck68 is offline
 
Join Date: Apr 2009
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice, thanks!
Reply With Quote
  #59  
Old 11-15-2009, 09:11 PM
glaive glaive is offline
 
Join Date: Jan 2009
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your welcome chuck.
Reply With Quote
  #60  
Old 11-15-2009, 10:04 PM
Kosmic1 Kosmic1 is offline
 
Join Date: Nov 2009
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks a lot glaive
Very nice work hehe
Reply With Quote
  #61  
Old 11-21-2009, 01:01 PM
CypherSTL CypherSTL is offline
 
Join Date: Mar 2006
Location: St. Charles, MO
Posts: 306
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What's the possibility of adding XFire?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:22 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.26105 seconds
  • Memory Usage 2,350KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (8)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete