Hi @per4mance ,You are correct this e-mail members option is accessible to group admins only for now .
I know admins can contact members thorugh other ways but only one by one .This plugin allows group admins(and now from version 1.1 mods also ) to send mails to all groups members at once .
To enable E-mail members for mods simply put the code given below in your bp-groups-members-mail.php file in the end :
add_filter('gmm_enable_for_mods','gmm_enabled_for_mods');
function gmm_enabled_for_mods(){
return true;
}
-
This reply was modified 8 years, 4 months ago by
alexhal.
@alexhal
Hi,
Thank you for your update. I tested and it does not work because moderators of BP groups do not have access to the admin frontend of groups, reads the tab “E-Mail Members” does not appear.
Admins still have the possibility to send Emails to each member of groups. For now I cannot see any advantage of your plugin.
It would be great to clearify your hard work, thank you.
Kindest regards 🙂
Well I just checked this as admin/moderator and found this to be working fine on default wordpress 2017 theme .
Please check if there are any members in your group .
Note here that plugin does not sends moderator and admins while sending email .