bp-help
Forum Replies Created
-
Forum: Plugins
In reply to: [Private BP Pages] Still shows the BP Menu items when logged out.Since the plugin doesn’t address menu’s you may want to try out:
https://www.ads-software.com/plugins/menu-items-visibility-control/Forum: Plugins
In reply to: [Private BP Pages] Make BuddyPress widgets privateI would suggest using this plugin for hiding widgets:
https://www.ads-software.com/plugins/widget-logic/
and following this tutorial on hiding them:
premium.wpmudev.org/blog/show-wordpress-widgets-logged-in-users/
In the future I may add support for widgets in the plugin itself but I don’t really have the time to invest in it at the moment. Good luck!Forum: Plugins
In reply to: [Private BP Pages] URL-redirect@dahlgaard
I’m sure you could change those if you are familiar with writing php code but that is beyond the scope of what this plugin was intended to do. It is was intended to be a simple solution to make BP pages private from logged out visitors. Maybe S2 Member plugin may serve you better because it is a bit more complex? Good luck!Forum: Plugins
In reply to: [Private Community For BP Lite] How can I change "Create an Account" message@yumiko
Hi and sorry for the delay. When you mentioned the page that says “If you are not a member..” what exactly did you do? Did you create a custom template. What are you trying to achieve because I am a little confused myself. Please provide more detail so I can try to accommodate you. Thanks!@delmorpheus
Last time I checked Scotm is not a plugin author but if he forked my plugin it would be helpful to share a link so others can benefit.
@takinglife2themax
I’m glad @shirleyl ‘s work around helped you out.Forum: Plugins
In reply to: [Private BP Pages] Help blocking buddypress, but not bbpress.@bike
I am actually thinking about rewriting the plugin so that the admin can check off what buddypress pages they want protected as well as an option if you have bbpress and want it protected as well. I will probably do this when I have some spare time so don’t count on it being soon because I am pretty busy lately.Forum: Plugins
In reply to: [Private BP Pages] unblock rss feed fetching@xxxhoop
That bit of code I supplied is the only thing in the plugin that affects RSS feeds so you may need to deactivate plugins/switch themes until you can narrow it down.Forum: Plugins
In reply to: [Private BP Pages] Friend request emails going to a 404 page.@jlbphotos
It is okay, I understand your frustration. I am sorry I can’t be of more help but unless I had an exact replica of your site on a live server there is really nothing I can do so I apologize. As I stated before I am fairly certain you need to be logged in to accept friend requests. Have you tried the forums on buddypress.org to get a second opinion? I would try that. Good luck!
Sincerely,
bphelpForum: Plugins
In reply to: [Private BP Pages] Friend request emails going to a 404 page.@jlbphotos
Have you tried deactivating my plugin to see if the issue persists? Please report back!Forum: Plugins
In reply to: [Private BP Pages] unblock rss feed fetching@xxxhoop
Around line 20 in private-bp-pages.php you will see this:/* Prevent RSS Feeds */ function pbpp_remove_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', 'pbpp_remove_visitor_rss_feed'); /* End Prevent RSS Feeds */
Just comment it all out to your liking.
Forum: Plugins
In reply to: [Private BP Pages] Friend request emails going to a 404 page.@lerroy
It is really not the plugin doing this. If do believe you have to be logged in in order to accept a friend request. Logic is that if your logged out and you have a friend request how does WP/BP know you are the one that is being requested as a friend. I hope that makes sense.Forum: Plugins
In reply to: [Private Community For BP Lite] is it possible to unblock a public group@suysal
I can’t reproduce your error. I am not available to check on your particular issue tonight because I am very tired but if you will provide me the specific group and send me admin credentials to [email protected] I will try to help you out tomorrow.
Sincerely,
bphelpForum: Plugins
In reply to: [Private BP Pages] Hide BuddyPress Member Profile pages onlybrightestspark
Sorry for the late reply but when I tested it I can’t seem to replicate your issue.Forum: Plugins
In reply to: [Private BP Pages] Multisite's "Site" list blocked with BuddyPress@backpackersunion
As per the description the plugin has not been tested with multisite.Forum: Plugins
In reply to: [Private Community For BP Lite] is it possible to unblock a public group@suysal
Yes providing you entered the correct slug.