vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Profile Enhancements - Social Networking - MySpace & FaceBook additions to profile, postbit & member's list! (https://vborg.vbsupport.ru/showthread.php?t=211531)

Strike-Force.ne 07-17-2009 08:58 PM

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.

cerulean 08-24-2009 10:00 PM

How about an update. The new name profiles for Myspace do not work, can we get a fix or workaround please.

GSeybold 10-04-2009 04:12 AM

Muy Bueno. Excellent!

glaive 11-05-2009 04:03 PM

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.

glaive 11-10-2009 05:57 AM

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;"


glaive 11-10-2009 04:39 PM

1 Attachment(s)
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

nhlchuck68 11-15-2009 12:41 PM

Nice, thanks!

glaive 11-15-2009 09:11 PM

Your welcome chuck.

Kosmic1 11-15-2009 10:04 PM

Thanks a lot glaive :)
Very nice work hehe

CypherSTL 11-21-2009 01:01 PM

What's the possibility of adding XFire?


All times are GMT. The time now is 06:42 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01258 seconds
  • Memory Usage 1,736KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete