Replies
- Brajesh Singh on May 23, 2024 at 5:57 pm in reply to: How to deactivate “Media” at the member profile section #52587
Hi Benny,
I am sorry, I am not sure I understand it. What is the Media button/option you are referring to? Please link me to a screenshot showing it?Thank you
Brajesh - Brajesh Singh on May 22, 2024 at 12:44 pm in reply to: [Resolved] How to hide users by user role from the Buddypress Directory #52578
Hi Stephanie,
Thank you for the reply. I sincerely thank you for bringing that gist back to my knowledge. I had forgotten about that.1. Please share the complete code from
bpdev_get_excluded_user_ids
. There are 2 possible reasons:-
a. The code uncommenting did not work as expected.
b. or you have too many users and the query is stuck.How many users do you have on your site(just a ballpark idea is good enough).
2. The code on github and BuddyDev do the same thing. They are alternatives.
Thank you
Brajesh - Brajesh Singh on May 22, 2024 at 11:46 am in reply to: BP Anonymous Activity doesn’t work with BuddyBoss #52575
Hi Alex,
I am sorry that we could not help with it. We issued the refund on Monday, Please check your PayPal account for the same.BuddyBoss’s posting experience has changed considerably and their notification has limited filtering making anonymous updates problematic. There was no benefit if we could not provide the users posting as anonymous confidence that their content will remain that way. That was the reason we dropped support for them.
Regards
Brajesh - Brajesh Singh on May 22, 2024 at 11:39 am in reply to: [Resolved] How to hide users by user role from the Buddypress Directory #52574
Hi Stephanie,
Thank you.I have updated the gist with examples on how to exclude multiple roles or limit to multiple roles. Please do note that I don’t recommend excluding thousands of users using that approach. If you are trying to exclude couple hundred users, it should be fine.
Please let me know if it works for you or not?
Regards
Brajesh - Brajesh Singh on May 22, 2024 at 11:13 am in reply to: Friends Suggestion – matching multi-select fields not working #52573
Hi Arthur,
I am sorry for the delay. I will have details from @ravisharma today and will update you.Regards
Brajesh - Brajesh Singh on May 22, 2024 at 11:12 am in reply to: Reduce height of the featured image in posts view #52572
Hi,
Thank you for the question.You can use the following css
.single .bbl-posts-list .entry-img { padding-top: 20%; }
If it does not work, Please add
!important
like this.single .bbl-posts-list .entry-img { padding-top: 20% !important; }
Please let me know if that works or not?
Regards
Brajesh - Brajesh Singh on May 16, 2024 at 10:47 am in reply to: BP Anonymous Activity doesn’t work with BuddyBoss #52553
Hi Alex,
Thank you for purchasing from us.
I am sorry, The plugin is not supported for BuddyBoss platform.We will issue the refund within 2-4 working days.
In future, Please check the “Compatible with” option for our plugins. If a plugin supports BuddyBoss platform, It is specified there.
Thank you
Brajesh - Brajesh Singh on May 13, 2024 at 7:57 am in reply to: Default Group Tab plugin no longer functioning #52528
Hi Greg,
Marking it as resolved as per our email conversation.For others looking at it, It was a configuration issue.
Regards
Brajesh - Brajesh Singh on May 13, 2024 at 7:56 am in reply to: [Resolved] Mediapress – Images published on activity feed not available #52527
Hi Jasmina,
Thank you.
I am sorry I could not look into it last week. I had a look at the site today.
Your theme has a modified workflow for MediaPress(They have created their own experience).The issue is related to how activities are posted. In default BuddyPress, the activity is posted via ajax request and we attach to the request to send the uploaded media id.
In your theme’s case, a media id does not get send as the theme is using its own mechanism for posting activity.
The following code that attaches media id to activity request
jQuery(document).ajaxSend(function (event, jqxhr, settings) { if (is_post_update(settings.data)) { var attached_media = mpp_get_attached_media(); if (attached_media) { settings.data = settings.data + '&mpp-attached-media=' + attached_media; mpp_reset_attached_media(); } } });
is not getting called and media id is not associated with the posted activity. That’s why It is not working.
Please consult your theme developers and let them know the issue. If they can send the media ids with the activity post request, It will work. If they need any assistance from us, we will be glad to help.
Thank you
Brajesh - Brajesh Singh on May 7, 2024 at 9:08 pm in reply to: [Resolved] MediaPress not registering activity for new media upload in my BuddyBoss website #52506
Hi Prince,
Hope you are doing well.We issued the refund yesterday. Please check your PayPal account for the same.
Regards
Brajesh