Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

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
  #482  
Old 03-10-2010, 01:30 AM
songoibiza songoibiza is offline
 
Join Date: Dec 2008
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

naw no erros , Great!
Reply With Quote
  #483  
Old 03-10-2010, 10:56 AM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #484  
Old 03-13-2010, 03:44 AM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #485  
Old 03-14-2010, 04:37 AM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Check the plugin, it will say which template hook it is using. The navbar might be missing that hook
Reply With Quote
  #486  
Old 03-18-2010, 10:51 PM
ibautocommunity's Avatar
ibautocommunity ibautocommunity is offline
 
Join Date: Jan 2009
Location: Los Angeles, CA
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #487  
Old 03-19-2010, 07:47 AM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can it include the bug fix so custom pages don't break? (see my previous post)
Reply With Quote
  #488  
Old 03-19-2010, 02:44 PM
ibautocommunity's Avatar
ibautocommunity ibautocommunity is offline
 
Join Date: Jan 2009
Location: Los Angeles, CA
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Post deleted; the info was incorrect; Facebook service was DOWN.
Reply With Quote
  #489  
Old 03-19-2010, 06:05 PM
rladner rladner is offline
 
Join Date: Apr 2009
Location: Madison MS
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #490  
Old 03-19-2010, 06:13 PM
ibautocommunity's Avatar
ibautocommunity ibautocommunity is offline
 
Join Date: Jan 2009
Location: Los Angeles, CA
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #491  
Old 03-29-2010, 06:25 PM
sclg sclg is offline
 
Join Date: Feb 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply

Thread Tools

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 11:30 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.05038 seconds
  • Memory Usage 2,317KB
  • 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
  • (3)bbcode_code
  • (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
  • (1)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
  • (1)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