Replies
- Brajesh Singh on May 16, 2022 at 10:50 pm in reply to: Add rich editor as tiny MCE on post form buddypress #44987
Hi,
If you are using our WordPress.org version, we have following code that is used to latch over to the ajax posting and sending our uploaded media ids.//filter ajax request but only if the activity post form is present if (jq('#whats-new-form').get(0) || jq('#swa-whats-new-form').get(0)) { jQuery(document).ajaxSend(function (event, jqxhr, settings) { if (is_post_update(settings.data)) { var attached_media = mpp_get_attached_media(); if (attached_media) { settings.data = settings.data + '&mpp-attached-media=' + attached_media; mpp_reset_attached_media(); } } }); jq(document).ajaxComplete(function (evt, xhr, options) { var action = get_var_in_query('action', options.data); //switch switch (action) { case 'post_update': case 'swa_post_update': hideActivityUploadContainer(); mpp.activity_uploader.hide_ui(); //clear the list of uploaded media jq('.mpp-remote-add-media-row-activity').hide(); break; } }); }It seems to me that when you are enabling the rich text editor, the code does not get attached.
If possible, Please investigate it.If you are using the plugin from github, Please let me know. we have a bit different code there.
Regards
Brajesh - Brajesh Singh on May 16, 2022 at 10:46 pm in reply to: [Resolved] Strange behaviour in empty post form #44986
Hi,
I am sorry for the inconvenience.
Please allow us to test and get back to you tomorrow.I am assuming that you are using the plugin from WordPress.org?
Regards
Brajesh Hi Craig,
Thank you for the questions.1. We hope to bring group posting functionality to BuddyBlog Pro in future.
2. For the time being, this plugin is not deprecated. We release any bug fixes but we are not actively developing the blog categories.
We are hoping that the Group Blogging for BuddyBlog should allow moving content like we did with BuddyBlog earlier. Though, there may be some incompatibilities.
Please feel free to use it currently.
Regards
Brajesh- Brajesh Singh on May 16, 2022 at 10:38 pm in reply to: [Resolved] Suspended users can still be messaged through REST API #44984
Hi,
Thank you.I am glad you have got it working by slightly changing the strategy.
Please do let me know if you need any further change from us.
Regards
Brajesh - Brajesh Singh on May 16, 2022 at 9:12 pm in reply to: [Resolved] How to remove action for BuddyPress Moderation Tools? #44983
Hi Nick,
Do you want to disable it for all activity updates? If yes, Please visit Dashboard->Moderation->Settings-> untick BuddyPress ActivityIf no, Please help me understand better.
Thank you
Brajesh - Brajesh Singh on May 16, 2022 at 3:57 am in reply to: [Resolved] Buddypress confirm action on registration exit #44974
🙂
Hi Renaat,
Thank you for using the plugin.Gutenberg is not available for use in plugins as front end editor.
BuddyBlog and BuddyBlog Pro does not support Gutenberg for that reason. You can use block editor in your site’s backend if needed. This plugin will not use them for front end.the assumption with BuddyBlog Classic editor is that you do not style your images individually, It is styled by your theme/css which used to happen in WordPress before Block Editor.
Regards
Brajesh- Brajesh Singh on May 16, 2022 at 3:42 am in reply to: MediaPress MultiUpload then Activity only One Entry #44972
Hi Maurice,
Once you disable that, if you upload media to gallery, It will notify you of the media not published in activity. You can then publish the media to activity as bulk.MediaPress is not aware on its own when a queue for upload has ended, so we have either auto publish for individual emdia or bulk publish where the uploader needs to click a button.
Regards
Brajesh - Brajesh Singh on May 16, 2022 at 3:40 am in reply to: [Resolved] “BuddyPress User Badges” Update for BuddyBoss 2 #44971
Hi Hussein,
Thank you.
I see the issue is caused by the size. I will share some css later today after testing locally.Regards
Brajesh Hi Laurent,
Thank you.We will check with Youzify over Monday/Tuesday and get back to you.
Regards
Brajesh