The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.28 (Linux)
|
![]() |
sign up to specific user group - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: sign up to specific user group (/showthread.php?tid=905) |
sign up to specific user group - Busy Tech - 01-07-2018 hi, for my website i need to have 2 types of accounts for my users for this i just created another user group and then have to manually change some users user groups however doing this is very time consuming , so i am wondering if there is a way to make the user have to pick a user group on the sign up form sign up to specific user group - Brandin - 01-07-2018 You can add a dropdown/checkbox/radio depending on how you want to restrict it to the join form, and then use the during_register/during_join script (I don't know what it is called off the top of my head) to use those Inputs to add it to the user_permission_matches table. |