Hi @mrpetyash,
I hope you are well today and thank you for your questions.
How can I DISABLE video and link publishing, and enable only uploading pictures to server, not using links?
You can hide video and link publishing buttons and only display picture uploading button by adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin.
https://www.ads-software.com/plugins/simple-custom-css
.bpfb_toolbar_container a#bpfb_addVideos, .bpfb_toolbar_container a#bpfb_addLinks {
display: none;
}
And yet. I made russian translation of the BPAP. Where can I send these files?
You can upload these translations to our translation project on the following page.
https://premium.wpmudev.org/translate/projects/media-embeds-for-buddypress-activity/ru-ua/default
Find more information about the usage of our translation project on the following page.
https://premium.wpmudev.org/manuals/using-wpmu-dev/translations/
Best Regards,
WPMU DEV