forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 email => Topic started by: eminitradingschool on August 07, 2014, 01:43:08 am

Title: Email information "Registration notification" to admin
Post by: eminitradingschool on August 07, 2014, 01:43:08 am
I have read thru the previous threads regarding changing the Email information "Registration notification" to admin. I do not see anything current to version 1.5. The information I see seems a little incomplete and spread out. Is there a tutorial somewhere with what files to edit and lines to insert to add this functionality?

The important information to me would be the users email address.
If its not to difficult I would like to add a field for a real name.

Thanks in advance. Jordan
Title: Re: Email information "Registration notification" to admin
Post by: Αndré on August 07, 2014, 10:02:59 am
I'm not sure if I understood your question correctly. Registration notifications work as expected, but you want to change the content of the email which is sent to the admin, correct?
Title: Re: Email information "Registration notification" to admin
Post by: eminitradingschool on August 08, 2014, 09:41:34 pm
Yes, that is correct. It only sends me a username and I really want an email address. I have it set so everyone can view to thumbnail level and then they need to register. No admin approval required. I can get to the email addresses but I have to go to the individual users and profiles. It's kind of complex.

Thanks Jordan

http://nqtrader.us/chartlibrary/

Title: Re: Email information "Registration notification" to admin
Post by: Joe Carver on August 09, 2014, 02:55:50 am
First you need to update your Coppermine:
Quote
<!--Coppermine Photo Gallery 1.5.24 (stable)-->

Then, try this (untested):

Make a backup of register.php

Open / edit and find the line:
Code: [Select]
// otherwise, email is for information only
Change the line below it:
Code: [Select]
cpg_mail($admin['email'], sprintf($lang_register_php_def['notify_admin_email_subject'], $CONFIG['gallery_name']), sprintf($lang_register_php_def['notify_admin_email_body'], $user_name, ));
To:
Code: [Select]
cpg_mail($admin['email'], sprintf($lang_register_php_def['notify_admin_email_subject'], $CONFIG['gallery_name']), sprintf($lang_register_php_def['notify_admin_email_body'], $user_name, $email,));
Save and upload.
Title: Re: Email information "Registration notification" to admin
Post by: JohannM on October 13, 2017, 12:50:09 am
Hi there

How can I add the IP address of the user that registered  to the same email send to admin when a user registered ?
Title: Re: Email information "Registration notification" to admin
Post by: Αndré on November 03, 2017, 04:42:12 pm
How can I add the IP address of the user that registered  to the same email send to admin when a user registered ?

See here: http://forum.coppermine-gallery.net/index.php/topic,79198.0.html