Menbers Tab

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #154275
    achinako
    Participant
    hello i want to disable all tabs except "profil" and "activités" how do i do? http://prntscr.com/ja73hq
    #154380
    Diana
    Participant
    @achinako, Paste this code in wp-admin > Plugins > Editor > WPLMS Customizer Plugin > wplms-customizer.php function bp_remove_nav_tabs() { global $bp; bp_core_remove_nav_item( 'forums' ); bp_core_remove_nav_item( 'achievements' ); } add_action( 'bp_setup_nav', 'bp_remove_nav_tabs', 15 ); This will remove the buddypress tabs
    #154441
    achinako
    Participant
    I followed your instructions and I paste the code but the file is not updated https://prntscr.com/jaq1yp so I paste directly to the server and it does not work The tabs are still there
    #154457
    Diana
    Participant
    @achinako, I have updated the above code. Please try again.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menbers Tab’ is closed to new replies.