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

    Hi Shannon,
    Please use the following css and adjust the vh as needed

    
    .mpp-lightbox-with-comment-media-container .mpp-lightbox-single-photo img {
    	
    	max-height: 90vh;
    }
    

    vh stands for viewport height.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Recent Visitors Widget #29290

    Hi Jonathan,
    Hope you are doing well.

    Please upgrade to 1.6.1 . You can use the “Recent Visitors” widget to show the visitors of logged in user.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Shannon,
    I will share an example.

    I am using wp_footer to add the js code but you can put it in your theme’s js as well.

    
    add_action( 'wp_footer', function(){
        ?>
    <script type="text/javascript">
        if( typeof jQuery !== "undefined" ) {
            jQuery(document).on('mpp:uploader:upload:complete', function () {
                alert( "All files uploaded.");
            });
        }
    </script>
    <?php
    } );
    
    

    This will show an alert to the user when all uploads are complete.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Thank you Jay.

    I am glad it worked.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi,
    Please upgrade to 1.6.1 and use the following code

    
    /**
     * Show for other logged users.
     */
    add_filter( 'rv_show_visitors_component', function () {
    	return is_user_logged_in();
    } );
    

    That will enable visitors component on other user’s profile too.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: comments not working #29283

    Hi Andres,
    Thank you.

    I checked and this is a common issue with BP Nouveau template pack(which is used by BuddyBoss too).

    We are relaying on the template pack for the activity list as well as commenting/favouriting. It seems that nouveau needs a different structure.

    I will explore it to provide a solution. It will take around 2 weeks before I am able to work on it though.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Carsten,
    I am sorry, we do not provide any assistance with design issues unless you are using our theme.

    If you are using our theme, Please let me know and I will look further into it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Eric,
    I am sorry, It seems the loading issue you faced was due to use of typekit font. I have updated the site to use adobe fonts now. The plugin page should load fine.

    – You may ignore WordPress’s warning
    – No, It can not force users to register only hidden groups. You need to modify your template.
    – Restricting by roles is available with our BuddyPress Membership Restrictions pro coming in next couple of weeks.


    @jlessa

    We will be pushing an update by day end Tuesday. That should resolve your issue.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Can not report user #29273

    Hi John,
    If you have BuddyDev dashboard plugin installed and configured(with key), you can safely upgrade from plugins list screen.

    If it is not installed, Please install and configure BuddyDev dashboard. Alternatively, you can delete and reinstall if you do not want to use the BuddyDev dashboard plugin.

    Regards
    Brajesh