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: 25402
    Brajesh Singh on in reply to: [Resolved] .Mov Format Video not playing #17083
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25402

    Hi Ivanildo,
    Thank you for purchasing the plugin.

    The error is coming from your theme trying to check for update. It is throwing notices.

    Try reloading the page, most of the API call have limit, so this should work. I will also suggest notifying the theme author about this API call notice.

    If the theme keeps throwing this and you are unable to upload the zip file, do you use ftp or cpanel? If you do, You can extract the plugin’s zip file and upload to wp-content/plugins directory and then go to Plugins->Installed and activate it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25402
    Brajesh Singh on in reply to: buddypress registration issue #17073

    Hi Matt,
    If you are using Network active BuddyPress registration, Here are the things that will happen:-

    1. The registration happens on main site only. It is possible to allow registering on a sub site but that will need extra code hack.
    Try enabling Multi Blog Mode. It will allow you have the social pages on all sub domains.

    2. The user list is global. I don’;t see any available solution that limits to a site. If we do it based on domain specific roles, It won’t be efficient for larger community.

    3. Multiblog mode will fix it.

    4. Try BP Profile Search. It is the closest thing available.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25402

    Hi Matt,
    Thank you.

    The google doc viewer uses url for the purpose. That’s why it is not working on the local development.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25402
    Brajesh Singh on in reply to: [Resolved] paiement with featured Member #17071

    Hi Herve,
    I have received it. I will check it tonight/tomorrow and assist you latest by Monday(or before).

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25402
    Brajesh Singh on in reply to: [Resolved] BP Ajax registration – Ajax Login #17067

    Hi David,
    yes, It is coming in next 2-3 days. I was busy with another plugin which I was able to complete today. So, next is this one.

    About the profile picture:- I am sorry but BuddyPress’s normal registration does not offer it anymore and that’s why we have avoided it.

    Thank you.
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25402
    Brajesh Singh on in reply to: [Resolved] .Mov Format Video not playing #17063

    Hi,
    Please download the plugin from here.

    1. Make sure you are atleast on VPS and have ffmpeg installed
    2. https://buddydev.com/downloads/mpplt-local-transcoder/versions/mpp-local-transcoder-1-0-0.zip

    3. For better performance, I will recommend configuring wp cron using crontab.

    How it works:-
    Currently, the functionality is simple. When you upload a video, it gets added to the queue. You can see the Queue from the backend.

    The cron job converts the video to mp4 and updates the queue/media entry. Since the cron job is scheduled at 1 minute interval, you may feel a little delay(2-3 minutes) between the enqueuing and the actual conversion.

    Currently, we do not show the status on front end(You can see it in the backend though). In future, we may do that.

    I don’t see much scope for the plugin as using a local transcoder will not work for sites with high video upload rate. This will work fine for the low/medium(say 500 video uploads per day) site.

    Configuring Cron Job on linux.
    1. Edit wp-config and put this line

    
    
    define('DISABLE_WP_CRON', true);
    

    It will stop WordPress from spawning cron.

    2. Now, you can use crontab -e to edit the crontab and add a new entry. Add the entry like

    
    
    * * * * * wget -q -O - http://yoursite.com/wp-cron.php?doing_wp_cron
    

    Please replace yoursite.com with the actual site url.

    Save it.

    restart cron

    
    sudo service cron restart
    

    And it should start working.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25402

    You are welcome. Glad it worked.

  • Keymaster
    (BuddyDev Team)
    Posts: 25402
    Brajesh Singh on in reply to: To/From Values custom field issue #17057

    Thank you. That makes sense. I should have been a bit more careful as you had mentioned the plugin in the very first post. I still missed it somehow.

    Sorry for the inconvenience.

  • Keymaster
    (BuddyDev Team)
    Posts: 25402
    This reply has been marked as private.