forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 ecards & email => Topic started by: durhamclubinfo on September 04, 2008, 12:15:25 pm

Title: New user email
Post by: durhamclubinfo on September 04, 2008, 12:15:25 pm
Where would I edit the message that users recieve after they sign up
Im trying to find the message where it says an email has been sent to you for activation
I want to add some stuff to it because users that sign up to my site are idiots and make 20 different user names because some of them dont look in their spam folder
Title: Re: New user email
Post by: Fabricio Ferrero on September 04, 2008, 08:54:04 pm
Just search the 'english.php' file inside the 'lang' folder and find:
Code: [Select]
$lang_register_confirm_email = <<<EOT
Below that, you have all the mails that coppermine sends to your users, edit the one you need.

Advise: Remember to modify all the language files you're going to use.  ;)
Title: Re: New user email
Post by: durhamclubinfo on September 04, 2008, 09:16:44 pm
thank u
i was looking for this line
'thank_you' => 'Thank you for registering.<br /><br />An email with information on how to activate your account was sent to the email address you provided. If you do not receive the email please check your spam folder',
 
Title: Re: New user email
Post by: Fabricio Ferrero on September 05, 2008, 01:44:07 am
You are welcome,

Remember to mark the thread yourself as solved by clicking on the hook in your first post.  ;)

Cheers,