Replies
- Brajesh Singh on March 15, 2021 at 9:53 pm in reply to: BuddyPress Group Tabs Creator Pro & Subgroups #36873
Hi Dianne,
Thank you for using the plugin.We did disable the listing of sub tabs if the number of tabs were less than 2.
Please allow me to push another update and add a filter to toggle it. We are unable to change the current behaviour due to existing user’s expectations. We will provide you a line of code to control this behaviour though.
Regards
Brajesh Hi,
Thank you for the question.1. Please put bp-custom.php in wp-content/plugins directory.
For more details, Please see https://buddydev.com/docs/buddypress-guides/what-is-bp-custom-php/
2. Forum is special case(added bu group extension).
You may want to do it like below.
function buddydev_disable_group_forums_by_non_site_admin() { if ( ! bp_is_group() || is_super_admin() ) { return; } $parent = groups_get_current_group()->slug . '_manage'; bp_core_remove_subnav_item( $parent, 'forum', 'groups' ); } add_action( 'bp_actions', 'buddydev_disable_group_forums_by_non_site_admin', 200 );Regards
Brajesh- Brajesh Singh on March 15, 2021 at 9:08 pm in reply to: [Resolved] Blog Categories for Groups – show new post in group activity? #36869
Hi,
Thank you for the reply.The problem with posting from Dashboard is how do we find which group to associate? A Category might be associated with multiple group, where should we publish in that case?
If you go for custom solution, I will suggest keeping 1 category per group to make it easier. If you can work with this limitation, yes, we can develop it if you used our cusotm service.
Regards
Brajesh - Brajesh Singh on March 15, 2021 at 8:44 pm in reply to: [Resolved] FB like activity stream not working #36868
Hi Hugo,
Thank you for the update. I am glad it is working for you too.Regards
Brajesh - Brajesh Singh on March 15, 2021 at 8:44 pm in reply to: BP Sitewide Activity Widget not filtering Groups posts… #36867
Hi Rick,
Thank you for reporting the issue.Our team is looking at it and one of us will get back to oyu in next 48 hours with the update.
Regards
Brajesh - Brajesh Singh on March 15, 2021 at 8:43 pm in reply to: [Resolved] buddypress and bbPress integration. #36866
Hi @brtekim,
Thank you for the question.BuddyPress does not support it. If you enable commenting in activity on the forum discussion, it won’t be visible on the forum page.
I will suggest disabling the commenting in activity stream on forum discussions. You can do it form Dashboard->Settings->BuddyPress->Options page.
Regards
Brajesh - Brajesh Singh on March 15, 2021 at 8:34 pm in reply to: Badges duplicated on Member Directory #36864
Hi Tim,
Thank you for using the plugin.I am sorry for the inconvenience. It was a regression introduced in our recent version.
Please upgrade to 1.2.0. It is fixed.
Please let me know if it works for you or not?
Regards
Brajesh - Brajesh Singh on March 15, 2021 at 8:15 pm in reply to: [Resolved] Make BuddyPress Profile Visibility Manager work with BuddyBoss’ Private Website #36862
Hi Thomas,
Thank you for using the plugin.Form the above link, It seems to me that the activity belongs to a user who has marked their profile private(or restricted to their friends etc).
If you can, Please switch as “John” and check their Privacy settings. This is an expected behaviour for private/restricted profile.
Please do let me know if that is not the case.
Regards
Brajesh - Brajesh Singh on March 15, 2021 at 8:07 pm in reply to: new capability to manage self made users only #36861
Hi Waseem,
WordPress does not store the details of who created the users(which admins). So, I don’t see any way for it.You may implement it in the form of custom plugin. I do not see any straight answer otherwise.
Regards
Brajesh - Brajesh Singh on March 15, 2021 at 8:06 pm in reply to: How to keep member images from displaying in Media Library #36860
Hi Meagan,
Thank you for the question.Is it about MediaPress or is it related to some other media plugin? Please let me know and I will assist.
Regards
Brajesh