Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Morpheo Posted January 21, 2023 Posted January 21, 2023 I need help with finding a setting in the Admin CP. By default, when a new forum member registers to the forum, he is assigned to the "Member" Group. How do I change which Group he is assigned to? For example, I need all new registrations to be assigned to a custom Group I created called "New Member". I am using v4.1 I believe I remember this setting existing, but I cannot seem to find it now.
Solution teraßyte Posted January 21, 2023 Solution Posted January 21, 2023 You need to edit the conf_global.php file in your forum's root folder and change the member_group value with the ID of the New Members group you created. By default the Members group ID is 3: The format will be either: 'member_group' => 3, OR $INFO['member_group'] = 3;
Marc Posted January 23, 2023 Posted January 23, 2023 The other option of course, if you are not comfortable with changes like the above, would be to move the members to your new group, then rename members to whatever you wish the start group to be. You can do this simply using search to search for everyone in the group.
Gary Posted January 24, 2023 Posted January 24, 2023 Hi @Morpheo, Thanks for letting us know. If you need help with anything else, please don't hesitate to let us know.
Recommended Posts