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)

cory_booth 08-26-2009 12:34 PM

Quote:

Originally Posted by Calash (Post 1874684)
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.

OK don't shoot me, but did you goto Nexus Admin setting, click on the Wall Templates (at the bottom), open the template display screen and click save regardless if you changed anything?

If so, your template IDs will reflect something other than 1 in the Nexus setup area.

Calash 08-26-2009 12:50 PM

Quote:

Originally Posted by cory_booth (Post 1874716)
OK don't shoot me, but did you goto Nexus Admin setting, click on the Wall Templates (at the bottom), open the template display screen and click save regardless if you changed anything?

If so, your template IDs will reflect something other than 1 in the Nexus setup area.

I am not sure I follow what you are saying, or why you quoted me however if you have followed the steps you outlined and then go to the link I posted you will see template bundles with numbers that match the bundles in the vBnexus admin area.

cory_booth 08-26-2009 01:35 PM

Ah my mistake... Disregard.

yahoooh 08-26-2009 01:37 PM

i test it with firefox 3.5.1
through your site
when i login through google and try to choose nick in your site
the submit will not work

Michael2 08-26-2009 02:06 PM

Quote:

Originally Posted by cory_booth (Post 1874716)
OK don't shoot me, but did you goto Nexus Admin setting, click on the Wall Templates (at the bottom), open the template display screen and click save regardless if you changed anything?

If so, your template IDs will reflect something other than 1 in the Nexus setup area.

Yes, I've done that and the template ID's are there, however they do not match and so far as I can tell there is no way to change them in vB or Facebook.

RvG2 08-26-2009 02:25 PM

Quote:

Originally Posted by cad2go (Post 1874357)
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:

thank you so much. this has solved my problem.

Installation works very well for me. :up:

wolfstream 08-26-2009 02:31 PM

If your templates don't match, deactivate the templates @ facebook, and try again. This time, make SURE the settings are correct in the vbnexus module. Obviously they weren't when you connected.

You can not recycle templates from the other facebook mod, you need to generate new ones, and make SURE you save the settings, as instructed. Even if you didn't change anything, save the settings anyways.

cory_booth 08-26-2009 09:20 PM

OK I got mine working however...

I had to disable Send PM Notice on Registration via vBulletin General "out of the box" Functions.

I also had to apply the FaceBook Connect plugin disable for vbGallery.

Will continue to test.

I also noticed that once registered, the user's email address is not captured?

I registered as Yahoo, but when I went to my UserCP, it said no email address...
Normal?

Veer 08-27-2009 01:07 AM

What about the following error, I'm getting on top of the header:
Code:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/init.php(298) : eval()'d code on line 654

cory_booth 08-27-2009 01:13 AM

Quote:

Originally Posted by Veer (Post 1875109)
What about the following error, I'm getting on top of the header:
Code:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/init.php(298) : eval()'d code on line 654

A few pages back...

Did you do this?

Quote:

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 ( );
}


All times are GMT. The time now is 01:56 AM.

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.01470 seconds
  • Memory Usage 1,745KB
  • 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
  • (6)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