bp-help
Forum Replies Created
-
Forum: Reviews
In reply to: [Private BP Pages] This was perfect!@backpackersunion
Your more than welcome my friend.Forum: Plugins
In reply to: [Private Community For BP Lite] BuddyPress 2.0@sharmavishal
I’ve tested the plugin with the latest WP and BP and I can’t replicate your issue. Being that I don’t have time to test it with every plugin and theme out there I would advise you to deactivate all other plugins other than BP and bbPress and try a theme like twenty thirteen or fourteen and see if the issue persists.Forum: Plugins
In reply to: [Private BP Pages] Can you leave one BBPress Forum Unlocked?@willandmae
Your welcome, enjoy the plugin! ??@koenigj
If you had read the F.A.Q. before installing the plugin you would have seen the work around for users that does not have bbPress installed. Anyway glad you figured it out. Marking as resolved.Forum: Plugins
In reply to: [Home Page To BP Profile + Privacy] Does Not Work@buddhatunes
Did you deactivate Picatcha to find out? It could be any number of your plugins so you need to test that out because most likely that is what is causing your issue.Forum: Plugins
In reply to: [Private BP Pages] Can you leave one BBPress Forum Unlocked?Marking as resolved since you needed the functionality of the Private Community For BP plugin instead.
Forum: Plugins
In reply to: [Private BP Pages] Also hide bbPress forum index@niuserre,
I am always open to suggestions as long as it fits the scope of the plugin so I will test it and give you a shout if it passes. Thanks niuserre! Marking resolved as you have a work around. Please still feel free to post for any other suggestions! ??Forum: Plugins
In reply to: [Private Community For BP Lite] Unblocked Pages VS Blocked pages@gizmophotos
Then use a different plugin or code your own! Marking this resolved as this does not fit the description, and is outside the scope of what the plugin was designed to do!@biglife
Marking as resolved as this is outside the scope of what this plugin was intended for but you can always modify it yourself if you choose to.Forum: Plugins
In reply to: [BP | You are blocked] Doesn't seem to work!@gabriel
Hi just checking to see if you have found a solution to my last reply above? Thanks!Forum: Plugins
In reply to: [Home Page To BP Profile + Privacy] Not working at all@discosourcedjs
Your on the wrong plugin forum. From the error you listed above I can see you are using my other plugin Private BP Pages. Please read the FAQ on that plugins page. It explains how to remove the error. Marking this as resolved as it is not even the same plugin.Forum: Plugins
In reply to: [Private Community For BP Lite] Unblock RSS Feeds@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.Forum: Plugins
In reply to: [Private Community For BP Lite] Unblock RSS Feedstakinglife2themax
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');
Forum: Plugins
In reply to: [BP | You are blocked] Doesn't seem to work!Hi Gabriel,
I just tested beta5 and if you block a persons activity then the person that has been blocked can no longer see the person who blocked them’s activity. However I noticed some strange behavior. After the person that has blocked someone starts posting on the sitewide activity stream, it makes the person who was blocked activity stream start to diminish to where the person that was blocked does even see their own activities or the other users activities that has not blocked them. Your getting closer though. Hopefully you can find a fix! Thanks!Forum: Plugins
In reply to: [BP | You are blocked] Doesn't seem to work!Hi Gabriel,
You are getting closer to resolving this. However there is no need for the block buttons on the activity or the message. Basically the entire activity needs to be blocked as if the person did not exist. That means no avatar of a blocked person, no message that they are blocked, and no button. I hope you get some rest and can figure this out when rested. You are so close to nailing this down. Thanks for the update, it definitely shows you are working to get this plugin on track!