The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB Nexus, Facebook & Google multiple login integration Details »» | |||||||||||||||||||||||||||||
vB Nexus, Facebook & Google multiple login integration
Developer Last Online: Jun 2020
vBulletin Nexus
Current project release: BETA This works on vBulletin 3.7.X - 3.8.4 This product will allow visitors to join your community using their Facebook, Google, Yahoo or AIM account; and will allow your existing members to associate an existing forum account with one of the services - such as Facebook. Please read the documentation and follow it exactly before requesting installation help. Please note, if you have heavily modified styles that are missing hooks - this product will not work and require additional installation steps. DEMO: http://www.carblog.com/vbnexus Basic Instructions for your forum's users: http://carblog.com/vbnexus/user-guide/ Download Now
Show Your Support
|
Comments |
#382
|
||||
|
||||
Quote:
I think I found a fix for some of the staying logged in problems. The specific behavior I am seeing is that, from some networks, after authenticating via Facebook you close the browser for some time. Upon returning to the site you find that you are logged in fine until you click a link or refresh. At that point you lose authentication and have to login in a second time. I edited one of the plugins to remove what appeared to be a near random logout() call when Facebook is not sure that your cookie is valid. I believe this check was to disconnect you from the forum should you logout of Facebook, however it seemed to cause more harm than good. Removing this has eliminated the auto-logout problems for me. Manual logout still works fine. I still want to test it for a day or so before throwing it up. redlabour 1 - Ether try the product file I posted above or search the thread for the template bundle ID fix. I think that will clear up the problem. 2 - I looked at the site in your sig and could not see any of the vBNexus code in it. If you are missing some of the hooks and/or have a heavily modified theme this may be part of your problem. |
#383
|
|||
|
|||
You're a good person, Calash!
|
#384
|
|||
|
|||
Thank you Calash!
|
#385
|
||||
|
||||
The fix I am currently testing, if anybody wants to give it a try by hand
Plugin: Is user a facebook user? Locate the following lines Code:
elseif(!$vbulletin->vbnexus->userinfo['associated']){ require_once(DIR . '/includes/functions_login.php'); process_logout(); Code:
//elseif(!$vbulletin->vbnexus->userinfo['associated']){ //require_once(DIR . '/includes/functions_login.php'); //process_logout(); |
#386
|
||||
|
||||
hi can anyone tell me what might cause a white/blank page after trying to log in w/ facebook connect - IE goes to internal server error, FF goes white, safari goes white?
http://www.nickdip.com/forum/ (I tried the debug mode trick and followed all of the directions) not sure if this has come up |
#387
|
||||
|
||||
ps if anyone would like credit or plug for helping me install this to comedian nick dipaolo's forum I can do that for you
|
#388
|
||||
|
||||
Quote:
A blank page may be due to forum path settings in the Facebook application. Check there first and make sure everything is setup right. |
#389
|
||||
|
||||
Attached is the new product file with the following fixes
- Logout issue after clicking on a link is resolved. If you still have issues check your cookie settings as I found this can cause some odd issues, especially if you run more than 1 forum on the web host. - Login buttons are now in a template and eval to the navbar_buttons_right hook. This looks good on my site but may not be the best place for them. Paths are relative using the $vboptions[bburl] variable so this should work well for people who run external scripts, such as CMPS. Using the template hook seems a bit more stable than the previous system. Use at your own risk. This is not an official update but an export of what is currently running on my website. Please let me know if you see any problems or have any suggestions as to how I can improve. I am still very new at vB products. |
#390
|
|||
|
|||
Hi Im having a problem with the facebook connect side of it. When I try to use it, the window it pops up is directed to
HTML Code:
http://youoriginal.com/vb/vbnexus/facebook/xd_receiver.htm?fb_login&fname=_opener&guid=0.42088404297828674&session=%7B%22session_key%22%3A%223.X8XEhFYBK42HkA9Z5OC96Q__.86400.1253923200-1372989372%22%2C%22uid%22%3A%221372989372%22%2C%22expires%22%3A1253923200%2C%22secret%22%3A%22kAYnWoxMZeExJB_M7MQyfw__%22%2C%22base_domain%22%3A%22youoriginal.com%22%2C%22sig%22%3A%2253406980a9f8e5003d4381a47219aac1%22%7D |
#391
|
|||
|
|||
Hi Im having a problem with the facebook connect side of it. When I try to use it, the window it pops up is directed to " http://youoriginal.com/vb/vbnexus/facebook/xd_receiver.htm?fb_login&fname=_opener&guid=0.42088404297828674&s ession=%7B%22session_key%22%3A%223.X8XEhFYBK42HkA9 Z5OC96Q__.86400.1253923200-1372989372%22%2C%22uid%22%3A%221372989372%22%2C%22 expires%22%3A1253923200%2C%22secret%22%3A%22kAYnWo xMZeExJB_M7MQyfw__%22%2C%22base_domain%22%3A%22you original.com%22%2C%22sig%22%3A%2253406980a9f8e5003 d4381a47219aac1%22%7D " . I have VB CMPS installed to root with VB installed in the forum directory, (along with VBnexus). So vbnexus and forum is at http://youoriginal.com/forum . If running CMPS should i install VBnexus to the root folder or forum? Is there a better way (i.e) change all instances of
Code:
$vboptions[bburl] Code:
$vboptions[bburl]/forum/ |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|