- This topic has 3 replies, 4 voices, and was last updated 10 years, 5 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.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Change Registration Successful. Please Login. Message.
Tagged: registration successful message
I want the subscriber to be manually approved prior to being able to access the content. I followed the instructions provided but the message on the screen (as a pose to the email the subscriber gets) still says Registration Successful. Please Login. I want to change this message to ‘Your membership is pending approval – you will receive email notification when registration complete’
you can edit this message in “register” method in classes/class.bFrontRegistration.php
Help, from another support site I edited this text from:
$after_rego_msg = ‘<p>’. BUtils::_(‘Registration Successful. ‘). BUtils::_(‘Please’).’ ‘.BUtils::_(‘Login’).’</p>’;
To:
$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?
Thanks!
Hi, did you not try what @Nur suggested above?