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

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

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

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25347

    Hi Carsten,
    Theme needs to support that feature. Most probably your theme does not support it.

    It need specific update to register.php(unless your registration page is falling back to template packs).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25347
    Brajesh Singh on in reply to: [Resolved] BuddyPress Group Type Generator #25962

    Hi Has,
    We did develop a plugin for it but the end result was not flexible enough for public release. We will like to update that and release it sometime in future.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25347
    Brajesh Singh on in reply to: Add BuddyPress header to specific pages #25961

    Hi demonboy,
    It is not simple to accomplish.

    You can mimic the layout by copying the member header and changing the displayed user details with logged in user.

    This may need some developer assistance though.

    Regards
    Brajesh