Opened 18 years ago
Closed 18 years ago
#432 closed defect (bug) (fixed)
Can Not Remove BuddyPress Bar For Logged In Users
| Reported by: | realfam | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Version: | ||
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.