Helping you Build Your Own Social Network!

Faster, better and easier!

is it possible to rearrange the nav items?

(5 posts) (2 voices)
  • Started 1 year ago by Shane_NY_777
  • Latest reply from Shane_NY_777

Tags:

No tags yet.


  1. I know I can rearrange the main buddypress nav items, I found that in my theme (navigation.php). But it doesnt show extra things added like Gallery, SiteForums, etc...

    is there a way to set them in a specific order? even if i could add them manualy to my theme (navigation.php), and set the plugin to not display it (so i wont have it showing twice).

    Posted 1 year ago #
  2. Hi Shane,
    You may want to take a look at this thread.
    http://buddydev.com/forums/topic/language-files-errors-lots

    The methods by @funkytastic work for the user profile navigation and my last post works for group navigation. That should help.

    Posted 1 year ago #
  3. Thanks Brajesh. I actually wasnt looking for group or profile nav, bUT now that I read that, I definately will be re-arranging those too (Thanks for that), :) but Im wondering if there is a way to re-arrange the main site nav . like where yours says: Home | Blog | Forums | Plugins | Themes | Premium | Downloads....

    is it possible to re-arrange those? I know I can re-arrange Home, blogs, members, etc, but Im not sure how to re-arrange the added ones like "gallery, siteforums, classifieds, etc"

    Posted 1 year ago #
  4. Hi Shane,
    The changing of main navigation is almost not feasuible, as that is added by action hook "bp_nav_items" unless you comment the line (around line 80 in header.php of bp-default theme if you are using it, please look for the same in other themes too)

    <?php //do_action( 'bp_nav_items' ); ?>

    It will get rid of any extra navigation items added by the plugins and you can add them manually.

    For our plugins, I have provided a way to disable the navigation items, so you can disable the navigation item in the bp-gallery/global forum and then add them manually.

    Hope that helps.

    Posted 1 year ago #
  5. Thanks Brajesh. I'll try that.

    I Appreciate it :)

    Posted 1 year ago #

Reply

You must log in to post.