Page 1 of 1
Email Confirmation & Registration Page
Posted:
October 3rd, 2010, 11:15 am
by kelley_rao
Hello,
Thanks to some hand-holding from Jason, making great progress using S2 as a free client portal tool. Just a couple of questions:
1. Where can we edit this text "Register For This Site?" I'd rather have it say Register for Client Access.
2. Can the confirmation email that is sent (user id/password) be modified. I'd like to add to it "please allow 24 hours for your membership to be approved and activated..."
Kindest,
Kelley Rao
Re: Email Confirmation & Registration Page
Posted:
October 4th, 2010, 11:08 am
by kelley_rao
Got it sorted; thank you.
Re: Email Confirmation & Registration Page
Posted:
October 4th, 2010, 11:19 am
by MacArthur
Would be nice to know how it was solved out... I have the same question
Mac
Re: Email Confirmation & Registration Page
Posted:
October 4th, 2010, 11:59 am
by kelley_rao
Hi Mac,
The answers are:
1] In the wordpress root: “wp-login.php” line 464 (at least for me) - change the text their to your liking.
2] In wp-includes/pluggable.php” line 1215 to 1218 (at least for me) - edit to your liking.
Hope this helps you and others.
Kelley
Re: Email Confirmation & Registration Page
Posted:
December 16th, 2010, 2:12 am
by kevinc21
Hello i have a similar question I tried this:
2] In wp-includes/pluggable.php” line 1215 to 1218 (at least for me) - edit to your liking.
But it did not change the email that is sent after the person Registers.
Is there someplace inside the plugin folder that should be changed?
Thanks
Kevin
Re: Email Confirmation & Registration Page
Posted:
December 16th, 2010, 8:38 am
by kelley_rao
Hello, I later found this plugin which works better:
http://wordpress.org/extend/plugins/new ... il-set-up/Kelley
Re: Email Confirmation & Registration Page
Posted:
December 16th, 2010, 1:20 pm
by kevinc21
Thanks that worked. Just what I was looking for!
Kevin
Re: Email Confirmation & Registration Page
Posted:
January 20th, 2011, 2:49 pm
by retrieverbeliever
Changing the line you suggested in wp-login.php had no affect on my registration page. Here is what I changed:
login_header(__('Registration Form'), '<p class="message register">' . __('Join our pack!') . '</p>', $errors);
It still shows up as "Register for this site".
Any ideas?
Re: Email Confirmation & Registration Page
Posted:
January 20th, 2011, 3:12 pm
by retrieverbeliever
I resolved this myself. Turns out it was my fault. I did not correctly FTP the changes up. Everything works fine by changing this line: login_header(__('Registration Form'), '<p class="message register">' . __('Join our pack!') . '</p>', $errors);