Activity Stream and profile links
-
Hello,
i cant get profile/member links working on main activity page /activity. On profile pages etc member links are working just fine. Created new sidebar with call:bp_get_displayed_user_nav(); /** * Fires after the display of member options navigation. * * @since 1.2.4 */ do_action( 'bp_member_options_nav' );
It displays menu items, label links but if you are on acitivity stream page links are wrong. Is there a way to fix that? I can create wp_menu there but then i will loose small annotations with numbers inside (friends number etc).
Also how to detect if i am on main activity stream page. I know there is
bp_is_current_component('activity')
but it detects both main streams and member activity stream.
Thank you.
- You must be logged in to reply to this topic.