Skip to:
Content
Pages
Categories
Search
Top
Bottom

Reply To: Customizing profile page navigation strip


nigelanderson
Member

@nigelanderson

Partly answering my own question, from the default buddypress theme I’ve found that the navigation strip is generated by this bit of code:

<div class="item-list-tabs no-ajax" id="object-nav">
<ul>

</ul>
</div>

Could someone explain a little about how this works? I’ve located bp_get_displayed_user_nav() in the bp-core-templatetags file. I’m not sure about the next line.

Thanks!

Skip to toolbar