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: 25336

    Hi Joo,
    Thank you.
    2. Thank you for confirming. Yes, when there are multiple media in single update, the comments are not shown in lightbox.
    The reason is those comments are on collection of media and not on any single media. You can see them on your activity wall gallery.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: [Resolved] Multisite Multiblog Member Sync #23747

    Hi Mike,
    If you are not using the multi network plugin, the users are common to all networks.

    Some of the users might not have a role on other sites but they will be visible. Are you using any role based filtering? If not, all sites should have same users in member directory.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Vivek,
    Is there any chance that you created that page using visual composer? We are filtering on the_content to add our button. It seems that the visual composer is replacing that.

    Can you please confirm?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: [Resolved] Member Type Badges #23741

    Hi Mike,
    Thank you for asking. The plugin will be available afternoon tomorrow.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: Profile Cover Page Confirmation #23740

    Hi Mocha,
    Please use a translation tool(poedit) or any plugin(if you are using any translation plugin) and you can translate the text to specify that message.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: [Resolved] Multisite Multiblog Member Sync #23739

    Hi Mike,
    Is there any chance that you are using BuddyPress Multi Network plugin?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Renee,
    Thank you for using the plugin. Please allow us to check this today. We will push an update to let admins control this .

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Joo,
    I am sorry.

    1. That’s strange I will setup a demo for you on Monday for you to test and help me recreate it. If we could re-create it, I can fix quickly.

    2. It is working on your site. In the screenshot, the “test” is update message you had added while adding photo. Please recheck by adding comment.

    4. Surely doable. I will post some code soon.

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Joo,
    1. It seems an issue with your theme. I was unable to re-create it. Clicking read more keeps the image intact.

    2. Please put the following code in your bp-custom.php or your theme’s functions.php

    
    add_filter( 'mpp_use_single_media_upload_as_media_activity', '__return_true' );
    
    

    Any new upload(after the change) will have the activity sync between lightbox and activity stream.

    3. Lightbox scroll,
    Here is a temporary solution. We will need to improve it in future

    
    .mpp-lightbox-content {
    	max-height: 90vh;
    }
    
    

    We are setting maximum height to the 90% of the view port. so, should show scroll after that.

    4. Please clarify, do you want the posting box to be limited or the upload button?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Vivek,

    Please enable the support for your intended post type in the settings. Once you do that a report button will appear at the bottom of your single post type page.

    Please check and let me know if it happening or not?

    Regards
    Brajesh