BuddyBoss Home – Web › Support Forums › Plugins › BuddyPress Reorder Tabs › adminbar-links messed up
Tagged: adminbar links
- This topic has 8 replies, 2 contibutors, and was last updated 8 years, 9 months ago by Anonymous.
Question
February 7, 2016 at 11:27 am #58395@schwarzaufweissWhile using BP 2.4.3 and Reorder Tabs 1.0.5 the links in adminbar popup are messed up (not following the order I’ve defined with the plugin) while they are ok in profile or group.
Answers
February 12, 2016 at 2:21 am #58990@schwarzaufweissWhat’s your typical response time? I really would like to start using this plugin…
February 15, 2016 at 1:55 am #59238@
AnonymousHi @schwarzaufweiss,
Sorry for delayed response.BuddyPress Reorder Tabs do not reorder admin bar links , it only re-orders BuddyPress tabs on profile
RegardsFebruary 15, 2016 at 2:46 am #59245@schwarzaufweissHi @vapvarun
I tried again on my site – if Reorder Tabs is active the admin bar links are messed up. Could be that my first post was not precise. I didn’t expect to see the admin bar links reordered, but it definitely doesn’t make sense to corrupt that menu.February 15, 2016 at 2:51 am #59246@
AnonymousHi @schwarzaufweiss,
Please attach a screenshot to get clear view
RegardsFebruary 15, 2016 at 3:05 am #59247@schwarzaufweissHere it is…
February 15, 2016 at 1:40 pm #59325@
AnonymousHi @schwarzaufweiss
Seems it have some bugs
It’s changing admin bar menus nowI have notified developer to fix it
RegardsFebruary 19, 2016 at 4:45 am #59666@schwarzaufweiss@vapvarun When do you provide a fix?
Thanks,
HansFebruary 19, 2016 at 2:59 pm #59728@
AnonymousHi @schwarzaufweiss
You can use following code inside child theme functions.phpfunction remove_admin_bar_action() { // keep admin bar menu order as it is global $BUDDYBOSS_REORDER_TABS; remove_action( 'wp_before_admin_bar_render', array($BUDDYBOSS_REORDER_TABS, 'reorder_wp_menus'), 9999 ); } add_action( 'bp_init', 'remove_admin_bar_action' );
Regards
Varun Dubey
- The question ‘adminbar-links messed up’ is closed to new replies.