Leinad4Mind
Forum Replies Created
-
User meta doesn’t show the user data on the admin/profile.php page. So I’ll try to find a new one. I’ll try tomorrow the “Profile Extra Fields by BestWebSoft”. If anyone knows one, please tell me! I’m running against time :p
- This reply was modified 7 years, 9 months ago by Leinad4Mind.
I just only need to know the solution for this to have my system working.
I would be very happy if you guys can tell me the solution or which file to edit or which function to edit.
Thanks in advance!- This reply was modified 7 years, 9 months ago by Leinad4Mind.
I’ve fixed my problem by editing: /wp-content/plugins/paid-memberships-pro/includes/functions.php
if(empty($level)) //cancelling membership { $level = 0; }
to this:
if(empty($level)) //cancelling membership { $level = 2; }
If writing that is too much trouble for you guys, can you guys at least tell me which file has the removing group function?
I’ve used user meta plugin and create all the forms I needed and then use the shortcode of user meta plugin and put it on a new page. Then I’ve selected the TOS page to be my form page, and now the user should check the “TOS” (on my case its the form page), so he can buy a membership.
I guess its a good solution. ??
- This reply was modified 7 years, 10 months ago by Leinad4Mind.
“We currently have a Signup Shortcode add-on available that may work for you – https://www.paidmembershipspro.com/add-ons/plus-add-ons/pmpro-signup-shortcode/”
That Gravity Forms seems not to be what I’m looking for neither.
I don’t want nothing for signup, my users are already all signup. And the signup is made on another platform. I just want to have a different submit form, not registration but for the user to be required to fill some custom fields, so the wordpress user account will have new fields and they will be filled on the membership checkout page. So the user will always be logged in when he goes to checkout page and on that page it will not ask to register an account, instead of that it will ask to fill new custom fields.
I’ve read this: https://www.paidmembershipspro.com/add-ons/free-add-ons/pmpro-register-helper-add-checkout-and-profile-fields/code-examples/
But this is only for registration, right? It cant be use when we just want to edit/add new fields to the already existing user account?
- This reply was modified 7 years, 10 months ago by Leinad4Mind.
“For clarification would you like to show only level 1 if the user doesn’t have a current membership or is logged out?”
Exactly.
“If the user is logged in and has a membership only show the membership level 2?”
Yes, it will work for me. I’ll only have 2 Levels, ID 1 and 2, and for both I want to show the membership level 2.
Level 1 = 1st subscription, one time only.
Level 2 = all renew subscriptions, and forever.“would you like the actual checkout page (when signing up and filling out details) to be different per level?”
In fact my signup is made on phpBB, and I’m using bridgeDD to make the integration, so I will only be able to buy a level when logged in. But I would like to submit new custom fields with require fields before payment, but thats another question and the last thing to me to solve. Dont know if I’ll use a form plugin so the user can fill that out.I’ve this: https://i.imgur.com/kb6e3mZ.png
And I want to have this for users without memberships (or logged out): https://i.imgur.com/8GHPusv.png
And this for users with memberships: https://i.imgur.com/hlTj0bI.png- This reply was modified 7 years, 10 months ago by Leinad4Mind.
- This reply was modified 7 years, 10 months ago by Leinad4Mind.
No, when I say groups I mean Levels from PMPro that is like a group.
So when a payment fails it will remove the user from the level, right?
So if the user buys the Level 1 and the payment fails when it will automatically renew, he will be removes, right?But I wanted not to remove the user from the Level 1, I wanted instead to move to Level 2.
That way, all users that are on Level 1 and their membership expires/cancelled, then they’ll be moved to Level 2.- This reply was modified 7 years, 10 months ago by Leinad4Mind.
you need to change on of your style file and edit that http link and change it to https
Ok, it worked. The Levels are finally working great now.
Thanks for the support.Btw, is there any way/trick to have like 2 groups in 1 subscription.
Example. User1 subscribes to Level ID 1 (with renew value), and that level would put the user1 in 2 groups. VIP (group selected) and Special group.
After the expiration of that Level ID 1 the user would be moved to the Special Group.Is that possible? Instead of removing the group, changing to another group? Or maybe changing to a Level ID 2 named Special, and then changing to that Level instead of removing?
Best Regards
I’ve disable WP cron and enable it on my host siteground: https://www.siteground.com/tutorials/wordpress/setup-cron-job.htm
I’ll do more tests. Hope all runs fine.
Could it be from the cron job being block by my host?
I see. I’m using BridgeDD to bridge with phpBB. And the phpBB is the handler of user registration. So I can presume thats the issue.
I need then to change the default page of paypal to ask for user registration.
That way just registered users will be able to buy and therefore it solves this problem.Btw after that done, and with user logged in, is it possible to add new user custom user fields on the checkout payment so it can add those informations to the wordpress user account?
Maybe a form free plugin that do that? Any form plugin recomended?
And how can I add it and force it to be filled so the paypal button can work?Thanks!
I have the same problem, but in my php.ini I have allow_url_fopen = On…
Strange, after activating recaptcha it worked well the 1st attempt.
But the next attemps give me always error. It seems like a bug.“reCAPTCHA failed. (Unknown error.) Please try again.”
- This reply was modified 7 years, 10 months ago by Leinad4Mind.