BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Blog Categories for Groups #44985

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi Nick,
    Do you want to disable it for all activity updates? If yes, Please visit Dashboard->Moderation->Settings-> untick BuddyPress Activity

    If no, Please help me understand better.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: buddy blog image styling issue #44973

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Issue with notifications #44964

    Hi Laurent,
    Thank you.

    We will check with Youzify over Monday/Tuesday and get back to you.

    Regards
    Brajesh