email notification with BBcode
Our customers receives email about new posts in channel and in the section
Text of message:
***************
[TABLE][TR][TD]bla-bla-bla
....
***************
they see BB-code
Is there setting of email notifications where i can turn on replacing BBcode?
--------------- Added [DATE]1520424583[/DATE] at [TIME]1520424583[/TIME] ---------------
I'v resolved this issue: patch core/vb/mail.php
add
$message = vB_String::stripBbcode($message);
after
275 $message = vB_String::unHtmlSpecialChars($message, $unicode_decode);
|