eeepee
Forum Replies Created
-
Hi JustLearning,
actually your site is running on a plan WP now. Have you looked at the exact error after deleting the empty line in:
/public_html/wp-content/plugins/buddypress/bp-themes/bp-default/blogs/index.php
Perhaps you’ve got another “Warning: Cannot modify header information” on a different place. I’ve observed this empty-line problem also with some other plugins/themes.
eeepee
Hi myfaith20,
if I set
MM_BUDDYPRESS_PRIVATE_COMMUNITY::$BLOCK_RSS_FEEDS = FALSE;
then all feeds can be read, regardless if somebody is authendicated or not
If
//MM_BUDDYPRESS_PRIVATE_COMMUNITY::$BLOCK_RSS_FEEDS = FALSE;
or
MM_BUDDYPRESS_PRIVATE_COMMUNITY::$BLOCK_RSS_FEEDS = TRUE;
is set, all RSS-Feeds are blocked.
but this switch
MM_BUDDYPRESS_PRIVATE_COMMUNITY::$BLOCK_RSS_FEEDS_WHEN_LOGGED_IN = FALSE;
doesn’t work. If the above switch is set to block, then I get no feed, otherwise reading is possible. Authentications doesn’t seem to matter. Only a quick tested with the RSS-Reader of Safari.
eeepee
Hi busysingleparent,
this plugin has no settings page. You have to create a config-file in
/wp-content/plugins/buddypress-private-community-config/mm-buddypress-private-community-config.php
(you have to create the folder buddypress-private-community-config). Please read the documentation and FAQ how to configure the plugin. There are a number of various ways how to handle users which aren’t authenticated and what to do next.
In the above mentioned configuration file, I use only the following statements:
List of allowed URIs (all others are blocked, adapt this to your site):
MM_BUDDYPRESS_PRIVATE_COMMUNITY::$ALLOWED_URIS = Array(‘/contacts’, ‘/about’, ‘/welcome’);
redirect blocked users to starting page:
MM_BUDDYPRESS_PRIVATE_COMMUNITY::$REDIRECT_TO_URL = site_url() . ”;
and this for redirecting users which authenticated:
MM_BUDDYPRESS_PRIVATE_COMMUNITY::$REDIRECT_HOOK = ‘my_redir_to’;
the plugin has a sample config file which gives you some examples.
Hi bojanski,
fine… but you will have to repeat that for every Buddypress update (until this empty line will vanish). After upgrading to BP 1.5.3 and 1.5.3.1: same procedure again.
Hi,
please have a look at
/public_html/wp-content/plugins/buddypress/bp-themes/bp-default/blogs/index.php:12
You will find a newline at line 11. Delete this empty line
9
10 ?>
11 <?php get_header( ‘buddypress’ ); ?>and try again. I’m running WP3.3, BP1.5.2 and BuddyPress Private Community 0.6