Replies
- 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 Hi,
Thank you for the question.We are not releasing BuddyPress Follow anymore. I am working on it as part of BuddyPress Relationships project(which will form the core for follow) and It will be available as part of BuddyPress 10.0(Next version).
Regards
Brajesh- Brajesh Singh on July 26, 2021 at 9:53 am in reply to: Want to use the BuddyPress Profile Tabs plugin to dynamically display content #39740
Hi Jeff,
Thank you for using the plugin.I am not sure if I am missing it but the BuddyBoss does not seem to allow using Elementor on their profile pages(please link me to docs if they do).
When you create a tab, It is a just another component of BuddyPress/BuddyBoss and will behave the same way.
Using dynamic content is easy via shortcodes. Using with elementor inside the content area of the tab is a special case.Elementor allow you to create template and then use those templates using shortcode, so you may do that but it is not something we use or recommend.
https://elementor.com/help/embed-templates-anywhere-pro
BuddyPress User profile Tabs provides you the following token to duynamically replace user id
#displayed_user_id# #logged_user_id#You can use these tockens in the shortcode instead of user id.
Eg. if you have shortcode like [some-code user_id=”3″]
you can re-write that as[some-code user_id="#displayed_user_id#"]and it will use the current displayed user id.
Regards
Brajesh