Opened 16 years ago
Closed 16 years ago
#432 closed defect (bug) (fixed)
Can Not Remove BuddyPress Bar For Logged In Users
Reported by: | realfam | Owned by: | |
---|---|---|---|
Milestone: | Priority: | major | |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
CLEAN INSTALL OF WPMU 2.7 and BUDDYPRESS Beta2.
Can Not Remove The BuddyPress Bar for logged in users from MU Default theme. I have added the following to the functions.php file of the MU Default theme:
remove_action( 'wp_footer', 'bp_core_admin_bar' );
remove_action( 'wp_head', 'bp_core_add_css' );
Note: See
TracTickets for help on using
tickets.
Use the current trunk version.
Create a file in mu-plugins/ called bp-custom.php (mu-plugins/bp-custom.php)
Add your functions to that file and try again, it will work.