Replies
- Brajesh Singh on March 16, 2021 at 11:50 pm in reply to: [Resolved] Auto Join groups doesn’t work #36902
Hi Hugo,
I am sorry, the plugin does not work that way. It seems @ravisharma got confused with something else.I understand that you are trying to map a field value to group. This plugin will only allow that if you create multiple lists(1 list per value).
Even though it is a simple requirement that Field Value matches the Group name, join to group, our rules do not allow that.
Our rules need the the group List to be a static(pre specified list).
So, here is what you can do.
1. Create 1 list per group
2. For each List, Select One group in the list
2. For each list, add condition on your checkbox field with the Group Name as value(I am assuming you used this in the checkbox item name).and repeat the above process.
We are planning dynamic group joining in our future version where the source can be different than the xprofile.
If you want, I can ask Ravi to put a few lines of code to achieve this customization without creating any list.
Regards
Brajesh Hi RAMPRABANANTH,
Hope you are doing well.We have released an update with Image, Oembed(video), and Rich text field. Please upgrade to 1.0.8 and give it a try.
Regards
Brajesh- Brajesh Singh on March 15, 2021 at 10:39 pm in reply to: [Resolved] BuddyBlog – How to Add Multiple Images to a Post #36874
Hi Ryan, Jahnel
Thank you for the patience.We have released first iteration of our New Field Type API with support for the image, oembed, rich text editor custom fields.
We do plan to allow selecting image size and adding validation(+ a few more new field types) in next one week.
Please do let me know if you need any new field type added.
Regards
Brajesh - 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