View Full Version : VB Code -> HTML
In my "email_notify" template I have "$message" so the text of the reply is included in the Notificition email. But the emails contains VB code like [url] [email]
All I really need need to know is how to strip Vbcode.
Xenon
06-04-2002, 09:52 AM
i'm not at home now, so i don't know which file you have to edit where the mail is generated, but if you know the file just before the line where is:
gettemplate("email_notify")...
add this line:
$message=bbcodeparse2($message,0,1,1,1);
lalo landa
09-19-2003, 08:01 AM
See this hacks:
HTML Email Feature (https://vborg.vbsupport.ru/showthread.php?t=38199&page=1&pp=15)
and:
Send Part of User's Reply with Email Notification (https://vborg.vbsupport.ru/showthread.php?t=34912&page=1&pp=15)
Bye!!.. good luck
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.