Moving the "Gallery" position in the BuddyPress menu.
-
Hello again,
I’m interested in moving the position of the “Gallery” entry in the BuddyPress menu (the one shown while looking at a user’s profile).
I think the Gallery is a very personal and important function of a user profile, much like the Profile section of a user’s account.
Is there a php function that I could add to alter the position of MediaPress in the BuddyPress Profile menu?
I was using another media solution previous and they had code that did this like:
// Reorder media tab position in profile add_filter('SOME-BRAND_media_tab_position', 'SOME-BRAND_reorder_media_tab_position', 10, 1); function SOME-BRAND_reorder_media_tab_position( $pos ){ return 20; }
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Moving the "Gallery" position in the BuddyPress menu.’ is closed to new replies.