Replies
- This reply has been marked as private.
- Brajesh Singh on June 24, 2021 at 6:00 pm in reply to: [Resolved] How a user can unblock a blocked user #39251This reply has been marked as private.
Hi Hugo,
Thank you.BuddyBlog Pro supports template overrides and what we provide is the default behaviour. This is for consistency reasons.
I will check and see how our other notices are working and if needed, will update in our next week’s update. Otherwise, I will assist you in getting the notice at the desired place by overriding create/edit template.
Regards
Brajesh- Brajesh Singh on June 24, 2021 at 5:51 pm in reply to: [BuddyPress User Profile Tabs Creator Pro] Incompatibility with Memberium #39249This reply has been marked as private.
- Brajesh Singh on June 24, 2021 at 5:16 pm in reply to: [Resolved] Commentary shows ‘open’ although it’s ‘closed’ by default – BuddyBlog Pro #39246
Thank you.
I have it fixed. Will be releasing as part of our next release on 28th/29th.Regards
Brajesh - Brajesh Singh on June 24, 2021 at 5:15 pm in reply to: Status update doesn’t appear in sitewide activity #39245
Hi Hugo,
Thank you for the question.Any chance you are using some plugin or code to exclude the activity types from sitewide stream?
Regards
Brajesh - Brajesh Singh on June 23, 2021 at 12:09 am in reply to: [Resolved] Hide report button on main groups listing page #39234
Hi Nifty,
Thank you for using the plugin. I am glad you liked it.At the moment, we haven’t provided the settings for it.
Please put this in your child theme’s functions.php
/** * Disables Report button on groups directory. */ add_filter( 'bpmts_is_reporting_button_enabled', function ( $is_enabled, $location, $args ) { if ( 'bp_groups_loop' === $location ) { $is_enabled = false; } return $is_enabled; }, 10, 3 );That will disable it for groups directory.
Regards
Brajesh - Brajesh Singh on June 23, 2021 at 12:05 am in reply to: [Resolved] Add roles to users on new registration and first login #39233
Hi Tosin,
I will test with that plugin tomorrow and will let you kow.Regards
Brajesh - Brajesh Singh on June 22, 2021 at 11:54 pm in reply to: [Resolved] Commentary shows ‘open’ although it’s ‘closed’ by default – BuddyBlog Pro #39232
Hi Thorsten,
Thank you for reporting.It’s a bug. When we are creating the default editable post in auto draft, we did not use the default status enforced by form.
We we are checking the comment status later, since the post exists, it was taking over the default. I will have it fixed in our next update.
Regards
Brajesh - Brajesh Singh on June 22, 2021 at 7:15 pm in reply to: [Resolved] How a user can unblock a blocked user #39231This reply has been marked as private.