이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

cbnet Multi Author Comment Notification

설명

Easily enable email notification of new comments to users other than the post author.

Via Dashboard -> Settings -> Discussion, enable email notification to users by site admin, user role (Administrator, Editor, Author, Contributor, Subscriber ), or define arbitary email addresses to notify. Also, optionally disable email notification for comments left by registered users.

Email notification for individual users can be enabled via each user’s profile.

설치

Manual installation:

  1. Upload the cbnet-multi-author-comment-notification folder to the /wp-content/plugins/ directory

Installation using “Add New Plugin”

  1. From your Admin UI (Dashboard), use the menu to select Plugins -> Add New
  2. Search for ‘cbnet Multi Author Comment Notification’
  3. Click the ‘Install’ button to open the plugin’s repository listing
  4. Click the ‘Install’ button

Activiation and Use

  1. Activate the plugin through the ‘Plugins’ menu in WordPress
  2. From your Admin UI (Dashboard), use the menu to select Settings -> Discussion
  3. Configure settings, and save
  4. To enable comment notification for individual users, configure “Comment Email Notification” on each user’s profile

FAQ

No emails are being sent. Why?

The Plugin merely filters the list of email recipients; it does not send email. Be sure that you have enabled (checked) the “Email me whenever” options for either “Anyone posts a comment” or “A comment is held for moderation”. If neither of these options is enabled, no emails will be sent.

Where did settings go?

Plugin settings can be found under Dashboard -> Settings -> Discussion.

Comment email notification for individual users can be configured via the user profile.

Let me know what questions you have!

후기

2017년 3월 29일
This plugin works exactly as I would have hoped, was a breeze to set up, has the ability to choose what “level” of user gets notices, and the configuration form shows up under the “Discussion” menu item – right where it should. Thanks for the perfect addition to my WP site!
2016년 9월 3일
I have been looking for plugin or function to send comment notification to multiple authors, including admin and it worked with your plugin. Thanks alot.
모든 7 평가 읽기

기여자 & 개발자

“cbnet Multi Author Comment Notification”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “cbnet Multi Author Comment Notification”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

3.2

  • Maintenance Release
    • Fix bug causing PHP notices and preventing sending of emails. Props Flick.
    • Add transients for notification/moderation email address arrays, for performance improvement

3.1

  • Maintenance Release
    • Add option to disable email notification to site admin email address

3.0

  • Maintenance Release
    • Incorporates core filters ‘comment_notification_recipients’ added to wp_notify_postauthor() and ‘comment_moderation_recipients’ added to wp_notify_moderator() in WordPress 3.7
    • Removes Pluggable functions wp_notify_postauthor() and wp_notify_moderator() that no longer need to be overwritten

2.2.1

  • Bugfix
    • Fixed issue with bad development file merge causing PHP errors

2.2

  • Feature Release
    • Added option to send comment moderation emails to multiple authors
    • Added filters to support potential core patches to Pluggable functions

2.1.2

  • Bugfix.
    • Fixed call to deprecated function update_usermeta()

2.1.1

  • Bugfix.
    • Fix bug with Plugin sending multiple emails to the same email address.

2.1

  • Made Plugin translation-ready

2.0.2

  • Bugfix
    • Fix bug with settings validation callback not accounting for single email address

2.0.1

  • Bugfix
    • Wrap pluggable function in function_exists() conditional.

2.0

  • Major update
    • Plugin completely rewritten
    • Settings API implementation
    • Move Plugin settings from custom settings page to Settings -> Discussion
    • Add custom user meta for individual user email notification
    • Implement via pluggable function wp_notify_postauthor()
    • Made Plugin parameters filterable
    • Removed all cruft code
  • WARNING: Old settings will not be retained

1.1.2

  • Bugfix update
  • PHP shorttag fixed on line 249. Props Otto42
  • isset conditional added for email on line 244. Props Otto42.

1.1.1

  • Readme.txt update
  • Updated Donate Link in readme.txt

1.1

  • Initial Release
  • Forked from MaxBlogPress Multi Author Comment Notification plugin version 1.0.5