Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
Facebook Connect - Update for Facebook PHP SDK (v.3.0.0) Details »»
Facebook Connect - Update for Facebook PHP SDK (v.3.0.0)
Version: 3.0.5, by mtbikemike mtbikemike is offline
Developer Last Online: Apr 2014 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 3.8.7 Rating:
Released: 09-12-2011 Last Update: 09-29-2011 Installs: 56
DB Changes Uses Plugins Template Edits
Re-useable Code Additional Files Translations Is in Beta Stage  
No support by the author.

I rewrote this plugin using ideas from sllik's mod.

Not Supported!!
This code is not supported. The Facebook API has since changed. Only provided for open source purposes ... feel free to modify at your own risk.

Download Now

File Type: zip fbconnect-3.0.4.zip (35.4 KB, 212 views)
File Type: zip fbconnect-3.0.5.zip (35.6 KB, 954 views)

Screenshots

File Type: jpg indexpage-logged-in.JPG (30.4 KB, 0 views)
File Type: jpg newpost.JPG (36.0 KB, 0 views)
File Type: jpg indexpage.JPG (50.8 KB, 0 views)
File Type: jpg connectpage.JPG (99.9 KB, 0 views)
File Type: jpg FBConnectClickFlow.jpg (46.7 KB, 0 views)
File Type: jpg FBConnectSession.jpg (44.6 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
3 благодарности(ей) от:
JohorBahru, Taringa! CS, Vibhor

Comments
  #52  
Old 09-20-2011, 07:44 PM
Artes_Marciales Artes_Marciales is offline
 
Join Date: Jun 2007
Posts: 278
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you can make the user enter a password to enter from facebook?
hat way the user can also enter without facebook. Otherwise, when the forum is updated or stop having mod support those users will be lost.
that's why I do not install this mod : S

PD: Taringa los usuarios que entran no tienen contraseña y no pueden cambiarla, cuando el mod no tenga soporte o si facebook cambia su api no podrán entrar. Lo ideal seria que la entrada por facebook fuese como la de vbhispano.com. Este mod tal y como está no sirve.
Reply With Quote
  #53  
Old 09-20-2011, 09:24 PM
dartho dartho is offline
 
Join Date: Sep 2005
Location: Australia
Posts: 2,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Artes_Marciales View Post
you can make the user enter a password to enter from facebook?
hat way the user can also enter without facebook. Otherwise, when the forum is updated or stop having mod support those users will be lost.
that's why I do not install this mod : S
Not a big deal - users can simply choose to reset password, with or without this mod if they require it.

As an aside, I've trimmed back my fbconnect_button template to

Code:
<if condition="!$show['member']">
	<a href="#" onclick="javascript:fblogin(); return false;">
		<img src="/images/facebook/fbconnect.png" border="0" />
	</a>
</if>
so that it only displays the connect button when someone is not logged in.
Reply With Quote
  #54  
Old 09-21-2011, 04:49 AM
Artes_Marciales Artes_Marciales is offline
 
Join Date: Jun 2007
Posts: 278
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dartho View Post
Not a big deal - users can simply choose to reset password, with or without this mod if they require it.
Most normal users on a board are not aware of the password reset link
Others may simply want to enter the traditional way and can not because 90% never bother to reset the password for access.
The option to add a password in the registry is needed to complete the mod. It is a mistake that is not
Reply With Quote
  #55  
Old 09-21-2011, 01:55 PM
mtbikemike mtbikemike is offline
 
Join Date: Nov 2010
Location: Park City, Utah, United S
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Artes_Marciales View Post
Most normal users on a board are not aware of the password reset link
Others may simply want to enter the traditional way and can not because 90% never bother to reset the password for access.
The option to add a password in the registry is needed to complete the mod. It is a mistake that is not
I can certainly add it in. It would require about a days worth of coding and testing. But at the moment I'm busy with a full time job as a consultant (money talks )

Get a couple other people to request this, some paypal encouragement and I can probably release and update with this feature in a week or two.
Reply With Quote
  #56  
Old 09-21-2011, 02:17 PM
klaush klaush is offline
 
Join Date: Oct 2005
Posts: 340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this modification.

We have some trouble because unregistered users don´t see the fbconnect-button. Registered user see the button and can connect with this button to facebook.

And how can a connected to facebook user delete this connection to get the old way to login?

Thanks for support. We will donate if all is running well.
Reply With Quote
  #57  
Old 09-21-2011, 02:26 PM
Artes_Marciales Artes_Marciales is offline
 
Join Date: Jun 2007
Posts: 278
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by klaush View Post
And how can a connected to facebook user delete this connection to get the old way to login?
can not, for that reason this mod is useless : S
More sooner or later you will lose users who entered through facebook.
Reply With Quote
  #58  
Old 09-21-2011, 10:09 PM
dartho dartho is offline
 
Join Date: Sep 2005
Location: Australia
Posts: 2,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by klaush View Post
And how can a connected to facebook user delete this connection to get the old way to login?
If the user was a registered member before using facebook connect, they can simply enter in user name and password as they previously did. If they are a new user who registered via facebook connect, they will need to reset password and then they can log in.
Reply With Quote
  #59  
Old 09-22-2011, 12:50 AM
Taringa! CS's Avatar
Taringa! CS Taringa! CS is offline
 
Join Date: May 2009
Location: Argentina
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've got some problems

1) I've connect my vb account with facebook and user post count was reset
2) When first loading page the facebook "bridge" it is'nt recognized and i need to reload page to see that my account it's already bridged with facebook (at navbar)
Reply With Quote
  #60  
Old 09-22-2011, 09:27 AM
dartho dartho is offline
 
Join Date: Sep 2005
Location: Australia
Posts: 2,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Taringa! CS View Post
I've got some problems

1) I've connect my vb account with facebook and user post count was reset
Actually - I think I might have experienced this also - when I noticed a user post count out (a user I know connected with FBCOnnect) I just rebuilt post counts in AdmionCP Maintenance tools and it fixed it up.
Reply With Quote
  #61  
Old 09-22-2011, 01:25 PM
mtbikemike mtbikemike is offline
 
Join Date: Nov 2010
Location: Park City, Utah, United S
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Taringa! CS View Post
I've got some problems
1) I've connect my vb account with facebook and user post count was reset
Looks like you found a bug. I'll have a fix up in a couple hours.


Quote:
Originally Posted by Taringa! CS View Post
I've got some problems
2) When first loading page the facebook "bridge" it is'nt recognized and i need to reload page to see that my account it's already bridged with facebook (at navbar)
Not sure what might cause this. The code sets a cookie using a backend request with the authentication token returned by facebook's login popup. It then reads that cookie for any page that has the nav bar.

When is this happening? Right after logging in? Right after a new user connects?
Reply With Quote
Reply

Thread Tools

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 06:10 AM.


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.06932 seconds
  • Memory Usage 2,354KB
  • 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
  • (1)bbcode_code
  • (8)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
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (3)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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