Sender is recipient? HTML email bug

Home Forums General [ No Support Zone ] Issue log [Only for Mods] Sender is recipient? HTML email bug

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #8329
    peppies
    Spectator
    Hi, when member/student sends a private message to someone using HTML template, the name in the email text "Hi [USERNAME]" is wrong. It looks like email is greeting the sender instead of the recipient. See attached where sender and recipient's names are identical.  
    #8423
    MrVibe
    Keymaster
    Absolutely correct. Bug fixed in next update of Vibe Course module. Many thanks for finding this.    
    #8425
    MrVibe
    Keymaster
    Quick fix : a. Go to WP Admin - Plugins - editor - Vibe Course Module - bp_course_mailer.php b. locate function "bp_course_bp_mail_filter" c. change this line : $email_content = bp_course_process_mail($sender_name,$subject,$email_content); to this $email_content = bp_course_process_mail(bp_core_get_user_displayname($ud->ID),$subject,$email_content);
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Sender is recipient? HTML email bug’ is closed to new replies.