- This topic has 3 replies, 2 voices, and was last updated 11 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Tweaks › WP Membership – Post Email Verification Redirect
WP: 3.5.1
WP-eMember: 8.5.7
[www.saugusfootball.com/member-site]
I’d like to redirect the user to a new page after filling out the email verification page instead of displaying the “Please check your email and follow the link to complete the registration.” message. Problem is I have content before the form that stays there and the page doesn’t make sense when the form disappears and the message displays. Could you please direct me to the code that would need to be tweaked to accomplish this?
Thank you.
I’ve changed the link for the email verification page to [http://www.saugusfootball.com/member-site/email-verification]
Thanks.
Lets try a tweak with the language file before modifying any core plugin code.
Open the language file and find the following line:
define("EMEMBER_PLEASE_CHECK_YOUR_INBOX", "Please check your email and follow the link to complete the registration.");
Change it to the following:
define('EMEMBER_PLEASE_CHECK_YOUR_INBOX', '<meta http-equiv="refresh" content="0;url=example.com/some-page" />');
Enter the correct URL value of your redirection page above and that should do it.
That worked thanks! However I had to replace all double quotes in the code to single quotes as that broke the site