Replies
- Brajesh Singh on May 30, 2024 at 10:10 am in reply to: Random filter does not work as expected when limiting results #52623
Hi Alex,
Welcome to BuddyDev.I do not see any issue with BuddyPress query and for me it is returning different results(I tried 5 times where 3 had same rows but 2 had different rows).
It is quiet possible that the result is random but the effect is only visible some of the time.
In case you are using BP Nouveau, you may use a snippet like this to enable random order for all members context
add_filter( 'bp_nouveau_get_members_filters', function ( $filters ) { $filters['random'] = __( 'Random Users' ); return $filters; } );
and test it.
If you still get exact same result all the time, you may want to check https://stackoverflow.com/questions/21187570/why-is-mysql-returning-the-same-results-while-using-rand-in-the-select-stateme
Regards
Brajesh - Brajesh Singh on May 30, 2024 at 9:44 am in reply to: Friends Suggestion – matching multi-select fields not working #52622
Hi Arthur,
I am sorry for the delay.The functionality is not available in the plugin. What you are looking for is not like but something like “Match any of”. The like operator works with text values.
The plugin does not support this.
Regards
Brajesh - Brajesh Singh on May 30, 2024 at 9:40 am in reply to: [Resolved] Translating Moderation Messages #52621
Hi Casper,
Thank you for your patience.
I am sorry, I was not sure which message you were referring to.I believe I understand it now. Is it about approval/rejection email message content?
Please confirm and we will update it quickly.
Regards
Brajesh - Brajesh Singh on May 24, 2024 at 7:39 am in reply to: [Resolved] Translating Moderation Messages #52596
Hi Casper,
Thank you for using the plugin.This is most probably related to how the message is shown. In profile moderator, we are probably using BuddyPress’s notice feature which is not allowing html.
Please allow me to check and get back to you in next 24 hours.
Regards
Brajesh - Brajesh Singh on May 24, 2024 at 7:36 am in reply to: [Resolved] Change or remove member type from slug #52595
Hi,
1. Yes, or you can search inside the file manager.
2. Yes, but a very bad idea to do so.You are favouring premature optimization and perceived performance over a huge maintenance nightmare. Your edits will be lost when BuddyPress update happens in future.
PS:- You do not need loco translate, you can use any localization toool(e.g poedit) to change the text and generate the file. WordPress supports localization out of the box.
https://developer.wordpress.org/plugins/internationalization/localization/Regards
Brajesh - Brajesh Singh on May 23, 2024 at 6:12 pm in reply to: How to show all uploaded images of a user #52592
Hi Benny,
The plugin does not provide that ability out of the box.
You could use the shortcode and specify the user_id as displayed user id and component as groups to get it.Regards
Brajesh - Brajesh Singh on May 23, 2024 at 6:11 pm in reply to: Prepublish moderating group posts in Buddy Boss #52591
Hi,
Welcome to BuddyDev support forums.The topic is about BuddyPress Moderation Tools plugin https://buddydev.com/plugins/buddypress-moderation-tools/ .
I am sorry but our moderation plugin is not compatible with BuddyBoss(we had to drop the support as BuddyBoss partially added similar functionality to ours).
Regards
Brajesh - Brajesh Singh on May 23, 2024 at 6:07 pm in reply to: [Resolved] Auto Friendship Pro: Group Connections Adding Organizer Bug #52590
Hi Justin,
Thank you for using the plugin.Are you using it with BuddyPress or BuddyBoss? Are you adding members from backend? Can you please provide me the steps to reproduce it. I can quickly check and fix if needed.
Thank you
Brajesh - Brajesh Singh on May 23, 2024 at 6:05 pm in reply to: [Resolved] Anonymous posting – hide option! #52589
Hi Katrine,
Thank you.
I am glad you have resolved it.Regards
Brajesh - Brajesh Singh on May 23, 2024 at 6:04 pm in reply to: Mediapress – Visitors can’t upload even with shared addon – urgent please! #52588
Hi Simon,
I am sorry, MediaPress is not suitable for the use case. It will not work for logged out users.
Only users who are logged in can upload if you enable the global shared(share with all members of the site).You may want to take a look at this plugin. They claim to allow guest upload
https://wordpress.org/plugins/nmedia-user-file-uploader/There seems to be one more https://wordpress.org/plugins/picture-gallery/ but they are probably aimed at a very different use case.
Hope you find the solution.Regards
Brajesh