Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Hi Carsten,
    Thank you for the details.

    I do not think the field type has anything to do with profile completion.

    The 2nd screenshot shows the value from Profile field list. Can you please visit the Profile->Edit page and tell me if that shows the member type as selected?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Hi Rob,
    Thank you for the suggestions.

    The vdeo embeds from Youtube/vimeo etc are oembed and they should show the preview. We are not fetching the thumbnail directly, we use WordPress to fetch the markup for oembed and that has the preview.

    Fetching thumbnail independently and using a cover for album is a good idea and I am adding it to our feature list.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Hi Rob,
    Thank you for the suggestion. We will implement it in future. For the time being, Please use any optimization plugin such as EWWW Image Optimizer to optimize them.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Hi Rob,
    Thank you for using MediaPress.

    1. this feature is already available. You can disable automatic posting to activity stream and now from the gallery edit pages, you can publish a list of media to activity as album update.

    Please do know that BuddyBoss has been working on their own video component and that’s why we don’t have any proper integration with them.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Hi Carsten,
    Thank you for the question.

    1. How is the member type auto assigned? BuddyPress does not have this ability. Are you using some custom code.
    2. Even if it is auto assigned, you can mark the member type field as available too all member type/non member type and it will be available for editing.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Hi Olivier,
    Thank you for sharing the solution.
    Thank you for the wish. I have recovered from covid, it is just the post covid health issues have limited my current work.

    I hope to look into it sometimes in near future.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: Contact form – Show on profile #38775

    Hi,
    Thank you for the questions. Ravi will be back in the day, so please allow me to answer your questions.

    1. I am sorry but there is nothing we can do it. If you want us to integrate a specific service, please let us know. If the user is bypassing recaptcha, technically, we are not able to stop them unless we use some other kind of spam check.

    2. There is a reason behind not using the sender’s email in from. The mails are sent via your server which is not authorized for sending mails from arbitrary domains. So, if we used the user’s email in from, It will most probably land in the spam and won’t be authentic.

    We instead use the user’s email in the reply-to header, that allows you reply to the user easily without worrying about the sender.

    If you still want to use sender’s email as from, please let us know and Ravi or I will provide a way.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Hi,
    Thank you for the reply.

    Our team is on break due to weekend. They will get back to you on Monday in the day.

    Regards
    Brajesh

    P:- If possible, Please share a temporary admin credentials too as the developer was unable to re-create on on their local setup.

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Hi Olivier,
    I am not sure why this is happening. I am currently unable to investigate much into it. Have recently recovered from covid, I am avoiding any major task for the time being.

    I am still unable to understand why would this cause any issue with name etc as the plugin filters on tables and does not do anything specific with a field. It does not even know what the fields are.
    Most probably the code syncing names in BuddyPress/BuddyBoss has some kind on conflict with multisite. I will suggest disabling multi network plugin and then investigating the same on multisite.

    I do hope to look into it in future.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Hi Sandra,
    Thank you for the reply and the screenshot. It seems you have too many fields with like.

    The current does not search for similar text(which I assume is your intention). It actually searches if the 2nd field contains the pattern’s from first field. The operator is mysql operator there and not the normal one.

    Please try avoiding like if you are not looking for pattern match. Let me know if that solves it? I will also recommend updating your profile after it to flush out the suggestions cache(otherwise, the cache is hold for 1 hours).

    Regards
    Brajesh