Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • graphitewp2
    Participant

    @graphitewp2

    Alls well that ends well I guess since enough information is not forthcoming 🙂

    When I inspect that login element using a browser, I can only find deprecated functions in buddybar files that then still dont remove/alter that “Login” link for me.

    I thought I had it … its really put away somewhere

    Thanks for contributing!


    graphitewp2
    Participant

    @graphitewp2

    Thank you Paul for commenting. I wish I was clearer.

    I was referring to the Log In and Register buttons on the admin bar (which is Buddypress) in the top left.

    Im using this to disable BuddyPress’ registration process and fallback to WordPress. I want to merely change the link of the Log In button so it goes to my custom login page. How do you go about doing it?

    
    <?php
    
    /**
     * Disables BuddyPress' registration process and fallsback to WordPress' one.
     */
    function my_disable_bp_registration() {
      remove_action( 'bp_init',    'bp_core_wpsignup_redirect' );
      remove_action( 'bp_screens', 'bp_core_screen_signup' );
    }
    add_action( 'bp_loaded', 'my_disable_bp_registration' );
    
    ?>

    graphitewp2
    Participant

    @graphitewp2

    Thank you – that plugin worked.

    Please update it such that we dont have to look for the file with the cuss words and then change them.

    Our own words should stay displayed and be added to …

    WAIT a sec – it doesnt work on Groups … 🙁 so please update! But it works on messages … Ive just disabled groups for the time being


    graphitewp2
    Participant

    @graphitewp2

    On the other hand, Id like the buddypress login redirect to my theme login page. The theme is just all done up already.

    Ive managed to redirect BP registration already to my theme registration page.

    This would help many in that we dont have any recent answers.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
Skip to toolbar