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');
@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.
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!