Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of hnla

Support: Requests & Feedback

Feature requests; criticism.

Hiding Forums, Blogs and Groups links navigation in bp-default theme… (8 posts)

Started 1 year, 7 months ago by: veneration

  • Profile picture of veneration veneration said 1 year, 7 months ago:

    I’m looking to hide the Forums, Blogs and Groups links from the navigation.
    I’m using the bp-default theme currently.
    Is there a way to do this without having to re-write half the theme? haha

    Thanks a ton,
    Tom Veneration

  • Profile picture of lincme.co.uk lincme.co.uk said 1 year, 7 months ago:

    @Veneration; First, clone the default theme (there’s help around about doing that, and it’s pretty easy). Then edit your theme header.php template, where you should find the links. Any files you clone into a new theme override the default theme’s files.

  • Profile picture of veneration veneration said 1 year, 7 months ago:

    @lincme.co.uk
    Hey mate, Thanks for the help.
    So just delete the php that lists the page links in the navigation in other words?

  • Profile picture of David Carson David Carson said 1 year, 7 months ago:

    You might try adding the following to your stylesheet first:

    ul#nav li a[title="Groups"], ul#nav li a[title="Blogs"], ul#nav li a[title="Forums"] {display: none; }

    Reference: Taming Advanced CSS Selectors and Attribute selectors at w3.org

  • Profile picture of veneration veneration said 1 year, 7 months ago:

    Haha, Thank guys.
    I’m more of a graphic designer and community guy than I am a code writer or developer.
    All the help is great.

    So just add that code to my stylesheet for the theme?

  • Profile picture of lincme.co.uk lincme.co.uk said 1 year, 7 months ago:

    David’s idea is best actually, as the css will just hide the nav links. My version is more along the lines of changing all the links, which I’ve done.

  • Profile picture of veneration veneration said 1 year, 7 months ago:

    Hey guys,
    I using CSS and it worked perfectly!
    Thanks so much!

  • Profile picture of courageinc courageinc said 1 year, 6 months ago:

    Hey gang,

    I am trying to configure BP so that I can move the links that show up in the main navigation (i.e. Forum, Activity, Groups, Forums) into a child listing. For example, I have an “interact” link on my main nav, and I’m trying to move all BP-related links under there.

    I’ve been scouring BP forums and can’t seem to find the answer without hiring a coder. Any ideas?

    Thanks!

    Benjy