BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25090

    Hi Mike
    You are welcome.

  • Keymaster
    (BuddyDev Team)
    Posts: 25090
    Brajesh Singh on in reply to: BuddyBlog Groups – activity string #48828

    Hi Nik,
    Thank you for the question.
    You may want to use this to remove the filter.

    
    
    // Disable BuddyBlog groups filtering of activity action string.
    add_action( 'init', function () {
    
    	if ( ! class_exists( BuddyBlog_Groups\Handlers\Activity_Helper::class ) ) {
    		return;
    	}
    
    	$activity_helper = BuddyBlog_Groups\Handlers\Activity_Helper::get_instance();
    
    	if ( has_filter( 'bblpro_pre_format_activity_action_new_blog_post', array(
    		$activity_helper,
    		'format_activity_action_string'
    	) ) ) {
    		remove_filter( 'bblpro_pre_format_activity_action_new_blog_post', array(
    			$activity_helper,
    			'format_activity_action_string'
    		), 10 );
    	}
    
    } );
    
    

    In the same way, you can add your won filter.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25090
    Brajesh Singh on in reply to: [Resolved] Reasons Not to Migrate to NING #48827
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25090
    Brajesh Singh on in reply to: BuddyPress FOLLOW option #48826

    Hi Earl,
    As I mentioned in my previous reply, I abandoned it mid way. I am re-evaluating it and seeing if we should push for it or not.

    For the time being, ray’s repo is the current solution.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25090
    Brajesh Singh on in reply to: Sync Buddypress and wordpress avatars #48825

    Hi Earl,
    Thank you for the question.
    By WordPress avatar, do you mean gravatar? BuddyPress already falls back to gravatar if a local uploaded avatar is not available.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25090
    Brajesh Singh on in reply to: BuddyBlog – Taxonomies #48817

    Thank you Nik.
    I am sorry, It was totally our bug and we should have found it earlier. We had this behaviour in the original BuddyBlog(free) plugin and we carried that over to the new BuddyBlog Pro without thinking of the issues.

    Thank you for reporting and helping us resolve it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25090
    Brajesh Singh on in reply to: Buddyblog reorganise form fields #48816

    Hi Tosin,
    Thank you for the request.
    At the moment, it is not doable.

    I am hoping that I may be able to have it in next 7-10 days.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25090

    Thank you.
    I will test and get back to you 🙂

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25090
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25090
    Brajesh Singh on in reply to: BuddyBlog – Taxonomies #48808

    Hi Nik,
    Thank you for your patience.
    There was a bug which manifested when included terms were specified. The post was assigned to all included terms if none was specified.

    It is fixed now. Please upgrade to BuddyBlog pro 1.3.6. This will work as expected(and there is no change required at your end).

    Regards
    Brajesh