Hello,
ย
ย
This is my default "new reply" email template
=========================
Ciao [member_name],
una nuova risposta รจ stata aggiunta a una discussione che segui - [topic]. [reply_title]
[reply_desc]
Sei non desideri piรน ricevere notifiche per questa discussione, usa il link qui sotto. [unsubscribe_link]
=========================
ย
But when the reply text contains someone 's username (@somebody) in the first line, I think some conflict happens and this is what I receive instead:
ย
=========================
Ciao [member_name],
una nuova risposta รจ stata aggiunta a una discussione che segui - [topic]. [reply_title]
[reply_desc][unsubscribe_link]
=========================
ย
in the above example the reply description is shorter comparing to what usually is, and the unsubscribe link is attached right to the end of (causing some users to actually unsubscribe by mistake).
ย
Thanks
Hi @nican,
Please put the following code in your active theme functions.php file and check again:ย
add_filter('wpforo_email_notification_post_body_length', '__return_zero');