- This topic has 1 reply, 2 voices, and was last updated 10 years, 5 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.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › After registration message
After one registers they receive a page that says You’re register, Log in. It should say registration is trending approval (it does say that when they try unsuccessful to login before approval).
I tried changing this:
$after_rego_msg = ‘<p>’. BUtils::_(‘Registration Successful. ‘). BUtils::_(‘Please’).’ ‘.BUtils::_(‘Login’).’</p>’;
To this:
$after_rego_msg = ‘<p>’. BUtils::_(‘Your request form has been sent. Please check your email for further instruction. ‘).'</p>’;
But it still says ‘Registration Successful’. I emptied the cache. Any ideas?
Hi try the following thread. This might help you with your question.
Thank you