THe admin bar is hooked into wp_footer() you will need to unhook it and reattach it to another hook in the template.
So how do I unhook it? Which files should I look at? Thanks
Oh i get it, thanks Andy!
@ mikhailjon you’ll find everything you need in here and this is the action you’re looking for:
remove_action('wp_footer', 'bp_core_admin_bar', 8 );
.
@ everyone else, how can I disable the buddybar just for the admin area? I believe this has been changed (regarding the buddybar also being in the backend) and I’m not sure how to do it.