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)

songoibiza 03-10-2010 01:30 AM

Thanks aloot ! .. hope if it start to work infuture , we can use it.

naw no erros , Great!

Floris 03-10-2010 10:56 AM

fyi:

the plugin that uses the init_startup has this poorly coded part at the bottom:
Code:

                        // Include phrases
                        if($_REQUEST['product'] == 'vbnexus' OR THIS_SCRIPT == 'usercp')
                        {
                                //$phrasegroups = array_merge($phrasegroups, array('vbnexus'));
                        }
$phrasegroups = array_merge($phrasegroups, array('vbnexus'));

Which will result in custom.php pages that users have made to break on array merge, even if their php file has $phrasegroups = array(); before requiring global.php file.

A 'patch' for those users who have this issue is to replace the line:

Code:

$phrasegroups = array_merge($phrasegroups, array('vbnexus'));
with something like
Code:

                        if (THIS_SCRIPT != 'myscript') {
                                # get rid of the array on THIS particular page.
                                $phrasegroups = array_merge($phrasegroups, array('vbnexus'));
                        } // End if condition THIS_SCRIPT != 'myscript'

Of course, your custom php file must have something like this to use th define THIS_SCRIPT:

define('THIS_SCRIPT', 'myscript');

The next version of vbnexus can fix this quite simply and then this patch isn't needed.

Oh, and if you have more pages, just use in_array(); to check against THIS_SCRIPT array

Brandon Sheley 03-13-2010 03:44 AM

I just added this to http://www.general-forums.com/ with no problems at all, great mod!
I do have one small issue, The buttons aren't showing on one of our styles, it shows fine and works prefect on our default style..
What's the code for the buttons, I have a place for them.

Thanks
-Brandon

Floris 03-14-2010 04:37 AM

Check the plugin, it will say which template hook it is using. The navbar might be missing that hook

ibautocommunity 03-18-2010 10:51 PM

ATTENTION:

Facebook yet again has changed its API without notifying us; vbNexus is currently broken and does not allow new facebook users to register!

We are working on this issue right now and will release a patch.

Floris 03-19-2010 07:47 AM

Can it include the bug fix so custom pages don't break? (see my previous post)

ibautocommunity 03-19-2010 02:44 PM

Post deleted; the info was incorrect; Facebook service was DOWN.

rladner 03-19-2010 06:05 PM

Is Facebook service still down? I get some error messages when sending a PM or replying to a thread... instead of the FB popup asking me if I want to share this post:

More users having issues: http://www.40by20.com/forum/showthre...=1039#post1039 (BTW I disabled the mod and I got no errors)


Fatal error: Uncaught exception 'FacebookRestClientException' with message 'Unknown method' in /home4/hoganrac/public_html/40by20/forum/vbnexus/facebook/facebookapi_php5_restlib.php:3017 Stack trace: #0 /home4/hoganrac/public_html/40by20/forum/vbnexus/facebook/facebookapi_php5_restlib.php(1345): FacebookRestClient->call_method('facebook.notifi...', Array) #1 /home4/hoganrac/public_html/40by20/forum/includes/functions_newpost.php(609) : eval()'d code(11): FacebookRestClient->notifications_send('100000282259000', 'You've received...', 'app_to_user') #2 /home4/hoganrac/public_html/40by20/forum/includes/functions_newpost.php(609): eval() #3 /home4/hoganrac/public_html/40by20/forum/newreply.php(376): build_new_post('reply', Array, Array, Array, Array, Array) #4 {main} thrown in /home4/hoganrac/public_html/40by20/forum/vbnexus/facebook/facebookapi_php5_restlib.php on line 3017

ibautocommunity 03-19-2010 06:13 PM

rladner; did you disable the 3 notifications options in Nexus VBOPTIONS? Facebook no longer supports notifications and it broke that functionality; you have to disable the bottom 3 notification options.

sclg 03-29-2010 06:25 PM

I followed the documentation but the Google Friend Connect site seems to have no 'Friend connect for standard website' option.
The only option I could find created a bit of code to go on various pages but nothing about uploading files to create a site-id as per the documentation.

Has Friend Connect changed or am I doing something wrong??
Thanks
Steve


All times are GMT. The time now is 12:06 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.02837 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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