How to theme an email template with vanilla forum?

402 views Asked by At

I wonder if anyone has ever themed an email template from vanilla's forums ? I know how to theme the webpages but I can't find the documentation concerning email ...

1

There are 1 answers

0
0x1gene On BEST ANSWER

I found a topic that explain how to do this

http://vanillaforums.org/discussion/23562/tutorial-how-to-customize-your-emails

The solution is a little bit tricky, it consist on changing the translation in

aplications/dashboard/locale/en-CA/definitions.php

and add what you want to have in your email

for exemple:

$Definition['EmailConfirmEmail'] = 'here is some custom text :)';