Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 21, 20232 yr 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.
January 21, 20232 yr Community Expert Solution 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;
January 23, 20232 yr Community Expert 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.
January 24, 20232 yr Hi @Morpheo, Thanks for letting us know. If you need help with anything else, please don't hesitate to let us know.