The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
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. |
#2
|
||||
|
||||
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); |
#3
|
|||
|
|||
See this hacks:
HTML Email Feature and: Send Part of User's Reply with Email Notification Bye!!.. good luck |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|