Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Website Setup › Emails › Custom comments email notifications
- This topic has 4 replies, 2 voices, and was last updated 3 years, 1 month ago by Manathan.
-
AuthorPosts
-
JohnParticipant@pablogsierra
- 69 Topics
- 175 Posts
Hi there!
When someone is posting a new comment, I am getting a notification in my email. The email cotains this:
New comment on your post “welcome!”
Author: Juana La Loca (IP address: 105.535.77.80)
Email: contacto@juanqwa.co
URL: http://juana06
Comment:
Hi guys! I am UpYou can see all comments on this post here:
https://juanqwa.co/welcome/#commentsPermalink: https://juanqwa.co/welcome/#comment-46
Trash it: https://juanqwa.co/wp-admin/comment.php?action=trash&c=46#wpbody-content
Spam it: https://juanqwa.co/wp-admin/comment.php?action=spam&c=46#wpbody-contentCan we take away the IP address, email, and the permalink, trash it, spam it?
With this code I believe that we can take out the URL:
function dcms_filter_comment_text( $notify_message, $comment_id ) {
return str_replace(‘URL: ‘,”,$notify_message);
};add_filter( ‘comment_moderation_text’, ‘dcms_filter_comment_text’, 10, 2 );
add_filter( ‘comment_notification_text’, ‘dcms_filter_comment_text’, 10, 2 );But I do not want to take out the URL. I want to take out the IP address, email, and the permalink, trash it, spam it fields.
Could you help me with this?
THANK YOU!
September 30, 2021 at 19:27 #35510@themodactyl- 0 Topics
- 6641 Posts
Hi John,
Unfortunately, we have no clue. 🤷🏻♀️
As this issue is related with bbPress, it’s best if you try to reach the plugin authors. They will be more informed and better suited to help you.
To go further, we invite you to post your request on their support forums: bbPress support
Don’t hesitate to share the solution with us. I’m sure it will help other users facing the same issue. By doing this, you will be making a great contribution to this forum, and we thank you very much for that! #SharingIsCaring 💪🏻
We remain available for all support requests related with the use of your theme.
Best,
October 1, 2021 at 12:15 #35534@themodactyl- 0 Topics
- 6641 Posts
Hi John,
I’m glad to read you found a solution.
Please be aware that the theme doesn’t manage any notifications. Some notifications are managed by WordPress itself while others are managed by specific plugins.
Best,
October 4, 2021 at 09:11 #35592 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Custom comments email notifications’ is closed to new replies.