Show admin bar to editors with Buddypres

Please see https://codex.wordpress.org/Function_Reference/show_admin_bar.

With newer version of WordPress you may need to use the following which will leave the Toolbar available in the Dashboard but hide it on all front facing pages.

So instead of show_admin_bar(true); you can use add_filter('show_admin_bar', '__return_true');