Skip to:
Content
Pages
Categories
Search
Top
Bottom

How do I remove the Blog Tabs from both the very top dropdown navigation and the profile navigation


  • Scott
    Participant

    @digitaldance

    I have WPMU 3.0 and BP 1.2.5.2 running with the default theme. I have to have the MU feature for the WIKI feature I have installed. But I am not going to let members create their own blogs yet or have access to a dashboard, so would like to remove both of these tabs in the navigation panes. I have been looking around, but need to know which PHP files house those headers to I can comment them out! Any ideas? :)

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

  • Scott
    Participant

    @digitaldance

    P.S. I already found the static nav bar that stays in the header image, and commented it out successfully. Its the other two I need help with! Thanks! The website is http://www.impacollective.org if you need to see which ones I am referring to!


    techguy
    Participant

    @crashutah

    Make child theme: https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/

    I think the navigation is in header.php


    Scott
    Participant

    @digitaldance

    Cool I am researching Child themes as we speak! I already removed the tabs from the header.php nav in the bp-themes/bp-default folder. All I saw here were the static buttons in the lower half of the header. I want to get the drop down menus from the top of the header and also the tabs from the members profile home page…


    Scott
    Participant

    @digitaldance

    OK! Update… I found the administrator navigation bar (now I know that’s what it’s called) at wp-content/plugins/buddypress/bp-core/bp-core-adminbar.php ! But, if I comment out the entire “My Blogs” menu code, I get this message: Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘bp_adminbar_blogs_menu’ was given in /home1/therepec/public_html/impacollective/social/wp-includes/plugin.php on line 395 (I’d post the code here, but it never post correctly for me…) Thoughts?


    Scott
    Participant

    @digitaldance

    Ok, I just figured out I can disable the blog nav tabs by simply turning them off in the Admin Dashboard, Buddypress, Component Setup screen. Wondering if this will affect the functionality of the plugin BuddyPress Group Wiki from https://wordpress.org/extend/plugins/buddypress-group-wiki/ . The author seems away. I have diabled the blog tracking and it seems to work, but worried that it might be affecting something I am unfamiliar with.


    Boone Gorges
    Keymaster

    @boonebgorges

    I’m not positive, but I don’t think that turning off Blog Tracking will affect the Group Wiki. The Group Wiki requires a blog, but blog *tracking* is something different altogether – it records activity items (like “Scott posted a new blog entry…”) and creates blog directories. Blogs themselves are independent.


    Scott
    Participant

    @digitaldance

    Thanks! It does seem to work, so all is good! :)

    Thanks for this info. Much appreciated. :-)

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How do I remove the Blog Tabs from both the very top dropdown navigation and the profile navigation’ is closed to new replies.
Skip to toolbar