1
vote
0answers
94 views

how to hide sub menu in members page from visitor and not login user

I just learned how to create menu in buddypress members page. I have created a sub menu in member's page along with activity, profile, message, etc. How can i hide this menu from users and visitors ...
0
votes
2answers
609 views

How to add php to custom link in the nav menu?

I simply want to add some php in as a custom link in the wordpress menu section. The code I want to use is <?php bp_loggedin_user_domain(); ?> which will generate that logged in user's ...
3
votes
0answers
116 views

Creating new dynamic menu including BP links

Perhaps I have missed something fundamental, but I am attempting to include the various dynamic menu items included with BuddyPress and other add-ons to my primary drop-down menu. For example, the ...
1
vote
2answers
1k views

how can i manage buddypress's navigation baar

hi i have create a community by using buddypress. but i am in problem. i want to manage buddypress navigation bar. which have these pages My Home , my profile etc.. actully i want to put these two ...
0
votes
1answer
183 views

Display link with current user's username in it in Custom Menu

I'd like to add a link to BuddyPress' My Favourite Topics in a Custom Menu. Is there a way to use the current logged in user's username in the link? I mean like the %category% in the permalinks.
0
votes
3answers
3k views

Add Buddypress profile and messages link to Wordpress menu

In the wordpress menu I would like to add a link to the buddypress user profile and messages. These links are dynamic based on the username like, ...
1
vote
2answers
9k views

How to Create a Custom WordPress Navigation Menu with the Code?

Without using plugins, how to create a custom WordPress navigation menu with the code? I have Wordpress ver 3.2.1 and Buddypress ver 1.5.1 I would like to create a menu like this: click here I would ...
4
votes
2answers
977 views

How can I create an auto-populated menu that is automatically assigned to a location?

I'm trying to add BuddyPress nav menu support to my theme and, unfortunately, BP's template tags still aren't fully up to snuff. (Basically, if you're not making an explicit child theme for the BP ...
2
votes
1answer
988 views

BuddyPress - How to add logout in nav menu

How to add a logout option to the main nav menu (not to the top bar) in BuddyPress?
1
vote
1answer
694 views

How can I detect whether a BuddyPress page is active from within my theme?

I'm trying to work sub-menus into my theme but am running into issues when navigating to BuddyPress pages (as opposed to standard WP pages, posts, etc.). Basically, what I want to do is have pages ...