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 |
#222
|
|||
|
|||
I did everything.. I see the images appear on my site with the exception of facebook for some reason but when I click on google it does not do anything?
http://mmaxtra.com/forum/index.php Please help ... I did place this code in my navbar for my template <table cellpadding="3" cellspacing="0" border="0" width="100%"> <tr align="right"> <td align="right" valign="middle"><span class="smallfont">New! Use your <strong>Facebook, Google, AIM & Yahoo</strong> accounts to securely log into this site, <strong>click logo to login</strong></span></td> <td width="380px" align="right"><!-- fbconnect --><fb:login-button onlogin="window.location='http://mmaxtra.com/forum/index.php?product=vbnexus&product-mod=facebook&do=login&loc=L2ZvcnVtLw==';"></fb:login-button><!-- / fbconnect -->  <a href='#' onclick='isgooglesignin = true; google.friendconnect.requestSignIn()'><img src="./vbnexus/images/nexus.gif" border="0"></a> </td> </tr> </table> Thanks |
#223
|
|||
|
|||
Quote:
Quote:
The best way to fix the last two is to template those instead of using str_replace garbage in plugins! |
#224
|
||||
|
||||
Quote:
|
#225
|
|||
|
|||
Yeah, that new threads creating threads point should have been
New threads not creating polls, not threads, my bad! |
#226
|
|||
|
|||
SO odd. It worked fine til I connected my FB account with my forum account. NOW I can't publish anything to FB, no prompts, no nothing, but my members are able to.
I take this back - I AM getting new reply and new thread notifications at FB. But can't publish any of my new threads or posts. And not getting any help here from the coder. Quote:
You really shouldn't have released it til you were ready to offer support here. |
#227
|
|||
|
|||
What's almost funny is that I can create a vBookie event with a new thread, if I choose, but not a poll. Anyone else noticing they can't create new polls except using the "thread tools" dropdown?
I realize that this is a beta product, and fully understand the implications of that. I'm a beta tester by nature, but, as a developer, you can't just go off and provide support to a limited cluster of individuals (ie: your own forums). That's a closed beta event, and it's not that fair to the rest of the individuals you advertise this to. Edit: Confirmed, polls not being created. |
#228
|
||||
|
||||
Confirmed here as well. Trying to create a poll just creates a new thread.
I was able to correct this by editing the Include js for FB Feed for new thread (non ajax) plugin to check if the newthread is a poll before running. Here is my current code. Code:
if (!$newpost['postpoll']) { if( $vbulletin->userinfo['isfbuser'] AND $vbulletin->options['vbnexusconfig_facebook_newthreadfeed'] AND $vbulletin->vbnexus->userinfo['newthreadfeed']) { // TODO: Need to take care of different types of thread/moderation etc $vbulletin->url = 'showthread.php?' . $vbulletin->session->vars['sessionurl'] . "p=$newpost[postid]#post$newpost[postid]"; $vbnexusjs = " var threadtitle = '" . $newpost[title] . "'; var threadurl = bburl + '/". html_entity_decode($vbulletin->url) ."'; var templateid = ". $vbulletin->options[vbnexusconfig_facebook_newthreadfeedtemplateid] . "; FB.ensureInit(function() { FB.Connect.showFeedDialog(templateid, {'bbtitle': bbtitle, 'bburl': bburl, 'threadtitle': threadtitle, 'threadurl': threadurl}, null, null, null, FB.RequireConnect.doNotRequire, function() { window.location = threadurl; }, '', {value: '" . $vbulletin->db->escape_string($vbphrase[vbnexus_facebook_user_posted_a_new_thread]) . "'}); }); "; vBNexus::mergeJSinFeedTemplate($vbnexusjs); die; } } |
#229
|
|||
|
|||
I changed Default USERGROUP ID for non-vBulletin Users other than "2" but change does not effect.
Any solution? |
#230
|
|||
|
|||
It's like facebook mods are cursed on vb.org
or else this is a ploy by vb's owners to make everyone upgrade to 4. uninstalled |
#231
|
|||
|
|||
At this point it appears the only way for existing users to tie their existing facebook account to their VB profile is to log-out, select the facebook logo, then make the connection. It would be great if VB users could access this page when logged in to add their existing facebook profile:
The a dismissable notice would be great for the option listed above for existing users.. I tried this but after adding the code nothing happens (after clicking any of the logos) since the user is already logged in.. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|