Skip to:
Content
Pages
Categories
Search
Top
Bottom

Delete profile tab

  • @seravifer

    Member

    I need to remove the user profiles tab:

    http://img521.imageshack.us/img521/2634/sinttulodi.png

    remove red

    this does not work in bp-costum.php
    <?php
    define ( ‘BP_DISABLE_ADMIN_BAR’, true );
    function bbg_remove_profile_tab() {
    bp_core_remove_nav_item( ‘profile’ );
    }
    add_action( ‘bp_setup_nav’, ‘bbg_remove_profile_tab’, 99 );
    ?>

Viewing 4 replies - 1 through 4 (of 4 total)
  • @hnla

    Participant

    Why? profiles is a fairly integral part of BP and of all the ‘parts’ or components profiles is the last I would think to remove. What actually is it you want t do perhaps it’s more specific? such as remove profile view for logged out users, there are various conditions you could place on profiles, do you want to prevent users changing their profile?

    @chrisclayton

    Participant

    You could use CSS li#xprofile-personal-li {display:none;} along with
    `define( ‘BP_DEFAULT_COMPONENT’, ‘activity’ );`
    (change activity to whatever you want the default tab to be)

    @seravifer

    Member

    I want that when a person enters a user profile that posts show you to comment and in your own profile

    @seravifer

    Member

    thanks!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Delete profile tab’ is closed to new replies.
Skip to toolbar