Replies
- Brajesh Singh on January 13, 2025 at 8:56 am in reply to: Issue with Missing Input Fields in BuddyBlog Pro Profile Tab #54636This reply has been marked as private.
- Brajesh Singh on January 13, 2025 at 8:23 am in reply to: Member type options not appearing in profile edit page #54634
Hi Stephanie,
Happy New Year.
Hope you are doing well.I am sorry for the delayed reply. I tested it today and It is working fine for me, please take a look.
https://i.ibb.co/6134W9F/Selection-411.png
It is probably related to theme. Does your theme have soem special processing for profile fields/radio elements?
Regards
Brajesh - Brajesh Singh on January 13, 2025 at 8:13 am in reply to: BuddyDev Friends Suggestions Pro “like/not like” #54633
HI,
Thank you for the patience and the replies.1. Our condition builder is not shophisticated to allow mutiple conditions(and/or nested conditions), so we are limited to and/or only and can not do partial(2 and 3 or).
2. The like operator only works on text fields. For other fields, I will suggest using equality operator instead(If both of them is a single dropdown field).
3. For template, It goes to your current active theme’s directory. For example, if my-theme is active, It would go to wp-content/themes/my-theme/buddypress/members/friends-suggestions-pro/default/widgets/
If you have a child theme, you can put it in the child theme or the parent theme, both will work..
Hope that helps.
Regards
Brajesh - Brajesh Singh on January 13, 2025 at 8:04 am in reply to: [Resolved] How to REMOVE name autocomplete and ability to message multiple people #54632
Hi Tosin,
The Legacy template does not use ajax for new message(uses for replies). It reloads the page on submission and if we stop user the whole message will get lost. That’s a very bad user experience.I will suggest against that. If you still wish to use it, please open a topic and link here, I will assist.
Regards
Brajesh - Brajesh Singh on January 13, 2025 at 7:54 am in reply to: [Resolved] How to disable wordpress/buddypress new user email #54631
Hi Tosin,
Happy New year.Hope you are doing well.
Can you please clarify:-
1. Do you want to send to user or not? Is it about activation email?
2. Do you want to stop admin from receiving email, Is it about the email that WordPress sends to admin?If it is about admin, you can use the following code
add_filter( 'wp_send_new_user_notification_to_admin', '__return_false' );
Regards
Brajesh - Brajesh Singh on January 13, 2025 at 7:46 am in reply to: bug BuddyPress Profile Data Moderator #54630
Hi Jerome,
I am sorry, I could not understand the last reply.Is it not hiding the bio even after you put the custom code? If yes, Please let me know where did you put the custom code(file and directory name).
Regards
Brajesh Hi,
Thank you for the reply.I am glad it worked.
Regards
Brajesh- Brajesh Singh on January 13, 2025 at 7:43 am in reply to: BuddyPress Activity Autoloader plugin does not work with rMedia plugin #54628
Hi Arisu,
Welcome to BuddyDev support forums.I am sorry, there is not much we can do about it. Any plugin that hides/removes/changes load more buttoin will have problem with autoloader.
The autoloader plugin attaches with browser scroll events and when it reaches near the load more button, It simulates the click. That’s pretty simple. There is nothing we can do to make it compatible with some other plugins changing the behaviour.
Please take a look at the code here
https://github.com/sbrajesh/bp-activity-autoloader/blob/master/_inc/activity-loader.js
I will suggest reaching out to RTMedia support for the same.
Regards
Brajesh - Brajesh Singh on January 13, 2025 at 7:40 am in reply to: Issue with Missing Input Fields in BuddyBlog Pro Profile Tab #54627
Hi Philipp,
Thank you for the reply.I am sorry, I could not make much sense of the image as it is not clear enough but I do see that you already have fields in the form. The only possible reason seems to be mismatch of form/settings.
Can you please visit Dashboard->BuddyBlofg->Setitngs (Your Post type) and under Create section make sure the form is selected. Please share a screenshot showing if it is not not.
If you have a staging site, I will be happy to configure it in 2-5 minutes of access.Please let me know if there is one available.
Thank you
Brajesh - Brajesh Singh on January 13, 2025 at 7:35 am in reply to: Help Needed with Profile Completion Plugin #54626
Hi,
I am sorry for the trouble.The problem is we can not help you unless you provide us the code to check condition for the page to skip. MemberPress is a paid plugin(Ours is free and they have access but we don’t have access to theirs).
At least get that part from the MemberPress support. I will be happy to assist with code once you can provide us the code to check which page should be skipped.
Thank you
Brajesh