Replies
- Brajesh Singh on June 17, 2024 at 2:11 am in reply to: BuddyPress Group Tabs Creator Pro & WPML 2 #52731
Hi Jasmin,
I am sorry for not assisting much.We haven’t made any change in this plugin that will cause the problem. The original code was based on publicly available api of wpml.
We do not have access to wpml and I am not sure how to assist you with it.
If you can provide us a copy of WPML(which is not working with Group tabs) and the steps to re-create it, we will be glad to have it resolved this week.
Thank you
Brajesh - 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