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
vB Nexus, Facebook & Google multiple login integration Details »»
vB Nexus, Facebook & Google multiple login integration
Version: 1.00, by ibautocommunity ibautocommunity is offline
Developer Last Online: Jun 2020 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 3.8.3 Rating:
Released: 08-12-2009 Last Update: 08-12-2009 Installs: 155
DB Changes Uses Plugins Auto-Templates
Re-useable Code Additional Files Translations Is in Beta Stage  
No support by the author.

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

File Type: zip product-vbnexus1b.zip (101.7 KB, 2183 views)

Show Your Support

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

Comments
  #192  
Old 08-25-2009, 08:27 PM
cory_booth cory_booth is offline
 
Join Date: Jul 2006
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Greets everyone...
I LOVE the idea behind this plugin. My site has an issue I have not seen yet addressed.
I get the login buttons and login windows.
But when logging in and redirected back to the site, it loads, but returns back to the "guest" screen with no authentication set.

To be fair, I do have the index.php file from VBAdvanced with the IBProArcade edit applied. My old index.php file is now forum.php - would this make a difference? Can I simply add the code to index.php if needed?
Reply With Quote
  #193  
Old 08-25-2009, 09:01 PM
cad2go cad2go is offline
 
Join Date: Feb 2009
Posts: 181
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ryan Ashbrook View Post
FOr those getting the array_merge warning, simply do this.

Open the *** Initialize app *** plugin and find this:

PHP Code:
$phrasegroups array_merge($phrasegroups, array('vbnexus')); 
And above put this:

PHP Code:
if ( !is_array $phrasegroups ) )
{
    
$phrasegroups = array ( );

Real coders are willing to help anyone, regardless.
perfect! thanks.

btw wolfstream has shown those 'real coders' characteristics extensively on the fb connect mod. As have you above.

Thanks to both of you.:up:
Reply With Quote
  #194  
Old 08-25-2009, 09:47 PM
cory_booth cory_booth is offline
 
Join Date: Jul 2006
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks like my last post didn't make it.

I would like to let everyone know I got mine working by following all the instructions posted in the forum. I did have an issue with the login redirect not taking the user to the create user function. I have vbAdvanced and to make vbAdvanced my startup screen, I renamed the vbulletin index.php file to forum.php and then let vbAdvanced use index.php.

This was causing my problems. If you edit the product.xml file and follow the instructions posted earlier, rename index.php to your original vbulletin index.php file.
Reply With Quote
  #195  
Old 08-25-2009, 11:35 PM
cory_booth cory_booth is offline
 
Join Date: Jul 2006
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Couple more issues:

Got the following error: class_dm_user.php(2962) until I disabled sending a PM under registration options.

When I tried to re-register (after dumping the Nexus records) I get a a database error. All that the screen says is "Here" and then the standard vbull database errror screen without any SQL.

I suppose I should ask again...

Does this system require the same edits for vbGallery as fbconnect?
Reply With Quote
  #196  
Old 08-25-2009, 11:59 PM
cory_booth cory_booth is offline
 
Join Date: Jul 2006
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I figure pictures are worth a thousand words. Here is what I did.
Using Yahoo.

I tried to login...

I show the PM error screen.

I clean the database using phpAdmin and remove all entries created by plugin.

I disable the PM

I relogin same as before

I show the database error screen.

The only way I get my website back is to clear the user table, nexus table and session table.
Attached Images
File Type: jpg 1.jpg (32.7 KB, 0 views)
File Type: jpg 2.jpg (86.7 KB, 0 views)
File Type: jpg 3.jpg (25.2 KB, 0 views)
File Type: jpg 5.jpg (38.0 KB, 0 views)
File Type: jpg 4a.jpg (8.3 KB, 0 views)
File Type: jpg 6a.JPG (24.5 KB, 0 views)
Reply With Quote
  #197  
Old 08-26-2009, 08:52 AM
TrueDarKZONE TrueDarKZONE is offline
 
Join Date: May 2008
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

right i am also geting the error message from fb. Invalid template bundle id specified: Number You can see this because you are one of the developers of the app.

to stop the message comeing up on screen and ect. say no to everything under the numbers in the admin cp panel
Reply With Quote
  #198  
Old 08-26-2009, 09:11 AM
cad2go cad2go is offline
 
Join Date: Feb 2009
Posts: 181
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yahoo, Google work for me. fb pops up and takes the username/password but then loads domain.com inside the pop-up itself and I'm not logged in.

Set the callback fine:
Quote:
Set Callback URL to vBulletin Forum URL (http://www.mysite.com/forum/)
Reply With Quote
  #199  
Old 08-26-2009, 10:42 AM
cory_booth cory_booth is offline
 
Join Date: Jul 2006
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Putting a call out to anyone regarding conflicting apps...
FaceBook Connect indicated a conflict with vbGallery:
"Disable the following PhotoPost vBGallery plugins:
•Userinfo Merge
•Integrate Postbit Showthread"

What about things like:
Cyb - Advanced Registration
Automatic Profile Commenter
Enhanced Captcha Image Verification
Reply With Quote
  #200  
Old 08-26-2009, 11:23 AM
Calash's Avatar
Calash Calash is offline
 
Join Date: Jun 2006
Location: East Coast, USA
Posts: 297
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TrueDarKZONE View Post
right i am also geting the error message from fb. Invalid template bundle id specified: Number You can see this because you are one of the developers of the app.

to stop the message comeing up on screen and ect. say no to everything under the numbers in the admin cp panel
I think this is an error on Facebook side. You can go to the facebook developers page and see a list of all registered template bundles. Make sure the numbers match up to what you have in the vBnexus control area.

I have not played with this much yet but you may be able to deactivate the bundles, clear out the numbers from the control panel, and click the link to recreate them again if you are still having problems.
Reply With Quote
  #201  
Old 08-26-2009, 12:25 PM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ugh I hope Anders comes back soon.
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 10:52 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.05734 seconds
  • Memory Usage 2,353KB
  • 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
  • (2)bbcode_php
  • (3)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
  • (7)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