You can change the behavior with a filter. It will be added in version 1.0.3, but it’s already available in the development version. Add this function to your functions.php or in a file at mu-plugins:
`function make_blog_directory_visible($visibility) {
global $bp;
if ( bp_is_directory() && $bp->current_component == $bp->blogs->slug )
return false;
return $visibility;
}
add_filter(‘pbp_login_required_check’, ‘make_blog_directory_visible’);`
works great. Thanks, just recognise, that I lost the options under Settings -> Privacy after the update.
Hello!
Is it possible to switch off HTTP Auth for Blog rss ?
Thank you,
guido
Sorry, this is currently not possible.
Hi,
I need to exclude groups directory from being protected… is it possible?
Thanks!
Nevermind… I just did it.
Thanks for the plugin!