Skip to:
Content

BuddyPress.org

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's profile 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' );

Change History (1)

#1 @apeatling
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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.

Note: See TracTickets for help on using tickets.