Title: Double Tabs
Last modified: June 13, 2017

---

# Double Tabs

 *  Resolved [mpiroh](https://wordpress.org/support/users/mpiroh/)
 * (@mpiroh)
 * [9 years ago](https://wordpress.org/support/topic/double-tabs/)
 * Hi,
 * I see double entries on members page as below after plugin activation:
 * All Members 49 My Friends 1 Teachers 2 Students 0 Students 0 Teachers 2
 * I didn’t find any configuration option to get rid of doubled tabs.
 * Thank you for your help,
 * Martin

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

 *  Plugin Contributor [BuddyBoss](https://wordpress.org/support/users/buddyboss/)
 * (@buddyboss)
 * [9 years ago](https://wordpress.org/support/topic/double-tabs/#post-9223772)
 * hi [@mpiroh](https://wordpress.org/support/users/mpiroh/) you can check the following
   discussion.
    [http://www.buddyboss.com/support-forums/topic/how-to-remove-teacher-and-student-member-types-from-directory-filters/](http://www.buddyboss.com/support-forums/topic/how-to-remove-teacher-and-student-member-types-from-directory-filters/)
 *  Thread Starter [mpiroh](https://wordpress.org/support/users/mpiroh/)
 * (@mpiroh)
 * [9 years ago](https://wordpress.org/support/topic/double-tabs/#post-9223835)
 * Dear Varun,
 * I don’t see how this is related to my issue. I’m not using member types plugin.
   After installing buddypress for sensei plugin I see double entries so I’m guessing
   something must be copied somewhere twice because these are entries from buddypres
   for sensei plugin. Re-installing plugin doesn’t work. Any suggestions?
 * Thank you,
 * Martin
 *  Plugin Contributor [BuddyBoss](https://wordpress.org/support/users/buddyboss/)
 * (@buddyboss)
 * [9 years ago](https://wordpress.org/support/topic/double-tabs/#post-9226398)
 * Hi [@mpiroh](https://wordpress.org/support/users/mpiroh/),
    Try to deactivate
   other plugins and keep BuddyPress, Sensei, and BuddyPress for Sensei active only
   to replicate the issue.
 *  Thread Starter [mpiroh](https://wordpress.org/support/users/mpiroh/)
 * (@mpiroh)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/double-tabs/#post-9272451)
 * Hi Varun,
 * I tried deactivating all the plugins but still it like:
 * ALL MEMBERS 45 MY FRIENDS 1 TEACHERS 3 STUDENTS 0 STUDENTS 0 TEACHERS 3 ORDER
   BY: LAST ACTIVE
 * This really doesn’t look nice and nowhere I can find a way how to deactivate 
   double entries.
 * Hope you can assist,
 * Thanks,
 * M.
 *  Thread Starter [mpiroh](https://wordpress.org/support/users/mpiroh/)
 * (@mpiroh)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/double-tabs/#post-9272530)
 * i don’t mind if they will be deactivated, but using below code in function.php
   file of my child theme doesn’t seem to have any effect.
 * function bp_sensei_remove_tabs() {
    global $bp, $BUDDYPRESS_SENSEI; remove_action(‘
   bp_members_directory_member_types’, array( $BUDDYPRESS_SENSEI->bp_sensei_loader,‘
   bp_sensei_members_directory’ ) ); } add_action( ‘bp_init’, ‘bp_sensei_remove_tabs’);
 *  Plugin Contributor [BuddyBoss](https://wordpress.org/support/users/buddyboss/)
 * (@buddyboss)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/double-tabs/#post-9279338)
 * Hi [@mpiroh](https://wordpress.org/support/users/mpiroh/), Please let me know
   which theme you are using.
    If we could get a copy of your theme, it might be
   easier to reproduce and understand what’s going on.
 *  Thread Starter [mpiroh](https://wordpress.org/support/users/mpiroh/)
 * (@mpiroh)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/double-tabs/#post-9280245)
 * Dear Varun,
 * I’m using Kleo theme [https://themeforest.net/item/kleo-pro-community-focused-multipurpose-buddypress-theme/6776630](https://themeforest.net/item/kleo-pro-community-focused-multipurpose-buddypress-theme/6776630).
 * Thank you for your initiative, I really do appreciate you’re taking time to solve
   the issue
 * Martin
 *  Plugin Contributor [BuddyBoss](https://wordpress.org/support/users/buddyboss/)
 * (@buddyboss)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/double-tabs/#post-9286266)
 * Hi [@mpiroh](https://wordpress.org/support/users/mpiroh/)
 * These code snippets remove the duplicate tabs from member directory on the latest
   Kleo theme. We have tested with Kleo theme as well.
 *     ```
       function bp_sensei_remove_tabs() {
       global $bp, $BUDDYPRESS_SENSEI;
       remove_action( 'bp_members_directory_member_types', array( $BUDDYPRESS_SENSEI->bp_sensei_loader, 'bp_sensei_members_directory' ) );
       }
       add_action( 'bp_init', 'bp_sensei_remove_tabs');
       ```
   
 *  Thread Starter [mpiroh](https://wordpress.org/support/users/mpiroh/)
 * (@mpiroh)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/double-tabs/#post-9287984)
 * Hi Varun,
 * Thank you again for your reply. Could you please clarify where this code needs
   to be added? I’m adding the code into function.php file in my Kleo child theme
   but it has no effect whatsoever. Should this be added somewhere else? Perhaps
   I’m doing something wrong …
 * Thank you,
 * Martin

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

The topic ‘Double Tabs’ is closed to new replies.

 * ![](https://ps.w.org/sensei-buddypress/assets/icon-256x256.png?rev=1180653)
 * [BuddyPress for Sensei](https://wordpress.org/plugins/sensei-buddypress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sensei-buddypress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sensei-buddypress/)
 * [Active Topics](https://wordpress.org/support/plugin/sensei-buddypress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sensei-buddypress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sensei-buddypress/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [mpiroh](https://wordpress.org/support/users/mpiroh/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/double-tabs/#post-9287984)
 * Status: resolved