• Hi,

    Your plugin is a great idea but you write “Allows Buddypress group Mods to send email to all group members from group admin/manage section.”. Unfortunately only group admins have access to the group admin area in BuddyPress on frontend. A moderator cannot manage a group for sending Emails.

    So the plugin seems not very useful because admins can write Emails already to the members.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author alexhal

    (@alexhal)

    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, 1 month ago by alexhal.
    Thread Starter Thorsten :-)

    (@per4mance)

    @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 ??

    Plugin Author alexhal

    (@alexhal)

    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 .

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘missunderstanding???’ is closed to new replies.