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)

Trana 05-18-2009 04:19 PM

Can anyone tell me the template edit to get this to work on 3.7?

Kirkus 06-20-2009 02:40 AM

Does this still work properly with the new facebook profile names?

rrudeboy 06-20-2009 02:51 AM

Quote:

Originally Posted by Kirkus (Post 1833099)
Does this still work properly with the new facebook profile names?

nope, https://vborg.vbsupport.ru/showpost....8&postcount=54

MacHack 06-21-2009 01:16 PM

Works great, but however when launching the window to go to a users myspace or facebook account it won't show the toolbars in Internet Explorer. Any one know how I can fix that? Thank you.

I also would like to know how to make this so that only members of certain User Groups would be able to see this, thanks

colochris 06-22-2009 06:22 AM

Is there a way to add YouTube to this mod?

Thanks

DNG 06-22-2009 09:58 AM

thanks :)

colochris 06-22-2009 12:25 PM

When I try this I add in my MySpace profile name as I do not use a number, and it takes me to a page that says my account does not exist. Is there a way around this?

SirHappy 06-22-2009 12:38 PM

thx. nice work.

BlueNinjaGo 06-24-2009 12:52 PM

Anyone find a way to get the facebook feature to work with the new URLs?


Quote:

Originally Posted by colochris (Post 1834711)
When I try this I add in my MySpace profile name as I do not use a number, and it takes me to a page that says my account does not exist. Is there a way around this?

When you log in, click "Profile" -> "My Profile" and the URL will be the one you're looking for. (I too have the vanity URL but it works this way)

Gamelobby 07-17-2009 12:42 AM

Is this really all you need to do..!?

Quote:

Installation:

1: Upload all images to your images/misc.
2: Import the XML file into your Product manager.
3: Finished.
Seems like there might be some profile fields or something that need to be made or something..??

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?

glaive 11-30-2009 04:04 PM

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.

Raptor 12-21-2009 12:36 AM

Quote:

Originally Posted by glaive (Post 1912454)
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


Thank you works perfect on 3.8.4 PL1

DaSpyda 12-25-2009 06:47 PM

Quote:

Originally Posted by glaive (Post 1923086)
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.

Thank you for working on this for us!!!

imedic 01-01-2010 10:43 PM

Quote:

Originally Posted by glaive (Post 1912454)
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!

Art Andrews 01-05-2010 03:15 PM

Sure wish there was a solution for this in vB 4...

zombietom 01-06-2010 09:25 PM

Quote:

Originally Posted by glaive (Post 1912454)
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

Thanks will add this soon. :up::)

zombietom 01-07-2010 12:04 AM

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

cTak 01-08-2010 03:04 AM

This needs to be updated for vb 4.0!!!! Anyone? Please?

NAZIA 04-15-2010 11:16 PM

1 Attachment(s)
Hello,
I have modified this plugin for facebook, gmail, youtube, twitter and myspace
..
demo
Code:

http://bzupages.com/member.php?u=1

UnganWeb 04-17-2010 01:16 AM

product uninstall error??

Code:

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


MichaelDance 04-26-2010 06:37 AM

I installed and my forum went blank, so i have disabled this, do you know why thats happening?

zefyx 05-06-2010 12:24 AM

I apologize for the lack for update. I have given full permission to glaive to carry out in modifying any one of my modifications in his name. I do not have the time to carry on any further.

SHalliday 05-24-2010 11:01 PM

Just installed glaives version (1.2.2) and it is working perfectly. Installation was a breeze as well. Thank you very much!

BirdOPrey5 05-25-2010 02:29 AM

Quote:

Originally Posted by NAZIA (Post 2021952)
Hello,
I have modified this plugin for facebook, gmail, youtube, twitter and myspace
..
demo
Code:

http://bzupages.com/member.php?u=1

installed and working well... would be better if I could use my myspace 'name' instead of number,

NAZIA 06-07-2010 11:45 AM

1 Attachment(s)
Quote:

Originally Posted by BirdOPrey5 (Post 2042966)
installed and working well... would be better if I could use my myspace 'name' instead of number,

I have modified it for facebook. you can use user profile url name, instead of profile ID.

Code:

http://www.facebook.com/myname

NoNickeD 02-23-2011 04:00 PM

Thank you ;)

SVTCobraLTD 03-02-2011 12:44 AM

See below

SVTCobraLTD 03-02-2011 12:55 AM

Quote:

Originally Posted by glaive (Post 1912454)
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

You should delete this so it is not downloaded with the FB not working. See https://vborg.vbsupport.ru/showpost....4&postcount=67

Qima 03-02-2011 08:10 AM

NICE MOD , Thanks


All times are GMT. The time now is 01:33 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.01333 seconds
  • Memory Usage 1,828KB
  • 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_code_printable
  • (4)bbcode_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (39)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