WP Manifestindependent plugin directory
manifest / users / bp-notify-post-author-on-blog-comment

BuddyPress Notify Post Author on Blog Comment

Notify the blog post author on blog comment using BuddyPress notification system

by BuddyDev · github.com/buddydev/bp-notify-post-author-on-blog-comment · website

5stars
4forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/buddydev/bp-notify-post-author-on-blog-comment/archive/refs/heads/master.zip

Readme

=== BuddyPress Notify Post Author on Blog Comment === Contributors: buddydev, raviousprime, sbrajesh, bazalt Tags: buddypress, post comment notification Requires at least: 2.4+ Tested up to: 2.9.2 Stable tag: 1.0.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

BuddyPress Notify Post Author on Blog Comment plugin notifies the author of a blog post of any new comment on his/her post using the BuddyPress notification.

== Description ==

BuddyPress Notify Post Author on Blog Comment plugin notifies the author of a blog post of any new comment on his/her post using the BuddyPress notification. It makes the comment notifications for the post author social.

How it works:-

When someone comments on a blog post:-

  • If the post author has the capability to approve the comment, It will notify the author and clicking on notification will take to the comment approval screen as shown in the screenshot below
  • If the post author lacks the capability to approve the comment, no notification is added. When someone approves the comment, the post author gets notified about the comment.

For Support, Please use BuddyDev Support Forums.

== Installation ==

  1. Visit Dashboard->Plugins->add New
  2. Search for BuddyPress Notify Post Author on Blog Comment
  3. Install this plugin
  4. Click Activate

= Or =

  1. Download the zip file and extract
  2. Upload bp-notify-post-author-blog-comment directory to the /wp-content/plugins/ directory
  3. Activate the plugin through the 'Plugins' menu in WordPress.

For more details, Please see the plugin documentation page.

== Screenshots ==

  1. Admin bar notification screenshot-1.png
  2. User notification screen screenshot-2.png

== Changelog ==

= 1.0.7 =

  • Fix bug of non logged in user commenting on post.

= 1.0.6 =

  • Fix bug of duplicate notification while reply comment.

= 1.0.5 =

  • Fix bug of Marking Notification read

= 1.0.4 =

  • Fix a bug causing db error.

= 1.0.3 =

  • Updated to mark notification as read.

= 1.0.2 =

  • Updated to fix the issue with undefined callback.

= 1.0.1 =

  • Added translation support

= 1.0.0 =

  • initial release

Read the full README on GitHub →