Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,660
- How-to & Troubleshooting
- 127,985
- Creating & Extending
- 25,647
- Requests & Feedback
- 9,399
- Third Party Plugins
- 9,725
- Showcase
- 3,320
- Ideas
- 1,346
- Miscellaneous
- 8,853
-
@zomex – You might want to try this in your theme’s functions.php:
`remove_action( ‘init’, ‘bp_core_add_admin_bar_css’ );
if ( !is_admin() )
add_action( ‘init’, ‘bp_core_add_admin_bar_css’ );`
Untested, but give it a shot.
—
Actually, based on your report, it’s hard to give a definitive answer. What exactly is breaking in the admin area?
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS