BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: [Resolved] Clear cookies on logout #45247

    Hi Tosin,
    I am not seeing any issue with BuddyPress.

    Though I am not sure of the purpose of the code. WordPress already removes any auth related cookies on logout.

    The above will remove any other cookie(preference etc if saved).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi Quint,
    Thank you for the feedback.

    BuddyPress lacks the proper way to provide feedback about a field. It is normally not on field level but on collection level on profile edit/registration pages.

    I can help you with the validation with some code. What is the expected workflow if the user do not enter a valid value? Do we discard the value? Do we generate error which is shown at the top of the page?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: buddyblog medium editor not displaying embeds #45245

    Hi Tosin,
    This is taking a little bit more time as the Medium Editor media insert plugin is not providing us with the source url instead of the rendered embed content.

    We can whitelist iframe and get this fixed quickly but that is not the right solution. We will be needing couple more days to get back on this one.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: buddyblog medium editor not displaying embeds #45228

    Hi Tosin,
    Thank you.

    I have requested Ravi to assist you tomorrow.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi Quint,

    Please take a look at the Advance Xprofile Field for marking the text field as numeric.

    https://wordpress.org/plugins/advanced-xprofile-fields-for-buddypress/

    Please let me know if it works.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Failed Download – Network Error #45226

    Hi Tim,
    Thank you for renewing.

    I am glad the download worked.

    I see that your custom header is customized.

    There are 2 possible reasons for the issue:-

    1. Either the hook ‘bp_member_header_meta’. e.g do_action( ‘bp_member_header_meta’ ) is missing from your header file

    2. Or the code that is adding the extra xprofile data is using output buffering and discarding the other data.

    Can you please check and let me know.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: installation breaks the groups #45215

    Hi Greg,
    Thank you for confirming.

    1. For notifications, Please check your spam emails. Most probably the mails are going in spam/junk folder if not appearing in the inbox.

    2. There are multiple ways to achieve it.

    a. Create 2 different tabs with different name/slug and for each tab, select the group you want them to attach from the right side Scope area.

    b. or Create 2 tabs with same slug and different labels and scope them to different groups.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi Giuseppe,
    Thank you.

    1. In your example, you are referring to a resized version of the image.

    When an Image is uploaded, there are 3 resized versions of image is created by us for use on cover/thumbnail.

    Please use the ‘original’ size for single image and It will use your originally uploaded image (If the dimension is huge, It might be constrained via css in the browser though).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: buddyblog medium editor not displaying embeds #45213

    Hi Tosin,
    The embed is working for us.

    1. Is the video publicly embeddable?
    2. Are you using gutenberg? If yes, is the video appearing when embedded in a page created with it?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi Quint,
    Thank you for the question.

    I will not suggest using the number field for lat/long. You should either use the text field(even number is stored as text data due to xporofile table structure) or use teh BuddyPress Xprofile Geolocation plugin which is better suited for similar task.

    Regards
    Brajesh