Home Forums BP Better Messages Email link – page not found Reply To: Email link – page not found

#6217
gingerbooch
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 !