Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
Kinzer Posted October 16, 2021 Posted October 16, 2021 How do I change it so all new users that register become something like "Awaiting Members" instead of automatically becoming a "Member" as they get validated. Change default user group?
Solution Miss_B Posted October 16, 2021 Solution Posted October 16, 2021 2 hours ago, Kinzer said: How do I change it so all new users that register become something like "Awaiting Members" instead of automatically becoming a "Member" as they get validated. Change default user group? Change the value of member_group inside the conf_global.php file to the id of the group that you want your new members to have by default when registering. Kinzer 1
Marc Posted October 16, 2021 Posted October 16, 2021 There is of course an alternative option there, in that you can change the name of the members group to whatever you wish, create a new members group, then add your promotion rules. Anyone in that first group would be moved with the rules gradually, or you could just mass move them if needed. Miss_B 1
Genestoy Posted October 16, 2021 Posted October 16, 2021 14 hours ago, Miss_B said: Change the value of member_group inside the conf_global.php file to the id of the group that you want your new members to have by default when registering. Where do you find the id of the group? Thanks
Miss_B Posted October 17, 2021 Posted October 17, 2021 9 hours ago, Genestoy said: Where do you find the id of the group? Thanks If you go to the Groups area in your Admin Panel you will see a list of all your groups. Click on the group name that you want to grab its id and you will see this in the url: admin/?app=core&module=members&controller=groups&do=form&id=4 You see the last part that says: id=4? That numeric value is the id of the group. In this example it is the id of the admin group. Hope it helps.
Genestoy Posted October 17, 2021 Posted October 17, 2021 Thank You So, just so I understand this better-- Change the conf_global.php id to match the member group (in my case "Validating" which is id 13) All new registrations will then go into the "Validating" member group When the admin manually approves the registration will it stay in the "Validating" group or will it automatically be transferred to the "Members" group (which is what I would want)? Thanks
Marc Posted October 18, 2021 Posted October 18, 2021 18 hours ago, Genestoy said: Thank You So, just so I understand this better-- Change the conf_global.php id to match the member group (in my case "Validating" which is id 13) All new registrations will then go into the "Validating" member group When the admin manually approves the registration will it stay in the "Validating" group or will it automatically be transferred to the "Members" group (which is what I would want)? Thanks No, it would stay in that validating group. I feel there may be some confusion here. What you are trying to create is a concept which no longer exists within the software. Within the invision platform "validating" is actually a state of an account, not a group. So when a member registers, if you have it set to be validated by admin, the user will actually be in your members group (or whatever you call that group) and have a status of validating. When the admin validates that member, that validating state is removed. They do not change groups. Does that make more sense?
JohnDar Posted November 3, 2021 Posted November 3, 2021 Is there a way to change the validating state, when a validating member purchases a product during registration? I'd like to fast track members who do this, rather than have them wait for their accounts to be approved. This used to happen automatically by bumping the member into a secondary (more advanced) user group, but now they just sit there, in that advanced group, awaiting validation.
Miss_B Posted November 3, 2021 Posted November 3, 2021 7 hours ago, JohnDar said: Is there a way to change the validating state, when a validating member purchases a product during registration? I'd like to fast track members who do this, rather than have them wait for their accounts to be approved. This used to happen automatically by bumping the member into a secondary (more advanced) user group, but now they just sit there, in that advanced group, awaiting validation. That will require custom coding a.f.a.i.k. Marc 1
Marc Posted November 3, 2021 Posted November 3, 2021 Miss_B is correct. There would be no way of doing that within the core platform
Recommended Posts