內容簡介
**不建議在BuddyPress 1.2版本及之後的版本使用此外掛程式。請考慮改使用BuddyPress Group Activity Notifications:https://wordpress.org/extend/plugins/buddypress-group-activity-stream-subscription/。即將推出轉換腳本,可轉換自此外掛程式的訂閱資料**
功能:
使用者可在BuddyPress中從討論主題中訂閱;
使用者可依照群組訂閱討論;
使用者退出群組時,會自動取消訂閱群組的討論;
管理員可在一次點擊中為所有使用者訂閱適當的討論版;
管理員可切換是否預設開啟電子郵件通知;
管理員可切換是否通知貼文者。
此外掛程式為CUNY Academic Commons開發。請訪問http://commons.gc.cuny.edu來了解更多關於此有趣的計畫。
執行BP < 1.1?
如果您計畫讓會員們使用bbPress介面以及/或BuddyPress論壇介面(僅當您在單獨的安裝中執行bbPress,這意味著您幾乎肯定在執行BP < 1.1時才能這麼做),請遵循以下步驟:
將bb-group-forum-subscription上傳到[bbpress-directory]/my-plugins
在bbPress管理頁面上啟用外掛程式
在[bbpress-template-directory]/topic.php中,將代碼
user_favorites_link();
替換為
user_favorites_link( array(‘mid’ => __(‘Subscribe to this discussion’)),array(‘mid’ => __(‘Unsubscribe from this discussion’)));
翻譯貢獻
特別感謝以下翻譯者:
* 德文:Markus Schubert
* 法文:Daniel H
* 義大利文:Luca Camellini
* 俄文:slaFFik
* 西班牙文:Admin at dominicana.net.do
* 繁體中文:Levin
外掛標籤
開發者團隊
② 後台搜尋「Group Forum Subscripton for BuddyPress」→ 直接安裝(推薦)
原文外掛簡介
** Use of this plugin is not recommended in versions of BuddyPress 1.2 and higher. Please consider using BuddyPress Group Activity Notifications instead: https://wordpress.org/extend/plugins/buddypress-group-activity-stream-subscription/. A conversion script for converting subscription data from this plugin to that one is coming soon **
Features:
Users can subscribe to individual discussion topics from within BuddyPress;
Users can subscribe to discussions on a group-by-group basis;
Users are automatically unsubscribed from a group’s discussions when they leave the group;
Administrators can subscribe all users to the appropriate forums with a single click (potentially handy for first-time setup);
Administrators can toggle whether email notification is turned on by default;
Administrators can toggle whether posters receive notification of their own posts.
Developed for the CUNY Academic Commons. Visit http://commons.gc.cuny.edu to learn more about this neat project.
Running BP < 1.1?
If you plan on having your members use the bbPress interface in addition to/instead of the BuddyPress forums interface (something you can only do if you are running bbPress in a separate installation, which means you’re almost certainly running BP < 1.1) do the following steps as well:
Upload bb-group-forum-subscription to [bbpress-directory]/my-plugins
Activate the plugin on the bbPress admin page
In [bbpress-template-directory]/topic.php, replace the code
user_favorites_link();
with
user_favorites_link( array(‘mid’ => __(‘Subscribe to this discussion’)),array(‘mid’ => __(‘Unsubscribe from this discussion’)));
Translation credits
Many thanks to the following translators:
* German: Markus Schubert
* French: Daniel H
* Italian: Luca Camellini
* Russian: slaFFik
* Spanish: Admin at dominicana.net.do
* Traditional Chinese: Levin
