Skip to:
Content
Pages
Categories
Search
Top
Bottom

Dont want buddypress registration and activity page

Viewing 3 replies - 1 through 3 (of 3 total)

  • Boone Gorges
    Keymaster

    @boonebgorges

    Hi @demonos – Please understand that everyone who responds to things on these forums does so as a volunteer. You can help to decrease overall response time by helping a user or two yourself 🙂

    The following bits should be enough to reenable wp-signup.php:

    
    remove_action( 'bp_init', 'bp_core_wpsignup_redirect' );
    add_filter( 'bp_has_custom_signup_page', '__return_false' );
    

    demonos
    Participant

    @demonos

    Yeah I hope i can help, cuz am still a noob 😀
    And thanku for helping me @boonebgorges. It changed my mood for the whole day 😀
    Thanku again

    For anyone who is looking to apply this just paste the code in functions.php of your theme at the top.
    Appearance->Editor->functions.php (Select on the sidebar of the editor)


    Boone Gorges
    Keymaster

    @boonebgorges

    Excellent! Good luck with your project 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar