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: 25485
    Brajesh Singh on in reply to: Moderation plugin categories #32757
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Buddyblog in Multisite environment #32755

    Hi Ritz,
    Thank you for the question.

    The BuddyBlog is not built for this use case.

    If you are a developer, you may be able to accomplish it using switch_to_blog. We are unable to assist you with it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Hugo,
    Sorry, I see that your membership expired recently. The pro version is available under themes section when membership is active.

    For Community Builder Free, Please allow us to push a version in next 12 – 15 days. We are working on to bring parity with the pro version.

    For now, Please ignore this. It is a notice only.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Good to know.

    All the best.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: bp moderation tools > report button #32738

    Hi,
    Thank you for the question.

    1. You can either use a shortcode like

    
    [bpmts_report_button]
    

    or code like

    
    echo  bpmts_get_report_button( array(
    	'label'         => 'Report button label',
    	'item_id'       => get_the_ID(), // post id.
    	'item_type'     => get_post_type(), // post type.
    	'context'       => 'anything',
    	'context_id'    => get_the_ID(),// anything
    	'link_class'    => 'some-css-class',
    	'wrapper_class' => 'some-warpper-css-class',
    ));
    
    

    To enable it for custom post type, Please make sure it is checked under Reportable type in the settings.

    Currently, I was unable to find a good way for disabling button(other than disabling reportable type).

    Please allow me 2 days to put an update for that.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Rami,
    Please open a new topic and I will share the plugin. Any messages shared here as private will not be visible to you. That’s why I had not shared here and was waiting for the release docs.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Hugo,
    Community Builder does not load css files from child.

    If you have created a child theme, I assume, you are already loading some css file in the child theme? You can put the custom css there.

    PS:- I was referring to our ready to use child theme(community-builder-child) that comes with Community Builder Pro.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Can you help me please? #32734

    Hi Lesie,
    Hope you are doing well.

    Please share the issues you were facing and we will assist you with it. Our plugins should work as expected. If there is any issue (sometimes happens due to conflict with theme or plugins), we will be happy to troubleshoot and resolve.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Hugo,
    Are you using one of our child themes? If yes, Please put the code in your-child-theme/assets/css/custom.css

    If you are not using our child theme, Please check which css file it is loading, and add there.

    we do not allow override of default.css file as it contains the whole layout. All you need is to override a single selector/rule in your child theme and you can do it by adding the selector/rule to your child theme’s css file.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Hugo,
    Please make sure to upgrade to latest version. We had fixed this notice in our latest release(2.1.0 on 12th August).

    We had to keep it earlier to make sure our members were able to transition to BuddyPress 6.0. When BuddyPress 6.2 came out, we dropped the support for old filter and move to the new one.

    Regards
    Brajesh