Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Default Usergroup in Registration Details »»
Default Usergroup in Registration
Version: 1.00, by borbole borbole is offline
Developer Last Online: Oct 2015 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 4.0.3 Rating:
Released: 05-06-2010 Last Update: Never Installs: 53
DB Changes Uses Plugins
Translations  
No support by the author.

This mod will allow you to place all the newly registered members at a usergroup of your choise. The process is automatically. All you have to do after you install the mod, is to enable it and enter the group id that you want the new members to be placed automatically after they register at your forum. You can do so at your Acp-Settings-Options-User Registration Options. All the way to the bottom you will see the mod''s 2 settings. For more info, please have a look at the atatched screenshot below.

Download Now

File Type: xml Register Group.xml (2.3 KB, 325 views)

Screenshots

File Type: png Admin Control Panel_1273268604373.png (69.1 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 12-30-2010, 11:34 AM
SVTCobraLTD SVTCobraLTD is offline
 
Join Date: Jul 2007
Location: PA
Posts: 841
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any chance of this working in 3.8?
Reply With Quote
  #23  
Old 12-30-2010, 04:40 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SVTCobraLTD View Post
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.
Reply With Quote
  #24  
Old 01-01-2011, 04:38 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #25  
Old 06-21-2011, 06:04 AM
Panzer Max's Avatar
Panzer Max Panzer Max is offline
 
Join Date: May 2006
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed on 3.8

Works, but I think it skips the User awaiting Email confirmation usergroup and moves them directly into the specified usergroup.
Reply With Quote
  #26  
Old 06-24-2011, 11:14 AM
x YNWA x x YNWA x is offline
 
Join Date: Jun 2007
Posts: 119
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #27  
Old 06-24-2011, 01:00 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by x YNWA x View Post
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.
Reply With Quote
  #28  
Old 09-28-2011, 05:22 PM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BirdOPrey5 View Post
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.
Reply With Quote
  #29  
Old 09-28-2011, 07:22 PM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #30  
Old 10-01-2011, 06:37 AM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Use the default vbulletin builtin promotion system, instead of working agasint the system with an addon.
Reply With Quote
  #31  
Old 10-01-2011, 12:44 PM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zachery View Post
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.
Reply With Quote
Reply


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 12:35 PM.


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.09940 seconds
  • Memory Usage 2,341KB
  • Queries Executed 28 (?)
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
  • (2)bbcode_code
  • (4)bbcode_quote
  • (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
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)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_postinfo_query
  • fetch_postinfo
  • 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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • 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