- This topic has 1 reply, 2 voices, and was last updated 13 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 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 › customising registration complete message
Hi,
Can anyone tell me how/where I need to edit to customise the registration complete message?
I’ve changed the files so that when a user registers their account status is set to inactive. However, when a user registers the message reads ‘Registration complete! Please Login’ and I want it to read ‘Thank-you for registering, we are checking your account and will email you within 3 business days’
unfortunately it seems the registration complete message is made up out of several elements and I can’t just change the ‘EMEMBER_REG_COMPLETE’ definition in the eng.php file.
I imagine I need to tweak whichever file is pulling the ‘EMEMBER_REG_COMPLETE’ message and adding the ‘EMEMBER_PLEASE’ and ‘EMEMBER_LOGIN’ messages to it.
Any help would be much appreciated!
Please open the “eMember_misc_functions.php” file and search for the following line:
if (!empty($redirect_page)) $output .= EMEMBER_PLEASE.' <a href="'.$redirect_page.'">'.EMEMBER_LOGIN.'</a>';
Now you should be able to customize the registration complete message.
The following post will help you customize the textmessages –