Replies
- 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 - Brajesh Singh on June 6, 2024 at 3:49 pm in reply to: [Resolved] Remove hyperlink from name and avatar in Buddypress header add new profile link #52697
Hi Stephanie,
Thank you for your question.It seems to be theme specific( I am assuming that you are not referring to the WordPress admin bar user link).
Please contact theme developers.
Regards
Brajesh - Brajesh Singh on June 6, 2024 at 3:47 pm in reply to: [Resolved] Translating Moderation Messages #52696
Hi Casper,
The above code works fine in BuddyPress.
It seems your theme is being over-protective and escaping the notices added bybp_core_add_message
I tested it in BP Nouveau as well as BP Legacy with TwentyTwenty Two theme and it worked. Please check with your theme authors for the same.
Regards
Brajesh Hi Stephanie,.
Thank you for the reply.I will be answering both the points.
1. I am sorry, the plugin does not have the ability to allow cropping by user. We do automatic generation of thumbnail. You may disable the cropping completely(for cover and all media) from the Dashboard->MediaPress->Settings->general screen.
2. The option is there. Please use this plugin.
https://github.com/mediapress/mpp-set-media-as-gallery-coverAfter activating it, Please visit Dashboard->MediaPress->Settings->Addons and update the options.
It will allow you to use existing media as cover.
3. About the plugin update:- It will appear in your Dashboard->Plugins pages as WordPress will notify you of future updates. The development is on hold currently as we are trying to find a path between BuddyPress Attachment and MediaPress and decide a path forward.
Regards
Brajesh