BACK TO DIRECTORY

Group Members Mail Plugin

by alexhal

4.3
(3 ratings)

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’;
});

Screenshots

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

Preview Screen
https://plugins.svn.wordpress.org/groups-members-mail/assets/Screenshot_2.png

Preview Screen https://plugins.svn.wordpress.org/groups-members-mail/assets/Screenshot_2.png

Plugin Details

Active Installs
10
Total Downloads
2,459
Version
1.1
Requires WP
3.0.1
Requires PHP
Tested Up To
4.6.30
Added
2016-09-29
Last Updated
2017-01-29 7:57pm GMT

Ratings

5
2
4
0
3
1
2
0
1
0