Replies
- Brajesh Singh on April 12, 2019 at 5:07 am in reply to: [Resolved] Repeated & Duplicated fields #22224
Hi Vivek,
Thank you for clarifying.I am not sure of the right way to do it. It is possible to force BuddyPress to show a field in both group but the effort does not seem justified and will need a lot of testing.
Creating 2 fields and syncing data from 1 to another is another possibility too. That way, since the values will be same, you can use search on any of these. It will still need filtering out field id on profile view.
Another approach will be to create a basic tab with number/name etc and then use the other 2 tabs for specific things.
If you want to go with second approach, Please do let me know.
Regards
Brajesh - Brajesh Singh on April 11, 2019 at 5:05 pm in reply to: [Resolved] FEATURE IDEA – Plugin Recent Visitors For BuddyPress Profile #22210This reply has been marked as private.
- Brajesh Singh on April 11, 2019 at 4:57 pm in reply to: [Resolved] FEATURE IDEA – Plugin Recent Visitors For BuddyPress Profile #22208
Hi Michaël,
Please use Profile Visibility Manager and hide the user. This plugin works with profile visibility manager. If a profile is hidden, Their visit is not shown.Regards
Brajesh Hi Jessica,
If you activate Breadcrumb NavXT or Breadcrum Trail plugin , the breadcrumbs will be visible automatically.To disable, please put this in your child theme’s functions.php
add_filter( 'cb_breadcrumb_enabled', '__return_false');Regards
Brajesh- Brajesh Singh on April 11, 2019 at 4:38 pm in reply to: [Resolved] Repeated & Duplicated fields #22204
Hi Vivek,
Thank you for clarifying.I think a better way will be to mar fields available to certain member types and let users select their member type on registration.
That way, BuddyPress will only list fields applicable to user’s member type.
If you use this approach, you can use a basic profile field group and another with all the relevant details for both the user types.
Regards
Brajesh - Brajesh Singh on April 11, 2019 at 4:35 pm in reply to: [Resolved] Hide Members directory in Groups #22203
Hi Vivek,
Thank you for the question. We can certainly do that.Question:- What will happen when a user clicks on “members” tab in group? should we remove the member tab completely there or hide the entries?
Doing it per group will need me to add settings. For now, Let us keep it simple and we can add settings later.
Regards
Brajesh Hi Carsten,
Thank you for the details.
1. The custom code and the other settings don’t play together as you have a setting for each role.
What you are seeing is the settings from custom code is taking over the settings you are entering in the dashboard. This is expected result.
You are getting the impression that 0 is working but it is not the case. It is working due to this snip[pet
$allowed = array( 'duration' => 0, 'limit' => - 1, );The default values from the custom code.
2. Is there a chance you have set visibility/availability condition on message or it’s sub menu using profile tabs pro? That seems the only logical reason for 404.
Please let me know and I will assist.
PS:- Please update the default array with role in ‘buddydev_custom_get_role_based_message_limit()’ to apply your settings.
Regards
Brajesh- Brajesh Singh on April 11, 2019 at 4:12 pm in reply to: [Resolved] FEATURE IDEA – Limit Groups Per User – Redirect after #22200This reply has been marked as private.
- Brajesh Singh on April 11, 2019 at 4:11 pm in reply to: [Resolved] Question – Active CSS by user #22199This reply has been marked as private.
- Brajesh Singh on April 11, 2019 at 4:00 pm in reply to: Force registration field option selection #22198
Hi Tosin,
Thank you for the question.The simple solution is to use the TOC available in BuddyPress 4.0+ and avoid using the profile field for Terms.
If the TOC is not appearing for you, I will suggest updating your registration page.
Regards
Brajesh