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: 25360
    Brajesh Singh on in reply to: [Resolved] Editable Activity Not Working #32773
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25360
    Brajesh Singh on in reply to: Playlist media in BP-Gallery #32772

    Hi Emon,
    BP Gallery plugin was deprecated long ago.

    If you are referring to MediaPress, you can show the audio galleries as playlist. We don’t have any way to create custom playlist currently(like adding media from other users).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25360

    Hi Rami,
    Thank you for letting me know.

    Please allow me to check it over the weekend and get back to you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25360
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25360
    Brajesh Singh on in reply to: Member Types Pro for Buddyboss #32769
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25360
    Brajesh Singh on in reply to: Moderation plugin categories #32757
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25360
    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: 25360

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

    Good to know.

    All the best.

    Regards
    Brajesh

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