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: 25384
    Brajesh Singh on in reply to: BuddyBlog Pro Posts Layout – 2 #47389

    Hi Nik,
    Thank you for the patience.

    Please try using this ro remove their scope on our pages.

    
    function bblcustom_disable_em_scope() {
    
    	if ( ! class_exists( 'EM_Event_Post' ) || ! method_exists( 'EM_Event_Post', 'parse_query' ) ) {
    		return;
    	}
    
    	$priority = has_action( 'parse_query', array( 'EM_Event_Post', 'parse_query' ) );
    
    	if ( $priority ) {
    		remove_action( 'parse_query', array( 'EM_Event_Post', 'parse_query' ), $priority );
    	}
    }
    
    add_action( 'bbl_groups_pre_container_contents', 'bblcustom_disable_em_scope' );
    

    You can put this code in your bp-custom.php

    I have not tested this code but this should remove the scope. Can you please tell me if it worked or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384
    Brajesh Singh on in reply to: Activity Stream conflicts with woo commerce #47388

    Hi Gabs,
    Please removing the activity as parent from the shop page. it is quiet possible that having Activity as parent page is causing some conflict.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384

    Hi Chris,
    Thank you for the questions.

    1. You may use any of the localization tool or plugin to change labels. MediaPress supports localization.

    2. I am sorry but I could not understand your second question about title+description. Please help me uderstand.

    3. Yes, it is possible to add extra field using code.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384
    Brajesh Singh on in reply to: Mediapress Elementor Pro Breaking Layout #47378

    Hi Chris,
    Is that a BuddyBoss setup(Looks like one)? MediaPress does not work with BuddyBoss(specially their activity).
    For BuddyBoss my suggestion is to use their own Media Component
    If you still want to use MediaPress, we will look into it and assist you. Please do note that we will not be able to assit with activity uploading in BuddyBoss using MediaPress.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384
    Brajesh Singh on in reply to: Activity Stream conflicts with woo commerce #47377

    Hi Gabs,
    Welcome to BuddyDev support forums.

    What kind of conflict you are seeing? Is this some error code.

    Please share your issue as well as WordPress & BuddyPress version and we will be glad to assit you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384
    Brajesh Singh on in reply to: [Resolved] MediaPress Breaking Profile Page Layout #47372

    Hi Chris,
    Welcome to BuddyDev support forums.

    MediaPress is not compatible with BuddyBoss. BuddyBoss has its own media component and we do not provide compatibility with them.

    Please use the Media component from BuddyBoss instead.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384

    Hi Daniel,
    Thank you for confirming.

    User experience is one of the things that needs a lot of attention in BP if it really aims to be helpful to community creators.

    Hoping that things will improve in future.

    I am glad your site is working better now.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384

    You are welcome!

  • Keymaster
    (BuddyDev Team)
    Posts: 25384

    Hi Peter,
    Thank you for the reply.

    1. I am sorry, I will need more time on this. The current workload is a bit more than I expected. We have done similar thing in our member types pro and I plan to add the specific code to this one but I am unable to work it properly. I will be trying in next couple of days. I will be making it available in november.

    2. I am sorry, I am unable to assist you with the relative date. Please request assistance from BuddyBoss for the same.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25384
    Brajesh Singh on in reply to: [Resolved] BuddyPress admin Actvity hide #47354

    Thank you.
    That’s good to know.

    Regards
    Brajesh