Version: 1.00, by borbole
Developer Last Online: Oct 2015
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.
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']))
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?
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.
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?
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.