Replies
- 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 - Brajesh Singh on July 26, 2021 at 9:49 am in reply to: [Resolved] Member Types Pro, Hide the created members menu, on members directory. #39739
That part is coming from your theme. You will most probably need to override your members directory template or contact your theme authors for the same.
Regards
Brajesh - Brajesh Singh on July 26, 2021 at 9:40 am in reply to: [Resolved] Member Types Pro, Hide the created members menu, on members directory. #39737
If you are using The Member Types Pro, It is in the right sidebar of the add/edit member type page.
Regards
Brajesh - Brajesh Singh on July 26, 2021 at 9:37 am in reply to: How to Add hidden filters to members directory(documentation not clear) #39734
Hi Olaf,
Thank you for the topic. Is it about member types pro or just a general question about the Profile search plugin?In the shortcode, The field_35 uses the Xprofile Field ID which is then appended to “field_”.
Regards
Brajesh - Brajesh Singh on July 26, 2021 at 9:35 am in reply to: [Resolved] Member Types Pro, Hide the created members menu, on members directory. #39733
Hi,
In member types pro, you can check the option “List in directory?” to disable, untick this tab.Regards
Brajesh