Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #47793
    @style960

    Why is there a Docs tab on profiles when I activate Boss? I have no plugins other than BP, Global Search, and Edit Activity installed.

    Tab is not present with Twenty Fifteen activated.

    Something missed in testing?

    Thanks,
    Paul.

    Answers

    #47813
    @vapvarun

    Hey @style960

    It is also fixed and i have also pasted temp solution multiple times in forums 🙂
    It will also pushed in next update.

    
    add_action( 'init' , 'bb_remove_docs_tab' , 15 );
    function bb_remove_docs_tab() {
            if(!is_plugin_active( 'buddypress-docs/loader.php' ) ) {
    remove_action('template_redirect', 'bb_child_doc_menu_count_tabs', 999);
    }
    }
    

    Regards
    Varun Dubey

    #47816
    @style960

    @vapvarun I won’t need the temp fix but good to hear it’s fixed. Surprised such obvious errors aren’t picked up in testing though.

    #47817
    @vapvarun

    ya that’s was mistake and which we realize after release.
    Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Docs tab’ is closed to new replies.