anrol
03-07-2018, 08:49 AM
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 1520424583 at 1520424583 ---------------
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);
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 1520424583 at 1520424583 ---------------
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);