Home › Forums › BP Better Messages › Email link – page not found › Reply To: Email link – page not found
March 6, 2018 at 1:08 am
#5914

Participant
Hi @admin,
Thank you for the path and file name.
Finally I decided to use a dedicated page for messaging.
Is there a way to remove the access from BP Profile ?
Then I had those values :
/** File : /inc/notifications.php **/
/** Place this under 'thread.url' [...] **/
'thread.id' => $thread_id,
'sender.name' => $sender->display_name,
Now I can specify the sender’s name inside the mail, and I can use a hard link to only keep the thread number as a variable.
You have a new message from {{{sender.name}}}
Click on this link to go to the discussion :
https://yourwebsite.com/messages_dedicated_page/?thread_id={{{thread.id}}}
That works and solve my redirect after login problem. ๐
I have another issue ๐ The whole plugin is not translated to the website default language.
I can translate it to french if you need.
Thanks ๐