Title: Last update issues
Last modified: August 21, 2016

---

# Last update issues

 *  Resolved [EE](https://wordpress.org/support/users/ericaeide/)
 * (@ericaeide)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/last-update-issues/)
 * After the last update, the plugin made ALL my pages (even ones with nothing to
   do with buddypress or bbpress) private unless included on the settings page. 
   This was not the case before the update.
 * [http://wordpress.org/plugins/private-community-for-bp-lite/](http://wordpress.org/plugins/private-community-for-bp-lite/)

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/last-update-issues/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/last-update-issues/page/2/?output_format=md)

 *  Plugin Author [bp-help](https://wordpress.org/support/users/bphelp/)
 * (@bphelp)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/last-update-issues/#post-3972129)
 * Can you send a link to the site so I can see what is going on? The plugin is 
   actually meant to block all pages except for the ones you define in the settings
   with the exception of the latest blog post in dashboard/settings/reading. If 
   you need something different for your requirements I will see what I can do to
   resolve it. All feedback will help me help you! Thanks!
 *  Plugin Author [bp-help](https://wordpress.org/support/users/bphelp/)
 * (@bphelp)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/last-update-issues/#post-3972204)
 * Per our conversation via email I am marking this as resolved as it requires modification
   of the plugin beyond its intended purpose. I will work on the customization you
   requested but It will not be applied to the repository because it is not a bug
   and not everyone will need this modification.
 *  [shirleyl](https://wordpress.org/support/users/shirleyl/)
 * (@shirleyl)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/last-update-issues/#post-3972289)
 * I’m really confused! You say that your plugin is meant to block all pages “with
   the exception of the latest blog post in dashboard/settings/reading”. On my site,
   under dashboard/settings/reading my “Front Page displays” option is set to show“
   A static page” and I specify “Welcome” as my Front page and “Blog” (slug: blog)
   as my Posts page. I have “blog” listed as Unblocked Page Three in my Private 
   Community for BP Settings, but the Blog page remains blocked. My Welcome page
   is listed as Unblocked Page One and it is indeed unblocked.
 * Thank you for any assistance,
 * Shirley
 *  Plugin Author [bp-help](https://wordpress.org/support/users/bphelp/)
 * (@bphelp)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/last-update-issues/#post-3972292)
 * [@shirleyl](https://wordpress.org/support/users/shirleyl/)
    Pages and posts are
   not the same that is why they are separated in the dashboard. Pages are more 
   static. However as I mentioned in other topics in the support forum I am working
   on unblocking posts in a future update. Then I will also update the description
   that it unblocks posts as well. Thanks for your feedback!
 *  [mbx005](https://wordpress.org/support/users/mbx005/)
 * (@mbx005)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/last-update-issues/#post-3972293)
 * I am also a little bit confused. Shirley quoted this “”with the exception of 
   the latest blog post in dashboard/settings/reading” in your description I read
   this “with the exception of the posts/pages you set in Dashboard/Settings/PrivateCommunityBP”
 * I am trying to setup a private community and want to allow logged in users to
   see any content on the page only. I have setup wp-login.php as a redirect in 
   the plugin and did not setup any expectaion. It seems every pages and posts are
   blocked expect the page and post which is setup in dashboard/settings/reading
   as Shirley stated, so the plugin does not work like you stated in your description.
   I am using the latest version 3.5, upgraded today morning from 3.4.
 * Thanks,
 * Akos
 *  Plugin Author [bp-help](https://wordpress.org/support/users/bphelp/)
 * (@bphelp)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/last-update-issues/#post-3972294)
 * mbx005
    If you unblock a post or page then it is visible to the public. If you
   do not unblock it then it is automatically protected and only viewable to logged
   in users. I don’t see how the description is confusing. Every time I update or
   include new features then I update the description as well so folks are aware
   of the new features. I changed the description with the last update because before
   you could not unblock posts but now you can. I tested the plugin several times.
   If you have a post with the slug “hello-world” and you unblock it by entering
   either hello-world or the post ID in the plugins settings then it is public. 
   There is nothing misleading in the description. It does what it says it does.
   Make sure you save it on the plugins settings page.
 *  [mbx005](https://wordpress.org/support/users/mbx005/)
 * (@mbx005)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/last-update-issues/#post-3972295)
 * bp-help
 * Sorry, maybe I was not clear enough, your plugin works well, what I experienced
   one page (which setup as homepage) is not blocked, all the others are blocked.
   I have tried everything, disabled all other plugins, but the homepage still visible
   for every visitor. Can you pls check it?
 * Thanks,
 *  Plugin Author [bp-help](https://wordpress.org/support/users/bphelp/)
 * (@bphelp)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/last-update-issues/#post-3972296)
 * mbx005
    In the plugins folder open private-community-for-bp.php and on line 27
   simply remove this part from that line:
 *     ```
       && !bp_is_front_page()
       ```
   
 * Save it and it should take care of your issue. Please let me know!
 *  Plugin Author [bp-help](https://wordpress.org/support/users/bphelp/)
 * (@bphelp)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/last-update-issues/#post-3972297)
 * [@mbx005](https://wordpress.org/support/users/mbx005/)
    Just updated the plugin
   to 3.6 so that the front page is not automatically unblocked so try it out and
   provide some feedback please. Thanks!
 *  [xerocs](https://wordpress.org/support/users/xerocs/)
 * (@xerocs)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/last-update-issues/#post-3972299)
 * Hi bp-help,
 * thank you for the recent updates!
    I welcome the new possibility to block the
   front page with update 3.6 for future projects but I now have the problem that
   I can’t unblock it. I use the standard non-static frontpage and don’t know what
   name to use in the whitelist, so I had to deactivate the plugin for the time 
   being.
 * Is there any way to unblock the default frontpage or do I now absolutely have
   to create a static page?
 * regards
 *  [IceBite](https://wordpress.org/support/users/icebite/)
 * (@icebite)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/last-update-issues/#post-3972300)
 * Hey, I am with xerocs on this, I love the plug in but I too use a non static 
   front page and cant unblock this 🙁
 * thanks
 *  Plugin Author [bp-help](https://wordpress.org/support/users/bphelp/)
 * (@bphelp)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/last-update-issues/#post-3972301)
 * [@xerocs](https://wordpress.org/support/users/xerocs/) [@icebite](https://wordpress.org/support/users/icebite/)
   
   I will put in an option in the next update!
 *  [craigcallen](https://wordpress.org/support/users/craigcallen/)
 * (@craigcallen)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/last-update-issues/#post-3972302)
 * Running into same issue – blocks every page on my site, even the ones I say to
   unprotect.
 * Thanks in advance for your help.
 *  [mbx005](https://wordpress.org/support/users/mbx005/)
 * (@mbx005)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/last-update-issues/#post-3972303)
 * @bp-help Thanks for your super fast upgrade 🙂 It works how I wanted. Great plugin,
   thanks again 🙂
 *  [seynx](https://wordpress.org/support/users/seynx/)
 * (@seynx)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/last-update-issues/#post-3972304)
 * Hello there, thanks for this great plugin however i am having the same issue 
   with everyone else. I have unblocked the post page (blogs)…but it is not working
   for me please help me out. [http://www.9jamingle.com/blogs](http://www.9jamingle.com/blogs)
 * Again how do i unblock this page so that non-registered users can have access?
   [http://9jamingle.com/forums/forum/forum/](http://9jamingle.com/forums/forum/forum/)
 * Thanks

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/last-update-issues/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/last-update-issues/page/2/?output_format=md)

The topic ‘Last update issues’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/private-community-for-bp-lite_ffffff.
   svg)
 * [Private Community For BP Lite](https://wordpress.org/plugins/private-community-for-bp-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/private-community-for-bp-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/private-community-for-bp-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/private-community-for-bp-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/private-community-for-bp-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/private-community-for-bp-lite/reviews/)

 * 21 replies
 * 8 participants
 * Last reply from: [bp-help](https://wordpress.org/support/users/bphelp/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/last-update-issues/page/2/#post-3972310)
 * Status: resolved