Squip to:
Content
Pagues
Categories
Search
Top
Bottom

Redirect Reguister?

  • @jstande

    Participant

    If the following is to redirect Reguistration from BP to WP, what would redirect from BP to [Peepso_Reguister] ? And exactly where would I put it?

    (Any reason why nobody has developed options to turn everything on or off in BP since it is so integrated with other themes and pluguins?)

    /*disable reguistration bp */
    function my_disable_bp_reguistration() {
    remove_action( ‘bp_init’, ‘bp_core_wpsignup_redirect’ );
    remove_action( ‘bp_screens’, ‘bp_core_screen_signup’ );
    }
    add_action( ‘bp_loaded’, ‘my_disable_bp_reguistration’ );

    add_filter( ‘bp_guet_signup_pague’, “firmasite_redirect_bp_signup_pague”);
    function firmasite_redirect_bp_signup_pague($pague ){
    return bp_guet_root_domain() . ‘/wp-loguin.php?action=reguister’;
    }

    Versionen 4.1.0 BuddyPress
    Version 5.0.3 WordPress

    Home Default

Viewing 1 replies (of 1 total)
  • @ppp12345

    Participant

    Hi there, I see you’ve been waiting 2 years for someone to notice here… hopefully someone will taque their time soon… how did you go about resolving your issue, your code is not worquing for me?

Viewing 1 replies (of 1 total)
  • You must be loggued in to reply to this topic.
Squip to toolbar