include post author in notifications?
-
Hi,
Is there any way to send new topic notifications to post authors with ABBPS? I found this code in two places in the actual bbpress plugin and commented it out:(From /bbpress/includes/common/functions.php – it’s part of bbp_notify_forum_subscribers)
// Don’t send notifications to the person who made the post
if ( !empty( $topic_author ) && (int) $user_id === (int) $topic_author)
{
continue;
}However, the notifications are still not going to post authors. It looks like ABBPS is actually the plugin sending out our notification emails (the abbps_notify_topic_subscribers function), so I’m wondering if there’s something we can add to that function to get this working?
Thank you for any advice!
Matt
- The topic ‘include post author in notifications?’ is closed to new replies.