Home › Forums › BP Better Messages › Email link – page not found › Reply To: Email link – page not found
July 16, 2018 at 6:09 pm
#6217

Participant
Hi @admin,
Thank you for adding this code to your core version :
/** File : /inc/notifications.php **/
/** Place this under 'thread.url' [...] **/
'thread.id' => $thread_id,
'sender.name' => $sender->display_name,
Can I ask you to add one more row please ?
I have to put it back on every update and I think that could be usefull to others, just to say hello “name” in the notification mail 🙂
'user.name' => $ud->display_name,
Thanks !