• Resolved vinem

    (@vinem)


    Hi,

    Is it possible to hide or remove some of the subtabs from the Buddypress Events tab?
    Since I don’t allow users to create their own events, I don’t need them to see “My events”, “My locations” and “My event bookings”.

    Thank your for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    Hi,

    you can try to use buddypress bp_core_remove_subnav_item() (code reference, events-manager/buddypress/bp-em-core.php) or the easiest using CSS

    
    ul.subnav a#attending, ul.subnav a#my-events {
        display: none !important;
    }
    
    Thread Starter vinem

    (@vinem)

    Hi Angelo,

    Sorry for my late answer.
    Thank you, I will try the CSS way!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide subtab from Buddypress events tab’ is closed to new replies.