christianwach / civicrm-wp-member-sync

CiviCRM WordPress Member Sync plugin keeps a WordPress user in sync with a CiviCRM membership by granting either a role or capabilities to a WordPress user who has that membership.
https://wordpress.org/plugins/civicrm-wp-member-sync/
GNU General Public License v2.0
17 stars 10 forks source link

Feature Request #10

Closed furynick closed 8 years ago

furynick commented 8 years ago

Hi,

Can you please add ability to add any new wordpress user to a civicrm contact group ?

Thanks for your time, I'll try to make some code proposals if I can understand the best way to achieve it.

christianwach commented 8 years ago

@furynick This seems to be a duplicate of #9 - are the suggestions there of any use to you?

furynick commented 8 years ago

Well, I'm using Simple:Press so no BP plugin can suit to my need. I don't want to synchronize groups but only add a WP user to a default CiviCRM contact group. I'm using this for mailing purpose to new users from time to time and don't want to forget one because it wasn't added to that group. Didn't find the way in CiviCRM to get a list of all users not belonging to any group.

PS : in a fallback I can make a cron job to do this but it would be more elegant to do it with CiviWP member sync plugin.

christianwach commented 8 years ago

Well, I'm using Simple:Press so no BP plugin can suit to my need.

Hmm, not sure that's true - it seems that Simple:Press are quite proud of their BuddyPress integration.

I don't want to synchronize groups but only add a WP user to a default CiviCRM contact group.

If this is the case, I don't quite see how this plugin fits your requirements. However, I do think it's a nice idea for a separate plugin that does what you're after. Please feel free to reuse any code you find here for your purposes.

christianwach commented 8 years ago

Closed due to inactivity