if I’m not posting in the right place, could someone please tell me where to place my question ?
hey techguy, that is the plugin that group management appears to work in conjunction with.
When you go to the group management page in the back end, it gives you (the site Admin) the ability to choose the method in which your users recieve their email using the group email subscriptions plugin.
However, it doesn’t appear to be working for me, nothing changes.
I have found the same problem. The “Email status:” is shown but it is wrong and the facility to “Change to:” a different status does not work. It just goes to your own frontend profile and gives the message “User email status changed successfully”.
This is with WordPress 3.4.1, BuddyPress 1.5.6, BP Group Management 0.5.4 and BuddyPress Group Email Subscription 3.2.1.
My ‘solution’ is to remove it completely in my functions.php file. It is not ideal but better than having an facility that does not work:
`remove_action ( ‘bp_group_manage_members_admin_item’, ‘ass_manage_members_email_status’ );`