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 Amir,
    I am sorry for the trouble.

    Can you please tell me the following:-

    1. Was it working as expected earlier?
    2. if yes, did you upgrade Learndash, theme or some dependency plugin recently?

    If you can help us understand what triggered the issue, we will be able to resolve it quickly.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Crazy with thumbnails #32008

    Hi Nelson,
    Welcome to BuddyDev forums.

    You may use MediaPress Local Transcoder to automate it(extraction of image from video) or your users can manually upload cover.

    https://buddydev.com/plugins/mpp-local-transcoder/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: BuddyPress User Badges shortcodes #32007

    I See,
    It seems you are referring to this line

    slug:- It is required. It is the slug of the badge. For Role/Member types based badge, It is the role name e.g “administrator” or the member type name.

    Please see the example below that. We haven’t used any encoded quotes in any of the example and if this sentence has caused issue, I am updating it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: BuddyPress User Badges shortcodes #32006

    Hi,

    1. Please upgrade to 1.1.8 and it has proper support for BuddyBoss theme

    2. slug=”author” is incorrect. It seems WordPress has encoded the quotes. We do not use this encoded quotes. You should use either plain quote(single or double) or no quote at all.

    Please link me to the page where you found that encoded entity. I had removed it from our plugin documentation page a few weeks ago.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Hide a member type in Profile Search Forms #31996

    Hi Ramon,
    My apology for missing this topic.

    1. Please remove the code suggested by Ravi above.

    2. Please find out the name(not the label, It is the unique name) for each allowed member types. Let us say, they are ‘student’, ‘teacher’.

    We can put the following code in bp-custom.php

    
    
    /**
     * Restrict allowed member types in search.
     */
    add_filter( 'bpmtp_profile_search_form_allowed_member_types', function ( $types ) {
    
    	return array(
    		'student',
    		'teacher', //add your own.
    	);
    } );
    
    

    Please feel free to add/remove the member types as you please.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Bobwhallz ,
    Welcome to BuddyDev.

    I am sorry, we do not offer support for 3rd party themes for issues unrelated to our plugins.

    I will still try to assist you on this assuming you are referring to the free version of Astra.

    Can you please share a screenshot and annotate what you are trying to achieve there and which template pack re you using?
    I will assist then.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi,
    I am sorry, the activity pagination does not work without reloading. If you use the “Load More” option, that will work without reloading.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Local Transcoder – Change FFMPEG Path ? #31990

    Hi Maurice,
    I am sorry but I am not sure what is the issue here. If other plugins are able to use FFMpeg, so should the Local Transcoder.

    I will suggest uploading a video and trying to convert it/re queue it and then check that video’s file directory. Do you see any error file generated there.

    If yes, please share the content.

    Regards
    Brajesh