Replies
Hello Cordial,
Thank you for posting. I will look at it today and will update you soon.
Regards
RaviHello Roman,
Thank you for the acknowledgement. I am glad that I could help.
Regards
Ravi- Ravi on December 14, 2023 at 2:37 pm in reply to: [Resolved] disable Cover Photo from Directory #51130
Hello Cordial,
Thank you for posting. What you are looking for is the default behaviour of BuddyPress. Either your theme or any plugin causing this functionality. In my opinion, it is your theme which might have this functionality. Please try temporarily after switching to a default theme and deactivating all other plugins except BuddyPress. Please give it a try.
Regards
Ravi Hello Roman,
Thank you for sharing the code. Please make the following changes to your code:
Line no. 38
Replace ‘field_id’ with ‘field’Line no. 65
Replace ‘bp_get_xprofile_gender_type_field_id()’ with 47 i.e. your field id.Please give it a try after making these changes.
Regards
Ravi- Ravi on December 13, 2023 at 12:32 pm in reply to: [Resolved] Adding Business Name, an XProfile Field, to BB profile card in Member Directory #51118
Hello,
Thank you for the acknowledgement. I am glad that I could help.
Regards
Ravi Hello Roman,
Please share your complete code so that I can check. Please Use (`) before and after the code.
Regards
RaviHello,
Try the following way
'field' => 47
Please check
Regards
Ravi- This reply was modified 11 months, 1 week ago by Ravi.
- Ravi on December 12, 2023 at 6:36 am in reply to: [Resolved] Adding Business Name, an XProfile Field, to BB profile card in Member Directory #51084
Hello,
Welcome to the BuddyDev forums. Please try on action ‘bp_member_members_list_item’. Give it a try and let me know.
Regards
Ravi - Ravi on December 12, 2023 at 6:24 am in reply to: force First and Last Name on BuddyPress Member Cards #51083
Hello,
Thank you for posting. If the first name and last name is the xprofile fields then you can mark them as required field and use the following plugin by Buddydev to force all the users to fill out those fields
https://wordpress.org/plugins/buddypress-profile-completion/
Please let me know if it is feasible for you or not.
Regards
Ravi Hello Roman,
Welcome to the BuddyDev Forum. Please look at here:
https://pastebin.com/mEPhWikKA solution is posted for xprofile field. But, It works with the BuddyBoss Platform and makes it compatible with BuddyPress. Please remove the function ‘bp_get_xprofile_gender_type_field_id’ and use your gender field ID or field name and replace ‘his_Male’ and ‘her_Female’ with your gender field value.
Give it a try and let me know.
Regards
Ravi