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
YAFB - Yay! Another Facebook Bridge Details »»
YAFB - Yay! Another Facebook Bridge
Version: 5.0.4b, by mrpaint mrpaint is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

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

The add-on has been updated to reflect Facebook new policy starting October 1st (read more here). Basically this is a maintenance update for user of this add-on from the past. The add-on now supports vBulletin 3.8.x only. In this new version, there are only the basic features: register and login (some simple sharing too). It keeps old settings so you don't need to re-configure.

How to update (this is important):
1. Disable the add-on in AdminCP
2. Upload files in the package (make sure you disable the add-on before uploading)
3. Import the xml in the package, choose Yes to rewrite.
4. Re-enable the add-on
5. Done

Just remember to disable the add-on before uploading files and you will be okie.

A little note for attachment downloads:
- YAFB v1.4 had been downloaded 36 times before I removed it
- YAFB v1.5: 4 downloads, YAFB v1.5.1: 26 downloads, YAFB v1.6: 29 downloads, YAFB v1.7: 22 downloads, YAFB v1.8: 48 downloads
- YAFB v1.9: 150 downloads
- YAFB v2.0: 31 downloads, YAFB v2.0.1: 10 downloads, YAFB v2.0.2: 49 downloads, YAFB v2.1: 55 downloads; YAFB v2.2: 1210 downloads; YAFB v2.2.5: 661 downloads

Download Now

File Type: zip YAFB 5.0.4b Installation.zip (69.0 KB, 807 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
dartho, dtv100

Comments
  #52  
Old 09-20-2009, 03:21 PM
BBR-APBT's Avatar
BBR-APBT BBR-APBT is offline
 
Join Date: Feb 2009
Location: Maryland
Posts: 946
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mrpaint View Post
The idea of Facebook Connect is the user already done human verification and has a valid email address so it's not necessary to require email validation. And it's impossible also because we need the sending email permission in order to send email but if user can't log in, they won't be able to grant that email permission

When you log out of vBulletin, it's a required to log out of Facebook also to prevent a loop of logging in and logging out

Well, I use some hooks in the standard registration process to support other mods/hacks/products but sometimes, the other mod get conflicted with the Facebook registration. So, if you give me the name of the Introducing Thread, I will check it out and prevent future conficts

PS: FYI, the checkboxes are done :>
Since I validate email addresses the email and password box shows up for registration with facebook. The user inputs a email and they go strait to registered users. They can put in any email they want. So when I send my monthly news letter I will get email returns. Thus could cause my ip to be listed as spam. Just cause they login with facebook does not mean they will put a valid email.

I can deal with when they log out of vbulletin they are also logged out of facebook.

Here is the intro on register I use.
https://vborg.vbsupport.ru/showthread.php?t=165951

Thanks so much for all your help man.
Reply With Quote
  #53  
Old 09-20-2009, 03:39 PM
principino1984 principino1984 is offline
 
Join Date: Jul 2006
Location: Italy
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I thinks it was a fb problem cause now the comments are correct! I installed on my big forum...do you think it's possible to choose wheter the checkbox are checked by default or not?

Marco
Reply With Quote
  #54  
Old 09-20-2009, 04:17 PM
principino1984 principino1984 is offline
 
Join Date: Jul 2006
Location: Italy
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sorry for the second post... two little bugs:

first one...the template "fbb_navbar_button" don't show up in the navbar even if I have the line "$template_hook[navbar_buttons_right]" written correctly in the navbar template.

second one.. about the coding... now the a,è,ù,ì etc don't mess up in the notification but they are not displayed at all. But at lease there's no wierd symbols for them.

Marco
Reply With Quote
  #55  
Old 09-20-2009, 07:17 PM
mrpaint's Avatar
mrpaint mrpaint is offline
 
Join Date: Sep 2004
Location: Hanoi Capital
Posts: 630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Veer View Post
Thank you

Another problem.

1) I tried to turn off "Auto Register", If I do that I can not see Facebook Connect button to Login, I also checked $template_hook[navbar_buttons_right] it is there.

2) I tried also with both (login+register) option turned on, Now I can see Facebook Connect button but I can not register with or without email address, I think this is because of vMail - Verify Mail before registration.
Code:
Sorry, your e-mail address is incorrect (does not match the verification code).
I changed the code to display the Facebook Connect button correctly even if you disable the auto register function. It will be include in the next version
About vMail. I have checked that product. They use hard-coded template edit so from outside I can't make it work this time. You have 2 options (in case you want to use this Facebook Bridge and it's registration process):
  1. Stop using vMail
  2. I will alther the code and temporary disable vMail in Facebook Bridge registration process.

Quote:
Originally Posted by BBR-APBT View Post
Since I validate email addresses the email and password box shows up for registration with facebook. The user inputs a email and they go strait to registered users. They can put in any email they want. So when I send my monthly news letter I will get email returns. Thus could cause my ip to be listed as spam. Just cause they login with facebook does not mean they will put a valid email.

I can deal with when they log out of vbulletin they are also logged out of facebook.

Here is the intro on register I use.
https://vborg.vbsupport.ru/showthread.php?t=165951

Thanks so much for all your help man.
Well, I changed the code to meet your requirement. The new files will be included in the next release.
About Force Intro On Register. I looked at their code and it seems to be fine. You talked something about the error only happens on the index list. Can you describe more about it or take a screenshot (which is better). Thanks

Quote:
Originally Posted by principino1984 View Post
I thinks it was a fb problem cause now the comments are correct! I installed on my big forum...do you think it's possible to choose wheter the checkbox are checked by default or not?

Marco
If the user disable the function in UserCP, no checkbox will be display

Quote:
Originally Posted by principino1984 View Post
sorry for the second post... two little bugs:

first one...the template "fbb_navbar_button" don't show up in the navbar even if I have the line "$template_hook[navbar_buttons_right]" written correctly in the navbar template.

second one.. about the coding... now the a,?,?,? etc don't mess up in the notification but they are not displayed at all. But at lease there's no wierd symbols for them.

Marco
Which template contain the template_hook? Is it navbar or header?

Hmm, the encoding issue is a tough one. I currently have no idea though
Reply With Quote
  #56  
Old 09-20-2009, 08:03 PM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll have to give this one a try, since the other didn't work.
Thanks!
Reply With Quote
  #57  
Old 09-20-2009, 08:44 PM
principino1984 principino1984 is offline
 
Join Date: Jul 2006
Location: Italy
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mrpaint View Post

If the user disable the function in UserCP, no checkbox will be display
Yup I know that... but do you think you can make that the checkbox even if displayed are not checked by default? Or implement an option in the usercp?

Quote:
Originally Posted by mrpaint View Post

Which template contain the template_hook? Is it navbar or header?
the template_hook is in the navbar


Quote:
Originally Posted by mrpaint View Post

Hmm, the encoding issue is a tough one. I currently have no idea though
Ok... if you find the problem it'll be great...right now I think this is the best bridge around! You're damn great!

I'll be waiting nex release for more features

I'm translating the whole thing in Italian..I will send you the italian xml language file as soon as I'm finished ok?

Marco
Reply With Quote
  #58  
Old 09-20-2009, 08:55 PM
webrats webrats is offline
 
Join Date: May 2002
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default




is my problem
Reply With Quote
  #59  
Old 09-20-2009, 09:34 PM
Veer Veer is offline
 
Join Date: Feb 2006
Posts: 733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mrpaint View Post
I changed the code to display the Facebook Connect button correctly even if you disable the auto register function. It will be include in the next version
About vMail. I have checked that product. They use hard-coded template edit so from outside I can't make it work this time. You have 2 options (in case you want to use this Facebook Bridge and it's registration process):
  1. Stop using vMail
  2. I will alther the code and temporary disable vMail in Facebook Bridge registration process.
ok, that will be good.
can not stop vMail or FB cause both are damn good I think 2nd option is better If possible, Thanks.
Reply With Quote
  #60  
Old 09-20-2009, 09:39 PM
Veer Veer is offline
 
Join Date: Feb 2006
Posts: 733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by principino1984 View Post
Yup I know that... but do you think you can make that the checkbox even if displayed are not checked by default? Or implement an option in the usercp?
Good suggestion, check box feature is really good but it is better not checked by default in anyway.

Quote:
Originally Posted by principino1984 View Post
Ok... if you find the problem it'll be great...right now I think this is the best bridge around! You're damn great!
I agree, this one is superb :up:
Reply With Quote
  #61  
Old 09-20-2009, 09:42 PM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awesome work!
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 01:20 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.07111 seconds
  • Memory Usage 2,362KB
  • 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
  • (11)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
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (2)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
  • (1)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