Leinad4Mind
Forum Replies Created
-
The user level IDs are 3 and when it expire it needs to go to 5 not to expire.
Is this code only for cancellation or it should work too for expiration?
I can’t see nothing in the link provided…
- This reply was modified 6 years, 11 months ago by Leinad4Mind.
- This reply was modified 6 years, 11 months ago by Leinad4Mind.
Thank you! That helped ??
Sorry, that doesn’t help at all. Something that could help is to know which event I can call on the function on the addFilter. But you still need to take a good look at the diff I sent.
Thanks!
- This reply was modified 7 years ago by Leinad4Mind.
An image is better then 1000 words. ??
Many people have some difficulty understanding some specific English words.I already did it.
But it should be more explicit on the website, because I read it all and nothing told me that this feature was present on pro.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Edit EntriesIt was a problem on the htaccess. Solved!
Can you tell me where it appears for the admin the custom fields?
One user filled up all the custom fields I added on the form, but I as admin can’t see anywhere. Can you help? Does it appear anywhere?I have change the way and bypass this problem. But the problem still exist I would say.
If you’ve PMPro and BridgeDD and you click on register on the checkout you’ll be redirected to home. You guys could check that and fix it if needed.
And for me you can close this. But, if you’ve time, please check this for others.Best Regards
Thanks, with this code I dont even need to edit the core files, thanks again! ??
Still need help on this.
With the code above I had still 1 little problem.
What I want is, when a member is on Level ID 1 and that level expires via cron, then move it to Level ID 2, and then when Level ID 2 expires then move it to None.
I need a little guidance here.
I guess I was able to do it, I’ve edited crons.php
and changed://remove their membership pmpro_changeMembershipLevel(false, $e->user_id, 'expired');
to this:
//remove their membership if($e->membership_id == "1") pmpro_changeMembershipLevel(2, $e->user_id, 'expired'); else pmpro_changeMembershipLevel(false, $e->user_id, 'expired');
- This reply was modified 7 years, 9 months ago by Leinad4Mind.
- This reply was modified 7 years, 9 months ago by Leinad4Mind.
Thank you so much for this info!
I’ve been able to do it ?? working perfectly.
Thanks but in the moment I cant afford to be a member, orelse I would gladly be.
The future will tell.Best regards and thanks for your time.
Thanks for all the info. It will help others for sure.
In my special case, I am using BridgeDD where my registration is made on phpBB.
Maybe the best thing is to create an phpBB extension that will integrate the customs fields with WordPress, and then use the Theme My Login to be able to add on front end so the users can edit.
But I want the front end to be on the TOS page. So the users will be obliged to edit first the forms and then tick the TOS option that I altered the text and finally be able to click on the PayPal button.Update: I’ll temporarily use the “Caldera Forms”, for all I tested, its the best one. It doesn’t show the info on admin/profile.php page, what is a pitty, but it saves all the forms and we’re able to read them easely on a separate page on Administration.
Anyway, if anyone really knows a plugin that does what I want, please tell!Cheers
Isn’t possible to add on wp-admin/profile.php page?