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

    Hi Herve,

    Thank you.

    I misunderstood it earlier. No, That was not a warning.

    It was simply a note that on the friends screen, we are not filtering , so if you are using it to hide users from widget etc, they will be visible.

    I was concerned that you may be using it to create some sort of privacy.
    I think, I will choose better words for note in future 🙂

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: Mediapress support for 3gp video files #14170

    Hi Joseph,
    Our solution for converting video/audio will be available in May this year. Next month, we are planning to have the Remote Media(It has been due for long) and get 1.5.0 out.

    Earlier the time was not justified but now we do have a proper userbase and this has got higher priority.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Please check the error log and post me what error do you see there?

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi Jon,
    It seems some change sin our last update caused it. I am planning to have the plugin officially available form BuddyDev next week, so I(or my team) will look into the card issue and will have the fix before the release.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: Profile Tab #14167

    Hi Julia,
    Like Ravi said above, setting the edit profile will break the screen for the edit profile. It is due to the current implementation BuddyPress has for profile edit page.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: [Resolved] Video Thumbnail Upload #14166

    Hi Keith,
    We already have that functionality for all non photo media types.

    I.e you can upload custom cover photo for video, audio or documents. Currently, it is doable from the single media edit page.
    https://i.imgur.com/YGUy7Bt.png

    We do plan to allow the same from the lightbox and bulk edit screen in future.

    Best Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: Can anyone suggest me a hosting provider ? #14155

    Welcome to BuddyDev Jemmy.

    Thank you for sharing the insights Christopher. Those are important things to consider while selecting a webhost.

    If you are just starting and will avoid working with code and fixes, go for a managed WordPress hosting.
    Start with one that suits your budget. You can easily migrate to better/other in future when traffic grows.

    Kinsta and WP Engine will be the top 2 in that space. Make sure to check their Overage prices though. WP Engine may charge a lot for that.

    Other than these two, you can pick any other for starting like Site Ground or Dream Host. Avoid the sites that say unlimited storage or bandwidth.

    Also, if you plan to use WooCommerce or BuddyPress and can’t go for a managed WordPress hosting, go for managed VPS or cloud. If you are planning to use only WordPress, shared hosting will be fine too.

    All the Best
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi Herve,
    Thank you.

    Can you please post me your xprofile field id. I may be able to put some css.

    For posting code here, please wrap it inside backtick(`) . I am not sure form above code .

    If you only want to filter on directory, It can have similar condition.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Thank you Herve.
    Have deleted the previous post. Marking it as resolved.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi Mwale,
    In that case, you can use my code from here

    https://buddydev.com/support/forums/topic/how-to-remove-buddypress-user-from-all-groups/#post-13894

    and change this line

    
    add_action( 'ms_model_event_deactivated', 'mwale_remove_from_group_on_membership_deactivate', 10, 2 );
    
    

    to

    
    add_action( 'ms_subscription_status-' . MS_Model_Relationship::STATUS_EXPIRED, 'mwale_remove_from_group_on_membership_deactivate', 10, 2 );
    
    

    That should most probably work.

    Please give it a try.