Replies
- 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.
- Brajesh Singh on June 22, 2021 at 7:13 pm in reply to: [Resolved] ‘BuddyBlog Pro’ changes posts URLs after activating in BB Theme / BB Platform #39230
Thank you.
- Brajesh Singh on June 22, 2021 at 7:13 pm in reply to: Getting the error i.e. jQuery is not defined #39229
Hi Vishakha,
Are you using a custom theme? If yes, Please contact the theme author. They will be in a better position to assist you with it.Regards
Brajesh Hi Robert,
Thank you for using the plugin.Woffice support told me it has to do with your plugin and will not help. Has this question ever came up before or should I look elsewhere for assistance. Sorry if I broke the rules, first time here. Please any assistance is greatly appreciated.
That’s really bad customer service.
The layout is messed by theme’s css. If you can link me to your
site(you may use private reply below), I can look and assist you with custom css.Regards
Brajesh- Brajesh Singh on June 22, 2021 at 8:31 am in reply to: [Resolved] BuddyPress Friends Suggestions Pro #39218
Hi Julia,
Thank you for confirming that it works.Yes, the colours for button/link etc are inherited from theme. Please use custom css to override them.
Regards
Brajesh - Brajesh Singh on June 22, 2021 at 8:30 am in reply to: [Resolved] Add roles to users on new registration and first login #39217
Hi Tosin,
What is active_member? Have you created a new role using some plugin? - Brajesh Singh on June 22, 2021 at 8:29 am in reply to: [Resolved] ‘BuddyBlog Pro’ changes posts URLs after activating in BB Theme / BB Platform #39216
Hi Thorstein,
Thank you for the question.Please visit Dashboard->BuddyBlog->Settings-> Tab for your post type(e.g Post) and scroll to the bottom.
You will see a Miscellaneous section and couple of options. Please make sure to tick the “Make single post viewable on profile?” option as “No”
Here is a screenshot showing the same.
https://i.imgur.com/DYuSxxS.png
BuddyBlog Pro will avoid filtering the post url then.
Regards
Brajesh