Replies
- Brajesh Singh on September 2, 2018 at 12:33 pm in reply to: [Resolved] .Mov Format Video not playing #17083This reply has been marked as private.
- Brajesh Singh on September 2, 2018 at 12:30 pm in reply to: Error Messages installing Buddypress-User-Profile-Tabs-Creator-Pro #17082
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 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- Brajesh Singh on August 31, 2018 at 9:14 am in reply to: [Resolved] No preview available to PDFs PPTs DOCs #17072
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 - Brajesh Singh on August 31, 2018 at 9:05 am 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 - Brajesh Singh on August 31, 2018 at 1:36 am 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 - Brajesh Singh on August 30, 2018 at 5:40 pm 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.zip3. 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 linedefine('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_cronPlease replace yoursite.com with the actual site url.
Save it.
restart cron
sudo service cron restartAnd it should start working.
Regards
Brajesh - Brajesh Singh on August 30, 2018 at 3:43 pm in reply to: [Resolved] Add the member type value (i.e. student, teacher ecc) in the member page title #17061
You are welcome. Glad it worked.
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.
- Brajesh Singh on August 30, 2018 at 1:35 pm in reply to: [Resolved] BP member types pro: directory slugs and tabs don't work #17055This reply has been marked as private.