MyBB Community Forums

Full Version: How To Create "Group Option" Upon Registration?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Good day!

I want to add in the registration page a "Group Option" where people who wants to register can CHOOSE which group do they belong UPON registration.

How can I do it?

Thanks!
You'll need to either use a plugin or modify the member.php file and templates.

If you go with a plugin, I believe the hook you would use is member_register_end for adding the field and then datahandler_user_validate to validate the field.

Plugin Hooks

If you do not feel comfortable doing this yourself, you can try posting in the Plugin Requests Forum and someone may be willing to do this for you.
Thanks!