BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25090

    Hi Daniel,
    I am sorry, we haven’t released yet due to docs/videos preparation.
    I will make sure it is available over this weekend. I can provide a copy via google drive for now until we publish the docs.
    Please let me know if you need it soon.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25090
    Brajesh Singh on in reply to: Buddyblog text change on edit #48853

    Hi Tosin,
    Thank you.
    I have the hunch that using DomDocument parser is causing it.
    The problem is MediumEditor(js library) has been abandoned and we are looking for a suitable substitution for future.

    At the moment, I will recommend keeping it diabled.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25090

    Hi Quentin,
    Thank you.

    I am glad you have it resolved now.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25090
    Brajesh Singh on in reply to: [Resolved] Block button does not respond. #48845

    Thank you.
    I see that the issue is with content. The problem is this section of code.

    
    if ( is_user_logged_in() && function_exists( 'bublock_get_button' ) && bp_is_user() && ! bp_is_my_profile() ) {
    		$args = array(
    			'user_id' => bp_displayed_user_id(),
    			'button_class' => 'my-button-class'
    		);
    		echo bublock_get_button( $args ); 	
    	}
    

    It should be

    
    if ( is_user_logged_in() && function_exists( 'bublock_get_button' ) && bp_is_user() && ! bp_is_my_profile() ) {
    		echo bublock_get_button( bp_displayed_user_id() ); 	
    	}
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25090
    Brajesh Singh on in reply to: [Resolved] Block button does not respond. #48843
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25090
    Brajesh Singh on in reply to: Buddyblog text change on edit #48841

    Hi Tosin,
    That’s an encoding issue.

    Can you create a demo video showing the content and the steps that is causing it.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25090
    Brajesh Singh on in reply to: [Resolved] Block button does not respond. #48840

    Hi Carsten,
    I can not investigate the request form the screenshot but the response code is 403(forbidden).
    If other ajax features are working that means the request being sent is not sending the proper details(item type, id, nonce etc).

    If you want, I can check it on the site and see what is causing it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25090
    Brajesh Singh on in reply to: Moderation settings #48839

    Hi Philippe,
    Welcome to BuddyDev support forums.

    BuddyPress does not come with a moderation tool out of the box.

    You can either use ours(It is paid) or there is a freemium alternative available from other developer on wordpress.org repo to have the moderation.

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25090
    Brajesh Singh on in reply to: [Resolved] Block button does not respond. #48833

    Hi Carsten,
    From the screenshot, It seems something is preventing access to admin-ajax.
    Do you have any rule/plugins restricting access to WordPress dashboard or wp-admin/admin-ajax.php

    That seems to be causing this.

    Please check.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25090
    Brajesh Singh on in reply to: [Resolved] Block button does not respond. #48830

    Hi Carsten,
    Thank you for reporting the issue.

    I don’t see any error.
    Can you check the browser console and see if there is any js error appearing?

    Regards
    Brajesh