We have a promotion setup to add new members to a new member group with fewer permissions (permissions are set to never) than the Registered group. We're using the following criteria:
- User has posted no more than X messages
- User has been registered for no more than X days
We want
both of these to be met before a member is removed from this limited group, but they're being removed after meeting only one of them.
Is there a way to make this work?
If not, would this be the correct way to set it up? Limit the Registered group, create a group with the normal member permissions, add all existing members to it, then setup the promotion to promote new members using:
- User has posted at least X messages
- User has been registered for at least X day
I was hoping to avoid adding all normal members to an additional group, but if that's the only way to do this, that's what we'll have to do.