[WordPress] 外掛分享: Comment Moderation/Notification Recipients

首頁外掛目錄 › Comment Moderation/Notification Recipients
WordPress 外掛 Comment Moderation/Notification Recipients 的封面圖片
1,000+
安裝啟用
★★★★★
5/5 分(4 則評價)
28 天前
最後更新
100%
問題解決
WordPress 3.7+ v0.7 上架:2010-12-29

內容簡介

這個外掛原本也可以稱為「除非作家沒有審核權限,否則不要打擾網站管理員每個作者的留言審核通知」,但是因為這名字稍微有點長,我選擇保持盡可能簡單。不過,這個外掛很好地解釋了它的功能:

通常,當有留言提交到特定文章時,該文章的作者會收到一個通知。但是如果該留言需要審核(這取決於你網站的留言設置),則審核通知會同時發送給文章作者(如果他/她有審核權限)和網站管理員郵件地址,該地址配置在“設置”>“常規”中。

對於許多博客或只有所有者是作者且他/她的帳戶使用與管理員郵件地址相同的電子郵件地址的網站,這將歸結為一個消息發送到一個地址。但是當網站管理員不是唯一的作者時,例如在合作網站或由網站管理員或設計師管理的網站上,其他人像客戶通常會發帖,這可能會導致管理員被淹沒在不屬於他/她關注的審核信息中。在已經有足夠心事的情況下,網站管理員會被每一個新的審核隊列中的留言困擾。

這個外掛會改變這種情況。

只需安裝和啟用它:所有文章留言審核通知僅發送到各自的文章作者。如果作者沒有審核權限(投稿者級別)或沒有作者電子郵件設置,那麼默認站點電子郵件地址仍會收到通知。

WordPress Multisite兼容,可單獨啟用或作為必需使用的外掛。

外掛標籤

開發者團隊

⬇ 下載最新版 (v0.7) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Comment Moderation/Notification Recipients」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Normally, when a comment gets submitted to a particular post, the author of that post gets a notification about it. And when a comment is held for moderation (which depends on your sites comment settings) then the moderation notification is sent to both the post Author (if he/she has moderation rights) and the site’s Administration E-mail Address as configured under Settings > General at the same time.
On colaboration sites or sites managed by a webmaster or designer where the client is the post author, the site admin, with enough on his/her mind already, is bothered with each and every new comment in the moderation queue.
This plugin can change that.
Just install and activate it: All post comment moderation notifications will be sent only to each respective Post Author. If, by any chance, the post author has no moderation rights (Contributor level) or there is no valid author e-mail set then the default site e-mail address will still get the notification.
WordPress Multisite compatible, per-site or network activated or as a must-use plugin.
Plugin Settings
Options will be added in the future but for now, you can only change the plugin behavior via constants in your wp-config.php file.
Add them on a new line in your wp-config.php file, just above the line that sais: /* That's all, stop editing! Happy publishing. */.
These constants are currently available:

COMMENT_NOTIFICATION_RECIPIENTS – Controls the New Comment recipients. Default: “wp_default” corresponds with “post_author_only” WordPress default.
COMMENT_MODERATION_RECIPIENTS – Controls the Comment is waiting for Moderation message recipients. Default: “post_author_only”.

These options are currently available:

wp_default – The WordPress default behavior. Plugin does nothing.
post_author_only – Send notifications only to the Post Author e-mail address.
site_admin_only – Send notifications only to the Administration Email Address as configured on Settings > General.

Examples:
Use define( 'COMMENT_NOTIFICATION_RECIPIENTS', 'site_admin_only' ); to make new comment notifications go to the site admin e-mail address, and no longer the post author.
Use define( 'COMMENT_MODERATION_RECIPIENTS', 'post_author_only' ); to make comment moderation notifications only go to the authors e-mail address, and no longer the site administrator address (unless the post author does not have moderation rights).

文章
Filter
Apply Filters
Mastodon