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)

Ryan Ashbrook 09-01-2009 01:58 PM

See my post here: https://vborg.vbsupport.ru/showpost....&postcount=213

jesusdlg 09-01-2009 02:27 PM

Quote:

Originally Posted by Ryan Ashbrook (Post 1877787)

Thank you so much!

This fixed my template error issues. ;) Now lets see if my 2 other things (Usergroup ID and EMail registration per new members can be add it).

For now, I'll test this and hopefully it will work just fine!

Thanks again everyone (specially Ryan and Wolfstream) for helping me out with this!

Calash 09-02-2009 01:55 PM

Fix for users not being put in th specified user group.

Open the *** Initialize app *** plugin under the vB Nexus product. It is listed at the top of the product for me.
Find the following line
Code:

$newusergroupid = ($vbulletin->options['vbnexusconfig_defaultusergroup']?$vbulletin->options['vbnexusconfig_defaultusergroup']:2);

Replace with this

Code:

$newusergroupid = ($vbulletin->options['vbnexusconfig_facebook_defaultusergroup']?$vbulletin->options['vbnexusconfig_facebook_defaultusergroup']:2);
The plugin is referencing variable that does not exist. The code change uses the correct variable for the optional user group.


As to the email question, none of these services are going to allow you to automatically pull the email address during a remote session. Your best bet would be to alter the vbnexus_choose_username template to include a mandatory email field. One of the plugins would have to be changed as well, not sure off the top of my head right now. This would prevent anybody from registering without entering a email address.

Ohiosweetheart 09-02-2009 03:27 PM

Quote:

Originally Posted by Calash (Post 1878402)
... This would prevent anybody from registering without entering a email address.

I think this should be mandatory.

SnowBot 09-02-2009 06:49 PM

Quote:

Originally Posted by Ohiosweetheart (Post 1878465)
I think this should be mandatory.

agreed, Iv tagged this to wait for a stable version

Floris 09-02-2009 07:22 PM

ibautocommunity,

Can I talk to you in private because I have a few questions that I can't ask in public here. If so, floris [at] vbulletin [dot] com (should still work) me your Skype or MSN/AIM details - no rush. I think some of the problems I could present might also help developer this product into something more unique than others .. and I rather use this and see this become stable than some paid addon from third party site.

All the best,
Floris

wolfstream 09-02-2009 07:32 PM

Quote:

Originally Posted by Calash (Post 1878402)
Fix for users not being put in th specified user group.

Why am I not surprised that once again, IB ignores their audience and product. Thanks for the update Calash, though you really shouldn't have to be picking up after IB's laziness

Calash 09-02-2009 08:01 PM

Not sure if it is laziness or something else. He is associated with IB and there may be something else going on. Perhaps some toes got stepped on or some SOP violated by this release. It could even be that priorities shifted and the resources are not dedicated to VB4.0

In any case I am happy to put my coding ability, be it somewhat limited, to use in helping the community. I really do like this mod and once you work out the bugs it does a really good job.

ibautocommunity 09-02-2009 08:14 PM

Quote:

Originally Posted by Calash (Post 1878609)
Not sure if it is laziness or something else. He is associated with IB and there may be something else going on. Perhaps some toes got stepped on or some SOP violated by this release. It could even be that priorities shifted and the resources are not dedicated to VB4.0

In any case I am happy to put my coding ability, be it somewhat limited, to use in helping the community. I really do like this mod and once you work out the bugs it does a really good job.

Really appreciate your support! I will be cataloging bugs and prioritizing them for next release, but we are currently still working on deploying this product on our sites and haven't had an opportunity or dire need to release a newer version. We are going to do a bug sweep soon and consider some other functionality.

testbot 09-02-2009 09:13 PM

so i'm guessing you can't capture any user information for newsletters, demographics or whatever?


All times are GMT. The time now is 03:34 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.01509 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
  • (5)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