Replies
- Brajesh Singh on August 27, 2020 at 8:24 pm in reply to: [Resolved] Editable Activity Not Working #32773This reply has been marked as private.
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- Brajesh Singh on August 27, 2020 at 8:18 pm in reply to: BuddyPress Multi Network conflict with Buddyboss (Nickname update) #32771
Hi Rami,
Thank you for letting me know.Please allow me to check it over the weekend and get back to you.
Regards
Brajesh - Brajesh Singh on August 27, 2020 at 8:17 pm in reply to: [Resolved] Community theme – how to override default.css #32770This reply has been marked as private.
- This reply has been marked as private.
- This reply has been marked as private.
- Brajesh Singh on August 27, 2020 at 6:19 am 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 - Brajesh Singh on August 27, 2020 at 5:50 am in reply to: [Resolved] Looks like Community theme needs an update #32753
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 - Brajesh Singh on August 26, 2020 at 4:53 am in reply to: Only allow group invitations by searching for user's email #32739
Good to know.
All the best.
Regards
Brajesh 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