Skip to:
Content
Pages
Categories
Search
Top
Bottom

Disable the BP registration


  • mrk79uk
    Participant

    @mrk79uk

    I use a wordpress theme called Premiumpress which has its own built in registration. When BP is active it bypasses the premiumpress registration and sits at http://www.mysite.com/register (this is a blank page)

    I need it to direct to wp-login.php?action=register

    I have added this code to my themes functions.php:
    remove_action( ‘bp_init’, ‘bp_core_wpsignup_redirect’ );
    remove_action( ‘bp_screens’, ‘bp_core_screen_signup’ );

    And this has bypassed the BP registration although it has now disabled the BP members and profile section.

    I would be eternally grateful if anyone has any suggestion how I can keep BP enabled yet bypass the registration.

    Kind Regards
    Mark

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable the BP registration’ is closed to new replies.
Skip to toolbar