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: 25490

    Hi Janet,
    Thank you for the reply.
    Which theme are you using? Can you please share me a screenshot using online sharing sites such as https://prnt.sc/ or https://snipboard.io/

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi Brandon,

    Thank you for the reply.

    1. BuddyBoss is not backward compatible to all BuddyPress plugin. They are compatible with some and not with many. I do hope that they will work on backward compatibility in future.

    Let us hope for the best. They have a media component and there is a chance that we might have something for it if the time permits.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: Buddyblog pro suggestions #35299

    Hi Tosin,
    Thank you for the further suggestions.

    Redirection settings:- Sure. We have it applicable with filters currently. We will add the Ui option on the form page in a week.

    Enabling Mention:- Please allow me to think a bit on how to best place this as an option. I am trying to avoid putting any BuddyPress specific settings on the form creation/management page(as we plan for standalone version in future). Need to think about how to accommodate it in the settings.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi Naveen,
    Welcome to BuddyDev.

    1. You can access the image by using xprofile_get_field_data function.
    https://buddydev.com/fetching-and-showing-only-specific-fields-from-buddypress-xprofile-data/

    2. For this purpose, I will, suggest looking into the BuddyPress template pack’s code depending on whichever you are using.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: Buddypress Edit Activity with Youzer #35280

    Hi Muzammil,
    Thank you for the reporting.

    We do not provide compatibility for Youzer. It is specifically mentioned in our non supported plugins list.

    At the moment, only few of our plugins are compatible with Youzer. unless we have specifically specified compatibility for it, we will not be able to assist you with it.

    Also, Can you please provide me your order id? I am not seeing any order from your account. If you are here on behalf of a client, please share their order id. That will allow us to prioritize support for you in future.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi John,
    Thank you for the reply and linking.

    Please allow me to think a bit about it.

    What if you are able to embed a page in the tab using the group tabs creator, will that helps? Also, It seems like most suited for the dynamic group tab content plugin(I believe ACF issue was there).

    Please allow me to check it a bit and get back to you in next 24 hours.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi Janet,
    Welcome to BuddyDev forums.

    Please link me to a screenshot showing the issue. That will allow to to understand and assist you better.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: Search Activity Meta #35237

    Hi Jennifer ,
    Thank you for the question.
    Are you trying to use to with BuddyBoss Global search?

    if yes, I will suggest contacting them. Their search is not the normal activity query. So, the code from the linked url may not work.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi Anthony,
    Sure. we can use media query to do that. Here is the updated css.

    
    
    @media screen and (max-width: 720px ) {
       .bp-user-badges-badge-list{
           justify-content: center;
       }
    
    }
    
    

    Please feel free to adjust the max-width.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: [Resolved] Default Tab for Connected Members #35235

    Hi Matthew,
    Please put it in the bp-custom.php
    https://buddydev.com/docs/buddypress-guides/what-is-bp-custom-php/

    Regards
    Brajesh