For Reply Notification emails, in the Body of the email, it should show the reply author, but instead it shows the name of the person who created the topic. In the file bb-press-notifications.php on line 406 the code is:
$reply_author = bbp_get_topic_author($user_id);
This should be changed to:
$reply_author = bbp_get_reply_author_display_name($reply_id);
]]>
Can this be used to create a daily digest to be sent to users that opt in?
]]>Hi Dears,
Based on users requested, we just released bbPress Notification plugin new version 1.2.1, in this version you can send bbpress forum new topic and new reply alert to multiple administrator email address, new change lists:
added localization support
Support send bbpress new topics notification to multiple email address
Support send bbpress new replies notification to multiple email address
You can custom new topic email notification address in “bbPress Notification” admin menu
You can custom new reply email notification address in “bbPress Notification” admin menu
Support RTL language
Support new php version
added admin logo
fixed typo
If you have any more feature requests, please don’t hesitate to contact us at https://bbp.design/contact-us
Thanks, have a great day ??
]]>Please provide an option to edit the email template so that we can customize it using short codes.
]]>Hey, I’m having the same problem which this plugin solves! Nice thanks, however I have a feature request.
I need to set a specific email (or a specific user’s email is also fine) that should receive the notifications, could you make that? That would be great ??
]]>