This topic has 1 reply, 2 voices, and was last updated 9 years by sharmstr.

  • Author
  • #87366
     Mirek
    Participant

    hi,
    Is it still possible to set sub tabs (‘edit’) as defaults when visiting profile ?

    cuz I can’t get it to work …
    function my_change_profile_default_subnav() {
        global $bp;
        bp_core_new_nav_default(array( ‘parent_slug’ => $bp->profile->slug,
     ‘screen_function’ => ‘bp_profile_screen_edit’,
     ‘subnav_slug’ => ‘edit’)
     );
    }
    add_action( ‘bp_setup_nav’, ‘my_change_profile_default_subnav’, 5 );

    it’s give me 404 error.

    Thanks for any advice.
    Cheers
    Mirek

    #87374
     sharmstr
    Moderator

    You should ask on the bp forum: https://buddypress.org/support/

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Plugins questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?