change position buddypress item

Home Forums Legacy Support Support queries How-to & Troubleshooting change position buddypress item

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10357
    trapaniettech
    Spectator
    hi, how to change the position to this item ? i attach the image thanks
    #10362
    trapaniettech
    Spectator
    i'm resolved, but how i change the position of DASHBOARD TAB ?????
    #10539
    Anshuman Sahu
    Keymaster
    Sorry this is not available in wplms as of now .
    #10564
    trapaniettech
    Spectator
    is not possible to change the position of DASHBOARD TAB ????? i need only this
    #10707
    Anshuman Sahu
    Keymaster
    Please try adding this code in your wplms-customizer.php file in your wplms customizer plugin . function my_change_profile_tab_order() {     global $bp;     $bp->bp_nav['dashboard']['position'] = 99999; }   add_action( 'bp_setup_nav', 'my_change_profile_tab_order', 999 );
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘change position buddypress item’ is closed to new replies.