-
Author
Tagged: paidmemberships pro
-
March 27, 2015 at 22:01 #51897sagittariusstarParticipant
Hello guys
THere is lack of documentation on using PaidMembership Pro in the template to merge with BuddyPress
Is registration form using BuddyPress register page? or PaidMembership Pro?
Please advise how do i go about?
I would prefer using BuddyPress for the ease of adding additional field
Your help on the above is much appreciatedThank you
March 29, 2015 at 06:04 #52040LauraModeratorHello, can you explain a bit more what do you want to create? Thanks 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
March 29, 2015 at 08:51 #52060sagittariusstarParticipantHi Laura
I have managed to sort of figure out how this is done
My question is
How to do we associate new sign-up as a Free-Subscriber level in PMPPro?Thank you
March 30, 2015 at 11:33 #52158LauraModeratorHello, you can auto assign a membership as default for all new signups, please add this to functions.php in child theme
COPY CODE/* ------------------------------------------------------------ :: ADD DEFAULT LEVEL AT PMPPRO --------------------------------------------------------------- */ add_action('user_register', 'kleo_pmpro_default_level'); function kleo_pmpro_default_level($user_id) { pmpro_changeMembershipLevel(1,$user_id); }
Your default level should be ID 1 (the first you make ) But if its another, juts change 1 for the ID#
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
March 30, 2015 at 12:17 #52168sagittariusstarParticipantthis is resolved. Thank you Laura for your help
March 30, 2015 at 13:18 #52199LauraModeratorHello, i’m glad it helped! 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 24, 2015 at 08:52 #56024mariatrierParticipantHi Laura,
Thanks for this snippet, but is it i any way possible to integrate the payment window from PaidMembership Pro with the Buddypress signup process? I find it difficult that the two are not merged better.We would like a signup process where user signs up for BuddyPress but at the same time undergoes the membership process, enter their payment information and receive the first 30 days for free.
May 8, 2015 at 04:07 #57907AndreiModeratorThis is almost impossible or at least very hard to achieve because PMPro does his data processing just in his assigned pages. This should probably be requested to the PMPro authors ( buddypress registration integration ).
Please let me know if I can help you with anything else.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 24, 2015 at 03:42 #69741procincParticipantHello,
I did the above and it worked perfectly. However, it does not work when logging in via Facebook/Linkedin, using a social login plugin.
Would I just need to replace ‘user_register’ with something else?
Thank you!
August 30, 2015 at 02:17 #75296AndreiModeratorWell, if your login plugin doesn’t fire the “user_register” hook in their process then it means they don’t follow standards. Please contact them to do so.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.