Replies
- Brajesh Singh on June 17, 2024 at 1:42 am in reply to: [Resolved] How to hide users by user role from the Buddypress Directory #52730
Thank you.
I am glad you have resolved it.Regards
Brajesh - Brajesh Singh on June 17, 2024 at 1:41 am in reply to: [Resolved] Delete all blog comments by specific user #52729
Hi Michael,
The comment count is stored in the posts table. Your code deletes from comments table but does not modify the post table.I will suggest using some DB cleaning tool to bulk delete comments. You may want to try Bulk Delete comments plugin instead.
Or you can go for recounting all posts comments after deletion.
Regards
Brajesh - Brajesh Singh on June 17, 2024 at 1:34 am in reply to: How to add cover (preview) image for MediaPress when uploading loca video? #52728
Hi Daniel,
Welcome to Buddydev support forums.Please visit your profile->Gallery-> “View” for video gallery.
The click on “Edit” for the individual video. You will see the option to “Update New Cover”.Hope that helps.
Regards
Brajesh - Brajesh Singh on June 17, 2024 at 1:27 am in reply to: [Resolved] Translating Moderation Messages #52727This reply has been marked as private.
Hi Katrine,
I am sorry for not updating you.
yes, there is a conflict. The problem is with RT Media privacy code.The proble happens due to them rewriting the BuddyPress sql in incompatible way(dropping activity meta table reference).
https://github.com/rtCamp/rtMedia/blob/develop/app/main/controllers/privacy/RTMediaPrivacy.php#L39If a plugin that works with BuddyPress and used reference to activity meta table will cause sql error as RT Media rewrites the whole activity query.
The solution is to have them avoid removing the wp_bp_activity_meta from the activity join.
Regards
Brajesh- Brajesh Singh on June 14, 2024 at 8:18 pm in reply to: BP Xprofile Member Type Field & User menu issue #52720
Hi Mark,
Thank you for reporting the issue.The xprofile membertype field is not for BuddyBoss. They provide their own profile type field. It is for BuddyPress.
Regards
Brajesh - Brajesh Singh on June 6, 2024 at 4:31 pm in reply to: BuddyPress Group Tabs Creator Pro & WPML 2 #52701
Hi Jasmin,
Thank you for purchasing.Please see this reply.
https://buddydev.com/support/forums/topic/buddypress-group-tabs-creator-pro-wpml/page/2/#post-23386Please ensure that the tabs are available for language.
Regards
Brajesh - Brajesh Singh on June 6, 2024 at 4:28 pm in reply to: Add "send private message" button to members directory to non logged in users #52700
Please avoid posting in this topic and create a new one if looking for anything similar. I am marking it closed.
Regards
Brajesh Hi Aldin,
Weklcome to BuddyDev support forums.Are you comfortable with code?
If yes, you can add the custom buttons as link by checking
is_user_logged_in()
Regards
Brajesh- Brajesh Singh on June 6, 2024 at 4:02 pm in reply to: Friends Suggestion – matching multi-select fields not working #52698
Hi Arthur,
Thank you for the reply.The addon does not support multiple field types(e.g repeatable, date etc). We do not have Match any option and the equality means all options. Like is for string.
This adodn may not serve your use-case and I will be glad to issue a refund. Please let me know and we will process it.
Regards
Brajesh