Replies
- Brajesh Singh on September 19, 2020 at 5:16 pm in reply to: [Resolved] How can I dequeue buddy press legacy style #33314
Hi Adeala,
Thank you for the question.Please add the following code to your theme’s functions.php or in wp-content/plugins/bp-custom.php
// disable BP legacy template styles. add_action( 'bp_enqueue_scripts', function () { wp_dequeue_style( 'bp-legacy-css' ); // compatibility style. wp_dequeue_style( 'bp-' . get_template() ); }, 20 );Regards
Brajesh - Brajesh Singh on September 19, 2020 at 5:07 pm in reply to: moderation on my groups in buddyboss #33313
Hi Kathy,
I am sorry for the experience.Please visit Dashboard->Moderation->Settings and click on the “General Tab”.
Under that, Please uncheck “BuddyPress Group”.That will disabling reporting of the groups.
Regards
Brajesh - Brajesh Singh on September 18, 2020 at 6:48 pm in reply to: Issues with Buddypress follow suggestion plugin #33297
Hi Mike,
Thank you for the feedback.This was intentional. We need to provide some feedback to the user and I do not see any way better than this.
You will find that we remove an entry when a user clicks on the cross(x) symbol. We could do the same for this too but it might be confusing.
If you think it is important, I will go with a middle path and put an option in the widget to perform after request action.
Regards
Brajesh - Brajesh Singh on September 18, 2020 at 11:04 am in reply to: mediapress adding pictures in comments #33295
Hi Luca,
At the moment, It is not possible to do so. It is coming before the end of year( around 1- 15th December when BuddyPress 7.0.0 goes live).Regards
Brajesh - Brajesh Singh on September 18, 2020 at 10:13 am in reply to: [Resolved] Differentiation in hooks between own profile and other users profiles? #33293
Hi Carsten,
The hooks will remain same.
You can use a function likeif ( bp_is_my_profile() ) { // my profile. } else { // not my profile. }For hooks which only run on profile.
If you want to hook to a general action which may run on other pages and you want to do something for own profile/other profile.
You can do it like this
if ( bp_is_my_profile() ) { // my profile. } elseif ( bp_is_user() ) { // not my profile. but is guaranteed to be another user's }Hope that helps.
Regards
Brajesh - Brajesh Singh on September 18, 2020 at 10:09 am in reply to: MemberTypes PRO – Asign one Forum Role to one member type #33292
Hi Carlos,
bbPress doe snot register a role like normal.It does it conditionally and the role is not available when we use wp_get_roles(), so I am sorry, we are unable to add support for it in the plugin(to avoid side effects in future).
But or Ravi will look into it and provide you some code(if feasible) to get it working.
Regards
Brajesh - Brajesh Singh on September 18, 2020 at 10:07 am in reply to: BuddyPress Activity Privacy follow support #33291
Hi Tosin,
Thank you for the question.Yes, we will. In fact, in our very next update(next week) we will be adding that.
Regards
Brajesh Thank you. I look forward to it.
Regards
Brajesh- Brajesh Singh on September 17, 2020 at 10:35 pm in reply to: Using Community Builder Pro With AppPresser #33284This reply has been marked as private.
- Brajesh Singh on September 17, 2020 at 8:53 pm in reply to: Issues with Buddypress follow suggestion plugin #33283
Hi Michael,
Thank you for the details. Yes, there was in issue with excluding followed users. We have it fixed now.Please upgrade to 1.0.1
Let me know if it works or not?
Thank you
Brajesh