• Hi,
    i’ve both theme my login and paid membership pro plugins running on my site. I can use of all login, password reset etc. pages with theme my login without a problem. But for register page it always redirecting users to paid membership pros’s registration page. Could you guide me for what could cause this redirection and how to prevent it?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    Likely something to do with PMPro. Perhaps ask them?

    I had this same difficulty (and a related one – the subject of a separate support request). Here’s what PMPro said. The link is to the question thread.

    “Paid Memberships Pro by default redirects away from the default register page to point to the membership levels page. You may add the following code to your PMPro Customizations Plugin –

    add_filter( “pmpro_register_redirect”, “__return_false” );

    This should stop user’s redirecting to the restricted access page.”

    Note that this requires adding a pmpro-customizations plugin. Here’s a link on how to do that.

    https://www.paidmembershipspro.com/create-a-plugin-for-pmpro-customizations/

    And here’s the link to my original question thread (note that the solution did not work for my problem, but might for yours).

    https://www.paidmembershipspro.com/forums/topic/pmpro-tml-registration-conflict/#post-151289

    Thread Starter sorefbaris

    (@sorefbaris)

    Hi ghcolley (@ghcolley)
    Thanks for your help but it didn’t worked for me either. Can you think of any other solution?

    I’m using BuddyPress, and want to use PMPro only for those people who want to become members I allow some public access to the site, and commenting for people who “subscribe” without becoming members. So I wanted to allow people to choose to “subscribe” without becoming members – which is why PMPro’s default got in my way: people can’t register via BuddyPress.

    I raised this issue with PMPro and they expressed a willingness to work with me. Mind you, the solution they are likely to propose would be an adjustment to their BuddyPress Add On. That might not apply to you.

    But they are looking at the issue, and whatever they find that clears the way for BuddyPress registrations should be tweakable for WordPress registrations as well.

    That’s the best I can say for now. I will keep you posted.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘registration page redirects users to paid membership pro’s registration page’ is closed to new replies.