MyBB Community Forums

Full Version: Choose group on user registration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I tried the https://mods.mybb.com/view/pick-group-on-registration to show and select groups to be selected in registration, but the plugin is not working and seems not updated to recent mybb versions. 
Do you guys know if there is any working that allows to select groups on user registration?
Thank you.
(2017-12-12, 09:14 PM)cloudgp Wrote: [ -> ]Hello, I tried the https://mods.mybb.com/view/pick-group-on-registration to show and select groups to be selected in registration, but the plugin is not working and seems not updated to recent mybb versions. 
Do you guys know if there is any working that allows to select groups on user registration?
Thank you.

Hi,

Do the following steps:

  1. Download the plugin
  2. Extract the download folder to your desktop (or where ever you like) 
  3. Open up the plugin folder and go to: "Upload" > "Inc" > "Plugins"
  4. Then open up "groupregister.php" file then locate "compatibility"
  5. Then change this from "1*" to this "18*"
Example:

From:
"compatibility" => "1*"

To::
"compatibility" => "18*"

Let me know if that works for ya.