add_action(‘bp_before_sidebar_login_form’, ‘ps_before_sidebar_login_form’);
function ps_before_sidebar_login_form() { ob_start(); }
add_action(‘bp_after_sidebar_login_form’, ‘ps_after_sidebar_login_form’);
function ps_after_sidebar_login_form() { ob_end_clean(); }
?>
I’m unable to find a plugin by this name, anything new here, that login on the right sidebar takes up way too much real estate and the nav bar has login in it already.