You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Member should be assigned all roles for that level.
Isolating the problem (mark completed items with an [x]):
I have deactivated other plugins and confirmed this bug occurs when only Paid Memberships Pro plugin is active.
This bug happens with a default WordPress theme active, or Memberlite.
I can reproduce this bug consistently using the steps above.
WordPress Environment
```
WordPress 5.9.3
PMPro 2.8
Roles Add On 1.4.1
```
The text was updated successfully, but these errors were encountered:
kimwhite
changed the title
Bug - Roles and BuddyPress (BuddyBoss) Registration.
Enhancement - Compatibility with BuddyPress (BuddyBoss) Registration.
May 10, 2022
I waas able to replicate this, I believe the issue here is that BuddyPress/BuddyBoss is owning this. Same goes for the edit user profile page, it may update the user roles based on the submission of this data.
We would need to add compatibility for this, or run our code really really late (hopefully that's the simple fix).
The snippet here could be run regularly to assign roles to users/members in this scenario - #8
Describe the bug
When using the BuddyPress/Boss registrations form, Custom Roles are not assigned when using a snippet to add a default role .
To Reproduce
Steps to reproduce the behavior:
Screenshots
Expected behavior
Member should be assigned all roles for that level.
Isolating the problem (mark completed items with an [x]):
WordPress Environment
The text was updated successfully, but these errors were encountered: