Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Jason Coleman

    (@strangerstudios)

    The easiest way is to disable sign ups through BuddyPress (uncheck “anyone can register” in Settings -> General) and then direct people to the PMPro checkout page. You can add a free level if you want the option for people to checkout without paying.

    If you are using the BuddyPress signup to collect user fields, then point people there and then as a second step direct them to the PMPro levels/checkout to pay/upgrade.

    @strangerstudios,

    what about adding the shortcode to your registration template?

    i plan to try this, and reveal/hide the information with UI elements.

    I suppose there are questions about validating the separate forms

    Which shortcode are you referring to?

    @messica

    pmpro_checkout, for example, with parameters for membership level perhaps? If you can tell, I haven’t tried anything with shortcodes in templates yet, but this would be super handy! We only use one membership level, so just looking for a way to allow users to take care of signup + opt in to membership level right from registration.

    If Theme My Login is enabled, PMPRO will redirect the registration page to the membership levels page. I personally have Buddypress installed and want to retain that registration system, while keeping PMPRO as a separate thing after a user registers. To do this, I utilize the pmpro_register_redirect filter and set it to false so that PMPRO doesn’t take over my registration process. Just to be clear, this will do nothing to integrate PMPRO with Buddypress. Here’s the code (added to functions.php in your theme) to disable the redirect:
    add_filter( 'pmpro_register_redirect', function() { return false; } );

    Hi this is really useful. I am trying to do this too however where you say…

    “If you are using the BuddyPress signup to collect user fields, then point people there and then as a second step direct them to the PMPro levels/checkout to pay/upgrade. “

    How do I do this? I want to keep the buddypress register form but then have them go to the PMPro Membership Levels to choose what membership they want then pay.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘intergrating with buddypress signup’ is closed to new replies.