Skip to:
Content
Pages
Categories
Search
Top
Bottom
  • erikshosting posted on the forum topic bp_nav item values in the group Miscellaneous: 13 years, 7 months ago

    Yah, the 999 is good to remember, but it isnt helping here.. so basically I figure that is getting written over. because when i change the name to anything else, it displays, but if i call it posts, it does nothing which makes me think its working properly, just getting overwritten down the way.. So, […]

  • erikshosting posted on the forum topic bp_nav item values in the group Miscellaneous: 13 years, 7 months ago

    Thanks for your suggestions. I checked it out, and I have the name right. It looks like I am calling the posts tab correctly, but it is getting overridden somewhere else… lame

  • erikshosting posted on the forum topic bp_nav item values in the group Miscellaneous: 13 years, 7 months ago

    epic. I’m reordering the nav like so: function erocks_change_bp_tag_position() { global $bp; $bp->bp_nav = 10; $bp->bp_nav = 20; $bp->bp_nav = 30; $bp->bp_nav = 40; $bp->bp_nav = 50; $bp->bp_nav = 60; $bp->bp_nav = 70; $bp->bp_nav = 80; $bp->bp_nav = __( ‘My Profile’, ‘buddypress’ ); $bp->bp_nav = __( ‘Gigs & Posts’, ‘buddypress’ ); } add_action(…[Read more]

  • Hi, So, i’ve got my bp_nav customized in the order I want, only thing is there is one tab that i cant control. the ‘posts’ tab. I geuss its name value isnt ‘posts’ because attempting to rename it has no effect.. I have this code working and can rename any of the other tabs.. but […]

Skip to toolbar