Re: How to make a private community?
Good News… I think I figured out the above, all though I still don’t know why I had to add it…
I added this:
if ( is_front_page () )
bp_core_redirect( ‘http://musicpln.org/pln-posts/landing/’ );
above
if ($bp&&($bp->current_component == BP_REGISTER_SLUG ))//buddypress
return;
and now it all works like a charm… I’m sure somebody can make this look cleaner that I did, but it is effectivley working now…