x00
MVPx00 MVP
Reactions
-
Re: [TUTORIAL] How to customize your emails
you need to escape all ' on php single quoted strings. http://php.net/manual/en/language.types.string.php you could use Herdoc $Definition['EmailConfirmEmail'] = <<<EOT<html><head&g… (View Post)1 -
Re: [TUTORIAL] How to customize your emails
You might want to divide up the content to keep it dry. $Definition['EmailTemplate'] = <<<EOT<html><head><style>.Header{background: #2fa218; /* Old browsers */background: -… (View Post)1 -
Re: [TUTORIAL] How to customize your emails
There is actually important bits in the original code remember to include e.g. $Definition['EmailConfirmEmail'] = FormatString( $Definition['EmailTemplate'], array( 'EmailTitle' => 'Confirm your a… (View Post)1 -
Re: Problem with vanillas HashMetod
business dad is correct, you should find that easier to use a connect. nevertheless md5($vanillasalt.$vpasswort); is comparable to django hash method vanilla has method is more complex phppass. You c… (View Post)1 -
Re: Vanilla 2.1 issues.
It has never been tested in 2.1. Highly likely. (View Post)1
