Skip to:
Content

BuddyPress.org

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

Change History (1)

#1 @apeatling
18 years ago

  • Resolutionfixed
  • Status newclosed

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.