BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25082
    Brajesh Singh on in reply to: Pragmatically create mediapress Gallery! #49944

    Hi Karamveer,
    Thank you for the reply and the details.
    I will test again and get back to you in 24 hours.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25082

    I assume that Instructor has a role? If yes, then you can use the role to restrict tab to some of the users.
    In the shortcode, you can replace the user id with our token to use the id of the displayed user.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25082
    Brajesh Singh on in reply to: buddyblog group – tab is missing #49939

    Hi
    2. Upload settings available in group admin:- I am sorry, we missed to verify it. I will get back to you tomorrow with this.

    3. We do not have any settings to restrict file types. It is your site’s allowed file types. You can use any plugin.
    Here is an example
    https://wordpress.org/plugins/wp-upload-restriction/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25082

    Hi, You may use the following code in wp-content/plugins/bp-custom.php.
    It will break any BP dependencies loading scripts/styles on front end though.

    
    /**
     * Disable 'bp_enqueue_scripts' action by unhooking the function.
     */
    add_action( 'plugins_loaded', function () {
    	$priority = has_action( 'wp_enqueue_scripts', 'bp_enqueue_scripts' );
    
    	if ( false !== $priority ) {
    		remove_action( 'wp_enqueue_scripts', 'bp_enqueue_scripts', $priority );
    	}
    } );
    
    

    We are simply making the action ‘bp_enqueue_scripts’ unavailable.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25082

    Hi,
    Thank you for the question.

    I am not sure about the question. If you want to create a tab with Profile Tabs pro and learn dash offers you a shortcode to display courses by that user, then yes.

    If Learndash has integration with BuddyPress but it is not showing the courses, then you should get help from them instead of trying Profile Tabs Pro.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25082
    Brajesh Singh on in reply to: [Resolved] GROUP TABS PRO – New Updates? #49932
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25082
    Brajesh Singh on in reply to: More single purchase plug-in #49930

    Hi Earl,
    I am very sorry, that plugin(and BP Emoji) does not have general availability due to compatibility issues with other themes.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25082
    Brajesh Singh on in reply to: Group tab not visible to members #49929

    Hi Roger,
    You are welcome!

  • Keymaster
    (BuddyDev Team)
    Posts: 25082
    Brajesh Singh on in reply to: Pragmatically create mediapress Gallery! #49928

    Hi,
    As the result says, you are importing a file type which is not allowed in the gallery.

    There are two possible reasons:-
    1. The media type is different from gallery type
    2. Or the media type allowed in gallery does not support the extension used by your uploaded media.

    Please look into that.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25082

    Hi Felipe,
    Welcome to BuddyDev support forums.

    I am assuming you are setting multiple tabs as default component but they are aimed at different users? At the moment, the plugin looks for first default component and uses it.

    Please allow us till Tuesday and we will update this behaviour.

    Regards
    Brajesh