Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Need to change the string of text after they have completed their registration.
- This topic has 5 replies, 2 voices, and was last updated 13 years, 5 months ago by amin007.
-
AuthorPosts
-
June 16, 2011 at 7:55 pm #3607verityMember
The customer joins, they get sent a link to complete their registration. Then they complete their registration and they get sent to a page that says: “Registration complete! Please check your email for link to complete your registration.
But their just completed their registration, and I need to change the string of text to say, “Registration complete! Please login here.”
I was able to find the “Registration Complete!” string, but not the other half of the string. I cannot find the string of text in the PHP files. Can you tell me where this is located?
I found something similar, but it has a different sentence at the beginning. This is from eng.php, line 38
define(“EMEMBER_REG_COMPLETE”, “Thank you for joining! Please check your email for link to complete your registration. “);
Thank you very, very much.
June 17, 2011 at 1:41 am #33472amin007ParticipantI think you have a wrong URL in the “registration complete” email. In your registration complete email you should point to the “Login Page URL” not the registration email.
Can you go to the email settings tab of eMember and check what you have in the “registration complete” email body? You can customize that email to say whatever you want to say (you don’t have to use the default text).
June 17, 2011 at 1:00 pm #33473verityMemberI’m not talking abut what they receive in an email. Here’s how they get to the page I’m discussing.
1. They click the link in the email.
2. They fill out their information (first name, last name, etc)
3. They complete the captcha.
4. They click SUBMIT.
5. After they click submit, they are directed to a web page containing the text mentioned above. Here is the URL after I completed a test registration: http://mydomain.com/register/?member_id=13&code=10d2296f09220a5bd19b8abdb9beb582
Can you tell me how to edit the text that appears on this page? Thank you very much for your kind assistance.
June 18, 2011 at 12:03 am #33474amin007ParticipantThe message that it is suppose to show you on the registration page after the registration is “Please Login…” unless you have done some customization. Are you using auto login after registration option or have you done some cusomization in the code? Can you please post a link to your actual registration page so I can check it out?
June 18, 2011 at 3:04 pm #33475verityMemberI have “Enable After login Redirection” checked. But I don’t know where the setting is for auto login after registration. I have not customized the code. Here is my registration page: http://bit.ly/jJ7UdG
Thank you.
June 18, 2011 at 11:49 pm #33476amin007ParticipantLooks like you customized the following line via the language file:
Thank you for joining! Please check your email for link to complete your registration
WP eMember does not have this text in the language file. It is possible that you changed the language file to say that text but you did not realize that the same language texts can be used in multiple places. Please load a fresh version of the plugin from here and it will fix this:
-
AuthorPosts
- You must be logged in to reply to this topic.