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: 25275
    Brajesh Singh on in reply to: Plugin Request #7962

    Thank you Carl.
    Will do 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25275

    Hi Rohan,
    Thank you for posting. we will push an update coming Tuesday to fix this and a few other issues.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25275
    Brajesh Singh on in reply to: Plugin Request #7903

    Hi Carl,
    Thank you.

    My apologies for missing the email.

    This is doable but due to my current work commitments, I am not in position to do anything for atleast 2 weeks. We have several plugins, themes lined up for BuddyDev. They have kept me a lot busy recently.

    I will be happy to do it in future, but I am unable to do so currently.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25275

    Ahh, sorry. I forgot about the first time ajax posting part.

    Please change ‘bp_template_redirect’ to ‘bp_init’

    That will do it.

  • Keymaster
    (BuddyDev Team)
    Posts: 25275
    Brajesh Singh on in reply to: [Resolved] Conditional Profile Fields #7898

    Hi Dennis,
    I am sorry for the inconvenience.

    If I was in this situation, I will mark the checkbox non required in admin and do a custom validation on ‘bp_signup_validate’ action to make sure that one of the checkbox is checked.

    I do understand that it is not a very suitable option for the site admins. I am willing to assit you if you can tell me the field ids and their dependency on the checkbox.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25275

    Hi Dandy,
    Thank you.
    yes, that was only for oembed.

    Please add this to the bp-custom.php

    
    function buddydev_disable_activity_links() {
    
    	remove_filter( 'bp_get_activity_action',                'make_clickable', 9 );
    	remove_filter( 'bp_get_activity_content_body',          'make_clickable', 9 );
    	remove_filter( 'bp_get_activity_content',               'make_clickable', 9 );
    	remove_filter( 'bp_get_activity_parent_content',        'make_clickable', 9 );
    	remove_filter( 'bp_get_activity_latest_update',         'make_clickable', 9 );
    	remove_filter( 'bp_get_activity_latest_update_excerpt', 'make_clickable', 9 );
    }
    
    add_action( 'bp_template_redirect', 'buddydev_disable_activity_links' );
    

    Please do let me know how it goes.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25275

    Hi Dandy,
    Please put this in your bp-custom.php and let me know it works for you or not?

    
    add_filter( 'bp_use_oembed_in_activity', '__return_false' );
    
    

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25275
    Brajesh Singh on in reply to: Problem with upload images #7893

    Hi,
    Most probably your hosting provider does not have a WordPress experienced person. They should have known that the theme is registering only 3 sizes and they should have also known how WordPress works with media if they were any expert.

    Please see the google results about the issue

    https://www.google.co.in/search?q=WordPress+redundant+image+problem&oq=WordPress+redundant+image+problem&sourceid=chrome&ie=UTF-8#q=WordPress+media+sizes+too+many+images&*

    Also, I do recommend using the Simple Imge Sizes plugin to control the generated images. Please see our recommendation here

    https://buddydev.com/docs/guides/community-builder/resources/useful-wordpressbuddypress-plugins/

    Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 25275

    Hi Dandy,

    Thank you for asking,.

    There are two things involved here.

    1. Oembed:- The generated content you see
    2. Hyperlinked:- All other links that don’t support oembed

    Do you want to disable both?

  • Keymaster
    (BuddyDev Team)
    Posts: 25275
    Brajesh Singh on in reply to: What is the Mediapress Uploader shortcode? #7889

    Hi Chris, Adam
    Thank you.

    Thank link seems to be managed by some plugin and does not work.


    @donsauce
    ,
    I am sorry, we don’t have any shortcode related to links. All our shortcodes currently deal with listing of the media/gallery/forms.