Replies
- Brajesh Singh on July 28, 2021 at 10:20 am in reply to: How can I allow ilterate between buddypress activity post #39784
Hi Carolyn,
Welcome to BuddyDev.Thank you for the question.
You will need to override the activity-loop.php in your theme. You can do that by moving this file from the parent theme/buddypress/activity/activity-loop.php to your child-theme/buddypress/activity/activity-loop.php
Regards
Brajesh - Brajesh Singh on July 28, 2021 at 9:28 am in reply to: Buddyblog confirm action for publishing #39781
Hi Tosin,
hope you are doing well.I have released BuddyBlog pro 1.1.5. You can use the following code to enable confirmation on the post submission.
// Request confirmation before post submission. add_filter( 'bblpro_submission_button_classes', function ( $classes ) { array_push( $classes, 'bbl-confirm-action' ); return $classes; } );You do not need the BP confirm action plugin for this. Please let me know if it works for you or not?
Regards
Brajesh - Brajesh Singh on July 28, 2021 at 6:29 am in reply to: Default Group Tab fallback when a conditional tab is missing #39775
Hi Nick,
Thank you for bringing it.You are right about it. The plugin lacks the option to detect the Sub group/parent group relationship. The solution is to use group type as cope for tabs but that could be cumbersome. I am exploring option to add it as scope without affecting existing users. Please provide me 2-3 days for the same.
For the default nav 404 issue, Please do know that when we are setting default nav(or BuddyPress/BuddyBoss calls the default nav filter ), It is earlier than the registration of nav items. So, It is not possible to check if that default nav items is available as the nav item of the group or not.
I will be looking a bit further to see why the platform/BuddyPress doe not detect it and fallback.
Regards
Brajesh - Brajesh Singh on July 28, 2021 at 6:10 am in reply to: [Resolved] How to add or replace content within a predefined group tab? #39774
Hi Nick,
I am sorry. The plugin can not be used to modify the content of existing tabs. You can edit the visibility/availability of the tab but modifying existing content is not feasible due to nature of the tab content.If you check Existing tab option, the plugin should have disabled any option to add extra content/sub tab for the groups.
Regards
Brajesh - Brajesh Singh on July 28, 2021 at 6:00 am in reply to: [Resolved] BuddyBlog Pro Medium Editor #39773
Hi Nick,
Thank you.The Medium Editor is a separate sub plugin for BuddyBlog Pro. We did not release yet as we are working on the documentation/blog post. I can share a copy with you today if that helps. Please let me know your email(should I use the one from your account?) and I will share.
PS:- Just to be clear, we were expecting the release around 2nd/3rd week of June and not couple of months ago.
Regards
Brajesh Hi Alexandre,
Welcome to BuddyDev.
The WP Mail SMTP plugin is not compatible. Since you are using BuddyPress on localhost, the default mailer is not able to send the mail.
Please try it on a non local site.
Regards
Brajesh- Brajesh Singh on July 27, 2021 at 9:59 am in reply to: Member Types Pro, cant control display order of hidden fields #39756
Hi Olaf,
I am sorry, the member types pro does not change order of any field. If you have enabled registration condition from member types, It uses javascript to show or hide your fields.The field orders are controlled by BuddyPress(unless your theme does something strange, It is BuddyPress signup fields order).
Regards
Brajesh - Brajesh Singh on July 26, 2021 at 8:16 pm in reply to: Filter groups, by city and by group type #39749
Hi Vlad,
I am sorry, The above code will not work.Group is not a post type.
can you please share your code on pastebin and link me? I may be able to have abetter understanding and may be able to assist you.
Regards
Brajesh Hi,
1. Yes, The Follow is going to be part of BuddyPress.
2. The release date for 10.0 is not planned yet(it should be some times in November/December end).I am doing the Relationship as a feature plugin and it will be available for testing/usage before becoming part of the core. I am expecting the first revision in 4th week of August.
Regards
Brajesh- Brajesh Singh on July 26, 2021 at 8:10 pm in reply to: How to Add hidden filters to members directory(documentation not clear) #39747
Hi Olaf,
Thank you.I will suggest contacting Andrea. She is very helpful and can assist you much better with this.
Please open a ticket on the Profile search plugin’s support page. I have limited exposure with it and that’s why recommending this.
Regards
Brajesh