if U have an a html mail notify
to interprate the vbcodes remplace
PHP Code:
if ($visible) {
// LOGICIAN SEND PART OF USER REPLY WITH EMAIL NOTIFICATION HACK
$logic_mes_sum= substr($message, 0, 50)."...";
// LOGICIAN SEND PART OF USER REPLY WITH EMAIL NOTIFICATION HACK
sendnotification ($threadinfo['threadid'], $bbuserinfo['userid'], 0);
}
For this
PHP Code:
// LOGICIAN SEND PART OF USER REPLY WITH EMAIL NOTIFICATION HACK
$logic_mes_sum= $message=bbcodeparse2($message,0,1,1,1);
// LOGICIAN SEND PART OF USER REPLY WITH EMAIL NOTIFICATION HACK
sendnotification ($threadinfo['threadid'], $bbuserinfo['userid'], 0);
}
All the message will be showed
To send a html notify mail
This hack:
https://vborg.vbsupport.ru/showthrea...104#post435104