Page 1 of 1

[SOLVE] Welcome Email

PostPosted: Mon May 15, 2006 6:46 pm
Author: doswald
Hi, I want to know where can I find and edit the Welcome Message sent in the email of the newly registered user (in 1.3.2c)? I want to customize it together with the Welcome PM sent in board inbox.

-Cheers-

PostPosted: Mon May 15, 2006 7:02 pm
Author: Adrian Rea
the pm you will fine in lang_extend_pcp_addons.php

the email is in language/lang_english/email/ and then depending on how you set account activation, you will find them in user_welcome.tpl, user_welcome_inactive.tpl, admin_welcome_inactive.tpl, and once activated admin_activate.tpl

Hope that helps

A

PostPosted: Mon May 15, 2006 7:16 pm
Author: doswald
"Adrian Rea";p="6004" wrote:the pm you will fine in lang_extend_pcp_addons.php

the email is in language/lang_english/email/ and then depending on how you set account activation, you will find them in user_welcome.tpl, user_welcome_inactive.tpl, admin_welcome_inactive.tpl, and once activated admin_activate.tpl

Hope that helps

A


Thanks A, I appreciate all your help and I can say that you really a genius one <img> . I found the files and I will modify it.

Thanks again. Cheerio!

PostPosted: Mon May 15, 2006 7:22 pm
Author: Adrian Rea
Glad it helped.

A