Forum Replies Created
-
AuthorPosts
-
cfajardo79
Participantcfajardo79
Participant@Nathalie this is what I did:
1. I modified file class.swpm-registration adding 4 code lines to get the member id from table and the link [login_link] that is sent to the user inbox.
2. I created a php file that gets the member id from step 1 and sends it to a 3rd and last php file.
3. In this last php file I created, updates the user status to active.
5. That’s it!!Regards!!
cfajardo79
Participant@breinling / @Nathalie, actually I did some changes on the files and I did the confirmation.
Regards
cfajardo79
ParticipantDone!!
Regards;
cfajardo79
ParticipantI am almost done 🙂
I just need to know how to send the member id from WP Membership > E-mail Settings, under Email Body.
Regards
cfajardo79
ParticipantThe link the customer would receive could be something like:
http://mywebsite.com/membership-join/confirm-registration/?member_id=1000
When the user clicks on, the page that will be opened saying for example: “Your account has been confirmed”. will change the status to “active” for “member_id” 1000.
Regards,
cfajardo79
ParticipantHi,
To be a little bit more technical, the idea would be, the customers receive the email with a link, and once they click such link:
1. On table “wp_swpm_members_tbl change” the account_state to “active” based on the “member_id”, which the value should be inside the URL the customer clicked on.
Regards!!
cfajardo79
Participant@nur The file I see is class.swpm-form.php and class.swpm-front-form.php not class.swpm-fb-form.php.
Regards
cfajardo79
Participant@mbrsolution Does the Simple Membership Form Builder addon have the option to limit the password? because meybe I could create the registration form with such addon?
Regards
cfajardo79
Participant@mbrsolution Thank you!!
cfajardo79
Participant@noel are you using version 3.0.7, maybe you need to upgrade. (@noel, estás usando la versión 3.0.7, tal vez necesitas actulizarla.)
Regards (Saludos)
cfajardo79
Participant@mbrsolution thank you for been giving support on this topic. Hope Joe and his team could do a change or to develop an addon.
@Nathalie hope we get a change asap. 🙂Regards
cfajardo79
Participant@mbrsolution the idea for the plugin would be, a user under free membership subscription receive an email to confirm, so he has to open his inbox and click an URL to verify that is a valid email, but the URL once clicked, should change the status for pending to complete, and now is whene he would be able to log-in.
Maybe, the plugin setting could have a checkbox next to status that says something like: receive email automatically or change status by email.
Regards
cfajardo79
Participant@mbrsolution it’s for free membership subscription
Regards
cfajardo79
Participant@mbrsolution The user registers, and the default status is pending, he receives an email saying that the registration has been completed which is not true, to change the status, I need to change it manually.
What I want is the user to receive an email to confirm the account so no one can input fake accounts, onces the confirm it by a URL, the status change to comnplete and then is when he can log-in.
The idea is not to change the status manually thinking that many users could be on the registration process.
Regards
-
AuthorPosts