This topic has 3 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #147016
     gfisch
    Participant

    I am not using forums. So I would like to hide “Forums” in the BuddyPress Profile Tabs.

    I found a snippet that should do that.
    $bp->bp_nav[‘forums’] = false;
    Via https://rtmedia.io/docs/developers/add-remove-buddypress-tabs/

    But I am not sure where to put this? Thank you.

    Attachments:
    You must be logged in to view attached files.
    #147091
     Laura
    Moderator

    Hello, if you do not use forums, just deactivate the plugin “bbpress” 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #147102
     gfisch
    Participant

    Hi Laura, yes that would be a clean solution. But I DO want to use bbPress-forums – but only via Groups (forgot to say that). I have removed Forums from the “real” (big) menu already. Now the user could still reach the “real” forum via the BuddyPress Tabs still, if I would don’t remove it there. That would be totally confusing.

    I assume, if I would remove the bbPress plug-in alltogether, the forum funktionality in groups would be gone too. I want it there. 🙂

    #147223
     Laura
    Moderator

    Hello, i understand, then just add this to style.css of child theme 🙂

    COPY CODE
    
    li#forums-personal-li {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?