This topic has 10 replies, 6 voices, and was last updated 8 years by Andrei.

  • Author
  • #51897
     sagittariusstar
    Participant

    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 appreciated

    Thank you

    #52040
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #52060
     sagittariusstar
    Participant

    Hi 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

    #52158
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #52168
     sagittariusstar
    Participant

    this is resolved. Thank you Laura for your help

    #52199
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #56024
     mariatrier
    Participant

    Hi 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.

    #57153
     lehn6
    Participant

    I’d be very interested to know this as well.

    #57907
     Andrei
    Moderator

    This 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.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #69741
     procinc
    Participant

    Hello,

    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!

    #75296
     Andrei
    Moderator

    Well, 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
Viewing 11 posts - 1 through 11 (of 11 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?