BuddyDev

Search

Replies

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Limit file upload size in MediaPress #51158

    Hello Cordial,

    Thank you for posting. I will look at it today and will update you soon.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Opposite genders #51143

    Hello Roman,

    Thank you for the acknowledgement. I am glad that I could help.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on 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

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Opposite genders #51119

    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

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115

    Hello,

    Thank you for the acknowledgement. I am glad that I could help.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Opposite genders #51091

    Hello Roman,

    Please share your complete code so that I can check. Please Use (`) before and after the code.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Opposite genders #51088

    Hello,

    Try the following way

    
    'field' => 47
    
    

    Please check

    Regards
    Ravi

    • This reply was modified 11 months, 1 week ago by Ravi.
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115

    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

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on 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

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Opposite genders #51082

    Hello Roman,

    Welcome to the BuddyDev Forum. Please look at here:
    https://pastebin.com/mEPhWikK

    A 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