Forum Replies Created
-
AuthorPosts
-
October 3, 2017 at 4:39 pm in reply to: php code to activate a member who has completed registration #12074
shup
ParticipantBrilliant – will try that shortly.
I assume it will only update the status. Is there a subsequent call, that can send the member notification (as if you activate a member manually through the plugin)? I’m trying to avoid having to log back into WordPress to let the member know that their status has been updated if at all possible. If not, I’ll generate my own email.
Many thanks for the fast help.
ShupDecember 8, 2016 at 2:26 pm in reply to: How can I edit the "Registration Successful" message? #9132shup
ParticipantInterestingly line 100 of that class file implies the message will be:
“Registration Successful. Please Login”The message I see in my website on successful completion of the registration form is currently:
“Registration is complete. You can now log into the site”This must be configured elsewhere, but I’m going to try and find it!
BOOM.
Here – in the form builder plugin!wp-content/plugins/swpm-form-builder/classes/class.swpm-fb-registration-formmeta.php
Line 83: $this->success_message = ‘<p id=”form_success”>’ . SwpmUtils::_(“Registration is complete. You can now log into the site.”) . ‘</p>’;
Changed it to “”Registration is complete. You will receive an email when your membership has been activated.”
But I’m still getting “Registration is complete. You can now log into the site.”
Still searching….
December 8, 2016 at 10:25 am in reply to: How can I edit the "Registration Successful" message? #9123shup
ParticipantI’m using the form builder add-on for my registration form. But how will that help with the “after registration” response message please? It’s just for the form as far as I can see. The response message is still hidden inside the simple membership plugin and that’s what we are trying to override.
December 7, 2016 at 1:10 pm in reply to: How can I edit the "Registration Successful" message? #9114shup
ParticipantI really want to get to the bottom of this problem too. The reason being: as default the message after completing registration currently implies a new user can log in immediately. This is not the case when I am creating new accounts as “pending” because manual intervention is required to make them “active”. I don’t want users to think they will be able to log in immediately, but instead receive a notification ONLY once their account has been activated.
I have tried the following:
1) The simple membership custom messages plugin: I provided a new text and the default message was NOT overwritten with my message. Why might this not work?
2) The action hook you provided in answer to question 7 on your website MBR (http://mbrsolution.com/wordpress/wordpress-simple-membership-troubleshooting.php) [nice website by the way]: I provided a new URL to a page set up with the message I required. No re-direction occurs and the default message is still shownAny ideas of how to fix this?
-
AuthorPosts