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: 25472
    Brajesh Singh on in reply to: Ajax registration – form has gone whacky #14581

    Marking it resolved as the discussion is there on email. Please flee free to reopen in future.

    Ragrds
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Thank you for marking it resolved.

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Sujee,
    Thank you. I will post the code today.

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    The problem might be related to upload capability.

    The plugin does add the upload and edit_post cap to users(using user_has_cap filter) if it is a BuddyPress page.

    For non BuddyPress age, you may want to filter on

    
    bsfep_enable_upload_filters
    
    

    and return true for your page.

    For example,

    
    
    add_filter( 'bsfep_enable_upload_filters', '__return_true' );
    
    

    Will do it in all cases(I will suggest avoiding that and enabling it specific to your cases).

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Brendan,

    Please add the option

    
    
    allow_upload'=> true,
    
    

    to the above setting.

    Hope that helps.

    EDIT:- I see you already have it, I am looking further.

    Regards
    Brajesh

    • This reply was modified 8 years, 3 months ago by Brajesh Singh. Reason: noted that the setting was already there
  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: [Resolved] "Links xprofile" & NEW PLUGIN #14570

    You are welcome.

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    I am sorry but I am unable to be of much help with 3rd party plugins(specially if they are not BuddyPres, WooCommerce or the very popular ones).

    If it is about changing roles, I can help but I will need you to rephrase the question and specify the goals.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

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

    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