-
BigStupidWillis posted on the forum topic Remove the "DashBoard" from the adminbar in the group How-To and Troubleshooting: 13 years, 10 months ago
These are the lines in ‘bp-core-adminbar.php’ that add the new menu items: (wp-content>plugins>buddypress>bp-core>bp-core-adminbar.php) add_action( ‘bp_adminbar_menus’, ‘bp_adminbar_blogs_menu’, 6 ); add_action( ‘bp_adminbar_menus’, ‘bp_adminbar_thisblog_menu’, 6 ); add_action( ‘bp_adminbar_menus’, ‘bp_adminbar_authors_menu’, 12 ); You can…[Read more]
-
BigStupidWillis joined the group How-To and Troubleshooting 13 years, 10 months ago
@bigstupidwillis
Not recently active