這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Group Members Mail Plugin

外掛說明

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

螢幕擷圖

  • 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

安裝方式

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings->Plugin Name screen to configure the plugin
  4. (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes)

常見問題集

Why is this plugin for ?

To send email to all members of you group

how to send mail?

just goto group admin -> manage -> email members tab ,Fill in subject and send he mail.

使用者評論

2016 年 12 月 28 日 3 則留言
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.
2016 年 12 月 3 日 1 則留言
When I send emails to all group members, all of the recipients see other members email adresses, that might be a problem for those who worry about their privacy. It would be nice if I could format the email message more. Now everything is in one line.
閱讀全部 3 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Group Members Mail Plugin〉的開發相關工作。

參與者

將〈Group Members Mail Plugin〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.1

  • for mods added

1.0

  • A change since the previous version.