jeevajoy / Wordpress-CiviCRM-Member-Role-Sync

8 stars 7 forks source link

Wordpress now allows multiple roles #4

Open leninkster opened 9 years ago

leninkster commented 9 years ago

Wordpress now allows multiple roles.

The plugin settings states: "If you would like the have the same Membership be associated with more than one role, you will need to add a second association rule after you have completed this one." Doing this seems to leave just one sync rule for each membership type in the list. Upon running the Sync all roles except the synced settings are removed.

This appears to be because the civi-membership type is a unique key in mtl_civi_member_sync table.

The only fix appears to be to create multiple membership types in Civicrm and add users to each membership just to get the right roles in WordPress. This defeats the object of the program as it is supposed to reduce the administrative overhead, not increase it.

Is it possible to request that a change is made?