• 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);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Bug in your code for reply notification emails’ is closed to new replies.