Skip to:
Content
Pages
Categories
Search
Top
Bottom

Navigation buttons – Where are they?


  • schaffa
    Participant

    @schaffa

    Hi all!

    I would like to rename/remove a couple navigation buttons (in the bar Home Blog Groups, etc)

    Actually found where to rename them, now I cant find it anymore.

    Also, if I want to change the color of the title bars (now orange), how can I do this.

    I have been searching and searching to no avail.

    Thx!

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

  • Burt Adsit
    Participant

    @burtadsit

    – header.php in both the home and member theme dirs bp_nav_items() > bp-core-templatetags.php function bp_nav_items()


    schaffa
    Participant

    @schaffa

    THANK YOU burtadsit!

    i have been having trouble opening that header… i can se it w quick view, but when I right-click to open with TextEdit… i dont see anything.

    any advice on that?

    thx again! appreciate it

    File is located at:

    <rootpath of your WPMU>wp-contentmu-pluginsbp-corebp-core-templatetags.php

    Function [bp_nav_items()] starts from line# 539


    schaffa
    Participant

    @schaffa

    thank you both very very much!

    I am now trying to switch out the orange header, with the darker one.

    I tracked down the actual gifs, but where would I substitute them?

    Its all working out well, I must say…. Thx to all who are making this possible!!!


    Adam W. Warner
    Participant

    @awarner20

    @burtadsit and kapil.bp,

    I was searching for an answer of adding (or subtracting) main nav buttons, and came across this post. Very helpful and led me right to an interim answer. So, thank you.

    However, if a hard code nav changes into bp-core-templatetags.php, then I would be sorry when upgrading if I wasn’t paying attention. So, this prompts my next question, is there no dynamic way to add (or hide) nav buttons? Of course there’s always a way, but one that exists?

    Maybe this could be accomplished by adding a nav options section to the BuddyPress home theme? Or a BuddyPress-specific nav plugin?

    Any takers?;)

    Hi,

    Is there a way to replace the Navigation Tabs(Home, Blog, Members…) by individual images?

    Because I want to use other colour,fonts and graphic on the tabs. How do I control the Up, down and hover states?

    thanks..


    3125432
    Inactive

    Hey:

    I have read and reread this forum post to discern how to find and edit the nav bar names.

    I am using WordPress MU 2.7.1

    Buddypress 1.0.1

    Facebuddy theme

    Burt says: “- header.php in both the home and member theme dirs bp_nav_items() > bp-core-templatetags.php function bp_nav_items() ” but when I look in my files in the control panel, I can’t find it anyhwere.

    I know this is super easy but I think I am missing a very basic file breadcrumb trail.

    wp-content -> themes -> facebuddy-home-theme -> ?

    I have looked in file after file for Burt’s mention of bp-core-templatetags and there is no bp-core that I can see anywhere or any kind of templatetag. What am I missing?

    Thanks,

    Brian


    Jeff Sayre
    Participant

    @jeffsayre

    catincoach-

    This thread is very outdated. A lot has changed in BuddyPress since this thread last had activity 3 months ago.

    If you are simply looking for where you can change the text of the menu buttons “Home”, “Blog”, “Members”, “Groups”, “Blogs”, then it is found in the header.php file of both the home and member themes.


    dwarfsibling
    Participant

    @dwarfsibling

    Here is my header.php from wp-content/themes/home/header.php

    I’m still missing something, I don’t see where I can change the names on some of these components…

    many thanks for any guidance

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>

    <head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>

    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

    <style type="text/css" media="screen">
    #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }
    </style>

    <?php wp_head(); ?>
    </head>
    <body>
    <div id="page">

    <div id="header">
    <div id="headerimg">
    <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
    <div class="description"><?php bloginfo('description'); ?></div>
    </div>
    </div>
    <hr />


    Jeff Sayre
    Participant

    @jeffsayre

    @dwarfsibling

    Did you not see my post immediately above yours? ;)

    Please start a new thread as even my last post is 4 months old and once again much has changed in the theme architecture.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Navigation buttons – Where are they?’ is closed to new replies.
Skip to toolbar