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)
-   -   Integration with vBulletin - vB Nexus, Facebook & Google multiple login integration (https://vborg.vbsupport.ru/showthread.php?t=220820)

ibautocommunity 08-20-2009 08:35 PM

Another quick - but important note:

Yes -. we are planning on periodically maintaining this product with bug fixes, new features and a VB 4.0 update.

Brandon Sheley 08-21-2009 01:27 AM

hmm, 2 post 2 mins apart...
you know the edit button does work ;)
I guess when ya own the company, the rules don't apply..lol :D

Ohiosweetheart 08-21-2009 10:32 AM

Real constructive post there, Brandon :rolleyes:

Alfa1 08-21-2009 10:53 AM

Please post screen shots of the options in adminCP.

How can admins see what facebook account the member comes from?

After someone logs in with facebook/google/etc. the new member has the option to supply his/her email address. Is it possible to make this mandatory, before posting is allowed?

woffie 08-21-2009 11:11 AM

Quote:

Originally Posted by Alfa1 (Post 1871554)
Please post screen shots of the options in adminCP.

How can admins see what facebook account the member comes from?

After someone logs in with facebook/google/etc. the new member has the option to supply his/her email address. Is it possible to make this mandatory, before posting is allowed?

Also, they should be required to choose a password or they cannot login again after the first time.

Ohiosweetheart 08-21-2009 02:56 PM

Quote:

Originally Posted by ibautocommunity (Post 1871251)
I apologize for the delay in answering PM's and requests. We'll resume bug fixing and answering questions on Monday.

Anders was called out of town this past week on a family emergency.
He'll be back at work here on Monday, hopefully. ;)

Calash 08-21-2009 03:40 PM

One of my bugs, the inability to use the quick reply, was due to parts of the Facebook Connect mod still being in my templates. Cleared them out and we are all set.

However I cannot get the Google Connect to work outside of the vBulletin directory, such as in vBAdvanced. Facebook works fine from here but Google will not log into the forum.

The template edits will also not work in my third party script. I can edit by hand if I need to once I get the vBadvanced problem resolved.

robdawg 08-21-2009 04:36 PM

This is awesome, I can not wait for this to go gold!

Calash 08-21-2009 05:42 PM

I have resolved all my issues by editing the .js plugin and putting in the full path to the vbnexus folder. I also edited the return path to point to the forum and now everything works in both my external scripts (eFiction and vbAdvanced)

I was able to get around the buttons not being displayed by creating a second plugin that assigned the navbar code to a variable. I put the variable where I wanted the buttons and now they show up fine in all areas.

Calash 08-21-2009 05:49 PM

Quote:

Originally Posted by Calash (Post 1869265)
Some notes from my transition to vb Nexus from Facebook Connect.

The following Query will move the user ID and Facebook ID to the vBNexus tables. Please replace the vb_ with your database prefix if you have one.

Code:

INSERT INTO vb_vbnexus_nonvbuser (userid, nonvbid)
SELECT userid, fbuid
FROM vb_fbuser

The two mods do not like each other. Once you get the tables moved disable Facebook Connect and remove the navbar template changes.

I will update as I test more. So far it worked well with an existing user from Facebook Connect.


Update: Google button not working in vBadvanced. Looks like a path issue. The login is not displaying at all outside of vB, even though I am sending the Navbar and Footer templates. The second part is due to my setup, ill probably have to do some fancy plugin work to fix that one.


I also noticed that the new members are being put into the Registered Users group despite me setting the default user group. I believe this was listed in a previous post as a bug.

If you are using this query to move your users from the Facebook Connect mod you should also run the following query after the first one is done

Code:

INSERT INTO vb_vbnexus_facebookuser (uid)
SELECT nonvbid
FROM vb_vbnexus_nonvbuser
WHERE type = '1'

Again replace vb_ with your prefix. This will populate the Facebook settings with the defaults.

Make sure to run it right after the first query. If you run it after somebody has joined using Facebook it can cause duplication of the records and script errors.


All times are GMT. The time now is 05:19 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.01555 seconds
  • Memory Usage 1,741KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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