Home Plugins groups members mail
Group Members Mail Plugin logo

Group Members Mail Plugin

by alexhal on WordPress.org

Allows Buddypress group Mods to send email to all group members .

(3)
Activation
https://plugins.svn.wordpress.org/groups-members-mail/assets/Screenshot_1.png

Activation https://plugins.svn.wordpress.org/groups-members-mail/assets/Screenshot_1.png

Allows Buddypress group Mods to send email to all group members from group admin/manage section.
To enable E-mail members for mods simply put the code given below in your bp-groups-members-mail.php file in the end from wp-admin-> plugins-> editor :

add_filter('gmm_enable_for_mods','gmm_enabled_for_mods');
function gmm_enabled_for_mods(){
    return true;
}

By default this “E-Mail Members” section is available to mods and admin .
To change it a filter is available and you can change the access like this :
To restrict this option to admins only
add_filter(‘bp_gmm_auhority’,function(){
return ‘admin’;
});

Active installations10+
Weekly downloads
11-38.89%
Version1.1
Last updated1/29/2017
WordPress version3.0.1
Tested up to4.6.29
Tags
buddypressextension.mailgroupsmassmembers