Banner for Buddypress Private Community
This plugin makes your BuddyPress community private. Only logged in members can view the social areas in full. You can configure the default settings. Wordpress Tutorial
Noted That:
  • To install correctly this buddypress-private-community.zip .
  • Fisrt Download the buddypress-private-community.zip to your computer
  • Extract/Open buddypress-private-community.zip to Your Computer.
  • Then, Find readme.txt file inside buddypress-private-community.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " buddypress-private-community.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Buddypress Private Community

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Buddypress Private Community

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Buddypress Private Community

Step-5 : Now, Browse " buddypress-private-community.zip " Downloaded plugin from your computer, Where you downloaded " buddypress-private-community.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Buddypress Private Community

Step-6 : Now, Click on " Active Plugin "

Activate Buddypress Private Community

Step-7 : Then, See left Side Menu. " Buddypress Private Community " folder is added on left Side Menu. Now, Click on " Buddypress Private Community " folder.

Noted that: If you do not see " Buddypress Private Community " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Buddypress Private Community Configurations and Settings or How to work " Buddypress Private Community " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " BuddyPress Private Community " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is BuddyPress Private Community
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Upload the plugin’s folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. If your community is not in the root of your domain or subdomain, then you must make a config file. You must set the ::$WP_SUB_FOLDER variable to the directory of your community. E.g. for www.my-domain.com/bp/(BP SITE), ::$WP_SUB_FOLDER='bp'. For www.my-domain.com/charity/community/(BP SITE), ::$WP_SUB_FOLDER='charity/community'. WARNING, please make sure you save the config file in the correct place – See FAQs for information about creating a config file. All it requires is making a new folder (in the correct place) and adding a PHP config with your settings. These settings will override the default settings.
  4. That’s it!

You can change the default setting by creating a special config file. See FAQs for more information.
You can change:

  • The MODE, two modes: block all pages from logged out users apart from a few public pages OR allow access to all pages apart from a few private (members only) ones.
  • The WP_SUB_FOLDER, the directory where your BP site is, this must be changed if your BP site isn’t at the root of your domain or sub-domain.
  • The ALLOWED_URIS, these are the pages that are accessible to non-members. (Default = Array(”)) (Used in default mode only)
  • The NOT_ALLOWED_URIS, these are the pages that are not accessible to non-members. (Default = Array(”)) (Used in alternative mode only)
  • The REDIRECT_TO_URL, this is where you’ll be redirected too if you try to access a private page when you’re logged out. (Default = site_url())
  • The REDIRECT_HOOK, this is a string that will appear in the URL that stores the private page that you were redirected from. This is used to redirect the user again after logging into your site.
  • The BLOCK_RSS_FEEDS, if true then all of the WordPress and BuddyPress feeds will be blocked. (Default = TRUE)
  • The BLOCK_WIDGETS, if true then the sidebar widgets won’t be displayed to logged out users. This is useful as often private information is contained in the sidebar widgets. (Default = TRUE)
  • The ALLOWED_WIDGET_IDS, an array of widget ids that are OK to display to logged out users (Used in default mode only).
  • The NOT_ALLOWED_WIDGET_IDS, an array of widget ids that are not OK to be display to logged out users (Used in alternative mode only).
  • You can also set custom messages that will appear in the RSS/ATOM feeds instead of your private content.

Name