Title: Unblock RSS Feeds
Last modified: August 21, 2016

---

# Unblock RSS Feeds

 *  Resolved [Christian Freeman (codelion)](https://wordpress.org/support/users/takinglife2themax/)
 * (@takinglife2themax)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/unblock-rss-feeds/)
 * First, I want to say what a great plugin this is. It’s perfect for my current
   needs. I have one issue though. I need to access certain rss feeds for my site.
   Is there a way to unblock rss feeds? Or somehow disable the privatization of 
   rss feeds within the code?
 * Your help is greatly appreciated. Keep up the good work.
 * [http://wordpress.org/plugins/private-community-for-bp-lite/](http://wordpress.org/plugins/private-community-for-bp-lite/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [bp-help](https://wordpress.org/support/users/bphelp/)
 * (@bphelp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/unblock-rss-feeds/#post-4198937)
 * takinglife2themax
    In private-community-for-bp-lite.php in lines 95-106 just 
   comment out, or delete this:
 *     ```
       function pcfbp_lite_cut_nonreg_visitor_rss_feed() {
       	if ( !is_user_logged_in() ) {
       		remove_action( 'bp_actions', 'bp_activity_action_sitewide_feed' ,3      );
       		remove_action( 'bp_actions', 'bp_activity_action_personal_feed' ,3      );
       		remove_action( 'bp_actions', 'bp_activity_action_friends_feed'  ,3      );
       		remove_action( 'bp_actions', 'bp_activity_action_my_groups_feed',3      );
       		remove_action( 'bp_actions', 'bp_activity_action_mentions_feed' ,3      );
       		remove_action( 'bp_actions', 'bp_activity_action_favorites_feed',3      );
       		remove_action( 'groups_action_group_feed', 'groups_action_group_feed',3 );
       	}
       }
       add_action('init', 'pcfbp_lite_cut_nonreg_visitor_rss_feed');
       ```
   
 *  Plugin Author [bp-help](https://wordpress.org/support/users/bphelp/)
 * (@bphelp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/unblock-rss-feeds/#post-4199012)
 * [@takinglife2themax](https://wordpress.org/support/users/takinglife2themax/)
   
   I am assuming this fixed your issue as it is the only code in the plugin that
   deals with RSS feeds. Marking this resolved.
 *  Thread Starter [Christian Freeman (codelion)](https://wordpress.org/support/users/takinglife2themax/)
 * (@takinglife2themax)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/unblock-rss-feeds/#post-4199096)
 * Thanks a lot for your help with this. You just saved me a serious headache. Once
   again, great job bp-help!
 * Keep up the good work!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Unblock RSS Feeds’ 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/)

## Tags

 * [RSS](https://wordpress.org/support/topic-tag/rss/)
 * [unblock](https://wordpress.org/support/topic-tag/unblock/)

 * 3 replies
 * 2 participants
 * Last reply from: [Christian Freeman (codelion)](https://wordpress.org/support/users/takinglife2themax/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/unblock-rss-feeds/#post-4199096)
 * Status: resolved