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,

    1. It is just to let you know how it works. By failing to save, the type is excluded from saving.

    2. I will not suggest using the code snippet you have posted. It is inefficient. You should not run t on each request. If you do it using cron or other task and run once a day, that will be fine.

    3. Do you want to exclude ‘friendship_created’, ‘new_member’ ‘updated_profile’ ?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: Mediapress futures #14567

    Hi Kingkai,
    Welcome to BuddyDev.
    We don’t have a photo tagging or location tagging plugin available.

    Are you looking for something like the WordPress tags or forums tags? We might have something similar by end of May.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi Bjorn,
    Welcome to BuddyDev.

    This is one of the features that we have been thinking for long but haven’t been able to dedicate to.

    For a site to be able to do it, we will need to extract a video frame, save it as a an image and set as the cover object.

    This needs a sophisticated software life ffmpeg and a proper queue management. Our goal is to have this functionality when we work on the transcoder for converting an uploaded video to web playable(h.264).

    This is a bit complex project as our plan to to create a micro service for extracting/converting video and a php client for co-ordinating with the micro service.

    It is going to take time. Atleast a few months before we will be able to present it.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: WordPress Content Moderator (Plugin suggestion) #14565

    Hi Tosin,
    Thank you for the suggestion.
    We are working on it and I am hopeful that we will be able to deliver it by this weekend.
    For more details, please see
    https://buddydev.com/support/forums/topic/buddypress-moderation-report-usersgroups/

    I will be getting back to this again after the release for future suggestions.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi Tosin,
    Thank you for the suggestion. Looks like a great idea. We will work on something like this in future.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Thank you for confirming. I am glad it worked 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25394
    Brajesh Singh on in reply to: profile customization with widgets #14551

    Hi Monica,
    For MediaPress, you do not need to use shortcode. You can configure it to allow uploads form profile and a user can upload form their profile.

    For other customization, Please check the mail.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi Julia,
    You can use the following code to enable the edit button for RT Media.

    
       add_filter( 'bp_editable_activity_allowed_type', function ( $allowed ) {
            $allowed[] = 'rtmedia_update';
            return $allowed;
       }) ;
    

    But you may not want to do it as the edit will only show html code.

    Best regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi,
    I just forgot to update it. We won’t be able to support the xprofile location field as it is heavily js dependent and will not work for dynamic generated form. We tested the plugin and had a look and the conclusion was it is not feasible to do it in the current state of Xprofile Location field plugin.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25394

    Hi Brandon,
    Can you please guide me on recreating the issue on site. Do I need to register a user with _ in username?