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 |
#482
|
|||
|
|||
Thanks aloot ! .. hope if it start to work infuture , we can use it.
naw no erros , Great! |
#483
|
|||
|
|||
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')); A 'patch' for those users who have this issue is to replace the line: Code:
$phrasegroups = array_merge($phrasegroups, array('vbnexus')); 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' 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 |
#484
|
||||
|
||||
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 |
#485
|
|||
|
|||
Check the plugin, it will say which template hook it is using. The navbar might be missing that hook
|
#486
|
||||
|
||||
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. |
#487
|
|||
|
|||
Can it include the bug fix so custom pages don't break? (see my previous post)
|
#488
|
||||
|
||||
Post deleted; the info was incorrect; Facebook service was DOWN.
|
#489
|
|||
|
|||
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 |
#490
|
||||
|
||||
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.
|
#491
|
|||
|
|||
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 |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|