BuddyDev

Search

Allow already registred users to view registration page

  • Participant
    Level: Initiated
    Posts: 10
    Andreas Englowski on #19008

    Hi,

    by default buddypress redirects a user that is already registred to the home page when try to visit the registration page (https://codex.buddypress.org/getting-started/guides/modifying-the-registration-form/). Is there a way to deactived this behavior?

    Because i am using vendor plugin with several membership plans and i need allow visit the registration page even for already registred users to allow them to change their membership type.

    Many thanks in advance,
    Andi

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #19056

    Hi Andi,
    Thank you for posting.

    I am sorry but it is not easily doable.

    The redirect happens in function ‘bp_core_screen_signup’ and there is no apparent way to stop it.

    The only feasible option is to unhook this function and provide a compatible implementation for handling registration.

    My suggestion will be to avoid using BuddyPress registration page for allowing users to change their membership type.

    Create some other page to allow users select the membership type if feasible.

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved