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: 25494
    Brajesh Singh on in reply to: [Resolved] BuddyPress Group Badges #25990
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Luca,
    Thank you for the question.

    I will need a few days to explore this. We should be able to add compatibility with member types.

    Please allow me to get back to you mid next week.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Needed Plugins #25988

    Hi Brad,
    Welcome to BuddyDev.

    Thank you for the suggestion and the details.

    For the time being, you may use BuddyPress group meta api to add the extra data for the field.

    The challenge for a plugin of this type will be a UI. How do we create a user interface to allow adding custom meta.

    PS:- Sorry for the delayed reply. was hoping to reply the same day but i slipped somehow.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] Hide image titles from front end #25987

    Hi Steve,
    thank you.

    Please visit dashboard->Appearance->Customize

    Now, open the “Additional Css” section and paste it there

    
    
    .mpp-lightbox-media-title-info  { display:none;}
    
    

    That will remove it from the lightbox.

    For the tooltip, I am unable to provide a solution currently. It will need template overriding. The tooltip is being shown from the title attribute of the link.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

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

    
    add_action( 'mpp_init', function () {
    
    	if ( function_exists( 'mpp_activity_inject_media_in_comment_replies' ) ) {
    		remove_action( 'bp_activity_entry_content', 'mpp_activity_inject_media_in_comment_replies' );
    	}
    
    } );
    

    It will disable the image in the comments.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] Hide image titles from front end #25984

    Hi Steve,
    Thank you for the details.

    Are you referring to the title in the lightbox? By default, MediaPress should not show the title in activity media list(for images). It does appear in the lightbox though.

    can you please confirm?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Steve,
    Is it about MediaPress? We did it specifically on the request of users. I can assist with disabling image in the comments.

    Please let me know.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] Hide image titles from front end #25980

    Hi Steve,
    Welcome to BuddyDev.

    Please provide the context of the image upload. are you using any plugin for it?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Make avatar in profile a link to change photo #25974

    Please change your ‘link’ to this

    
    'link'            => bp_displayed_user_domain() .bp_get_profile_slug() .'/change-avatar/',
    

    That will do it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Giles,
    WPML is not a free plugin and I don’t have a license for it. That’s why I am unable to provide compatibility.

    I will gladly provide support for any other free multilingual plugin.


    @entoen
    ,
    Thank you for your help on this Han.

    Best regards
    Brajesh