BuddyDev

Search

Replies

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

    Hi,
    Thank you for your patience.
    I had a look and it seems the override is set to Yes.

    Please ensure that “Enable Override” is set to “No” in the upload settings. That will disable the option for group admins.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203

    Hi Cristi,
    I am sorry for the inconvenience.
    is there any chance that the new BuddyBoss release has added access restrictions?
    We are not using REST API in the BuddyBlog Pro. It should work fine unless come code is adding restrictions on upload capability.

    I will check with their latest version and update you within next 4 hours.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25203
    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: 25203

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

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

    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: 25203
    Brajesh Singh on in reply to: [Resolved] GROUP TABS PRO – New Updates? #49932
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25203
    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: 25203
    Brajesh Singh on in reply to: Group tab not visible to members #49929

    Hi Roger,
    You are welcome!