Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Detecting if you are on a specific sub nav


Boris
Participant

@travel-junkie

Well, it should work. What’s the exact code you were using?

Also, it’s worth noting that the `$bp` global behaves a bit differently when on a member page. Take this for example:
https://buddypress.org/community/members/username/settings/

`$bp->current_component` wouldn’t be members, as you might expect, but settings. In that case you could check for `$bp->displayed_user->id`.

Skip to toolbar