I am not sure if you are creating blog posts or activity. BuddyPress sends notification for these updates https://codex.buddypress.org/administrator-guide/notifications/
If it is a blog post then you have to go with this code to get notification https://wordpress.stackexchange.com/questions/263950/new-post-notifications-for-users-buddypress
This is not the solution I am looking for. Let me explain what I clearly needs.
I have an existing WordPress website with a few posts. I have installed BuddyPress plugin. Now let’s assume I have two users A and B registered in the website and consider a post with Title “Hello All”
1. User A made a comment on the post “Hello All”
2. User B made a reply comment to the User A’s comment
it is expected to show a notification on User A profile under notification tab on site such us User B replied to your comment. Unfortunately this is not happening on the website. To cross check whether it is a theme issue, I have changed the theme to default themes of WordPress and notification is not yet showing. Please help. Looking forward to an immediate response.
Here is the website URL https://beanstalkminds.com/
That’s not a default BuddyPress feature. You can try this plugin https://buddydev.com/plugins/bp-notify-post-author-blog-comment/ to see if it works fine for you.
Thanks
Thanks. Unfortunately this is not what I am looking for. This notifies only the author of the blog. I need to notify all the users who commented on the particular blog.
ow let’s assume I have two users A and B registered in the website and consider a post with Title “Hello All”
1. User A made a comment on the post “Hello All”
2. User B made a reply comment to the User A’s comment
it is expected to show a notification on User A profile under notification tab on site such us User B replied to your comment.
Please advice
I think you are looking for solutions that work with blog post only, which is a kind of custom work that needs to be done there.
But for reference, you can see this plugin https://wordpress.org/plugins/bp-activity-comment-notifier/ that works with activity post comments and it notifies all the users if a comment is made.
Thanks
I figured out a solution for this. Thanks for all the help.
@raneeshct could you please share your solution please?
Thanks