vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Administrative and Maintenance Tools - Default Usergroup in Registration (https://vborg.vbsupport.ru/showthread.php?t=242068)

SVTCobraLTD 12-30-2010 11:34 AM

Any chance of this working in 3.8?

BirdOPrey5 12-30-2010 04:40 PM

Quote:

Originally Posted by SVTCobraLTD (Post 2141258)
Any chance of this working in 3.8?

I looked at the code and am fairly sure it will work on 3.8 and maybe even earlier versions... it's just 1 plugin on registration to do it's magic.

I would install it and test to make sure, worst case you can uninstall, there are no database changes.

You will have to open the xml file and change "4.0.0" to "3.0.0" where it says "minversion."

EDIT- I have confirmed it does work in 3.8.

BirdOPrey5 01-01-2011 04:38 PM

FYI if you add an additional IF statement to the plugin you can use this to move only people with a certain email address type to a different group... such as:

Code:

if (preg_match("/mil$/" , $vbulletin->userinfo['email']))
Will only move new users from military addresses or...

Code:

if (preg_match("/edu$/" , $vbulletin->userinfo['email']))
Will work for users with .edu addresses.

Panzer Max 06-21-2011 06:04 AM

Installed on 3.8

Works, but I think it skips the User awaiting Email confirmation usergroup and moves them directly into the specified usergroup.

x YNWA x 06-24-2011 11:14 AM

Hi
I am looking for something like this, where you can change the default user group.

But I want to have something that you can have the ability for users to CHOOSE a usergroup themselves on registration. I plan to have a usergroup per team and on registration someone selects that team and that team is a usergroup which only has access to that team's forums. Is that possible?

BirdOPrey5 06-24-2011 01:00 PM

Quote:

Originally Posted by x YNWA x (Post 2212127)
Hi
I am looking for something like this, where you can change the default user group.

But I want to have something that you can have the ability for users to CHOOSE a usergroup themselves on registration. I plan to have a usergroup per team and on registration someone selects that team and that team is a usergroup which only has access to that team's forums. Is that possible?

It might be possible but it would be a different mod than this. I would suggest making an official request in one of the requests forum (paid or unpaid) if you haven't already.

Max Taxable 09-28-2011 05:22 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2141404)
I looked at the code and am fairly sure it will work on 3.8 and maybe even earlier versions... it's just 1 plugin on registration to do it's magic.

I would install it and test to make sure, worst case you can uninstall, there are no database changes.

You will have to open the xml file and change "4.0.0" to "3.0.0" where it says "minversion."

EDIT- I have confirmed it does work in 3.8.

Confirmed here too. Installed per these instructions and works like a champ.

And I don't use the promotions system, I do usergroup changes manually only so this is right up my wheelhouse.

Max Taxable 09-28-2011 07:22 PM

Oops - Problem with this upon testing!

New registrations, although they are told they must complete registration by clicking on a link in a email for verification, actually do not if you have this set to put them in any usergroup other than Users Awaiting Email Confirmation. It puts them in the group you select instead!

If you have it set to Users Awaiting AND another usergroup other than registered users, it still defaults them to the registered users group after successful email confirmation.

In short, it looks like this mod is not compatible with the email verification for registration option, at least in vB 3.8.6.

Anyone want to take a looksee and verify my conclusion?

Zachery 10-01-2011 06:37 AM

Use the default vbulletin builtin promotion system, instead of working agasint the system with an addon.

Max Taxable 10-01-2011 12:44 PM

Quote:

Originally Posted by Zachery (Post 2251852)
Use the default vbulletin builtin promotion system, instead of working agasint the system with an addon.

Which in my case leaves me back to overriding the promotion system by manually promoting posters who I know for sure are not spammers and who I don't want to have restricted.


All times are GMT. The time now is 06:02 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.01209 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
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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