The sidebar is not a sidebar.php, just floating on the right.
So, have you created a class or division called sidebar within group-home.php and are placing the code above within that? Is it still within the <div id=”main”>?
Please tell use more details about where you’ve positioned the code within the template.
Thanks again Jeff.
I was able to solve my problem by wrapping all inside this:
<?php get_header() ?>
<?php do_action( 'template_notices' ) ?>
<?php if ( bp_has_groups() ) : while ( bp_groups() ) : bp_the_group(); ?>
So far it works perfectly.