Search Results for 'profile fields'
-
Search Results
-
Hi!
How can I hide the BuddyPress “Profile Fields” menu entry (in the WP backend) for non-admin users?
https://pasteboard.co/osvfH8ty1JYk.jpg
They should not be able to make changes there.
Thx in advance and best regards
MarkusHey, do you know if it is possible to synchronize Memberpress custom registration fields of specific membership with BuddyPress custom profile fields?
For example, a Memberpress Business Name registration field is only available for a Business Membership with a Business Name BuddyPress field.
Topic: Member Directory Usernames
We are having an issue with the way usernames are being displayed in our member directory. We are using MemberPress with BuddyPress.
The issue came about because I did not realize there was an admin setting that forced email addresses to become usernames. That setting has since been changed. Some usernames are very problematic for our members and we want to change them.
I am a canyoneering instructor, not a technician, so I hired a competent technician who was able to edit one username in the database as a test, but the original email address version of the username is still being displayed on the members’ profile page.
The member whose username was changed as a test is Tyler Miller. His original (forced) username was tyler-millerzionadventures-com. He is no longer working for Zion Adventure Company. Our technician was able to change his username to tyler.miller and that is how it appears when I look at his WordPress profile. But the URL to his member profile is: https://canyonguidesinternational.org/members/tyler-millerzionadventures-com/ and tyler-millerzionadventures-com is still being displayed on his member profile page.
In contrast, I created my own member profile without the forced email address username setting. This is the URL to my member profile:
https://canyonguidesinternational.org/members/rich-carlson/ My username is being displayed correctly as rich-carlson
Please help. Is there a simple way to change the username and have it displayed correctly in multiple places? Or are there multiple fields in the database that must be changed?
ALSO … While researching this issue we also discovered an issue with the search filters in the member directory. When alphabetical is selected, the directory displays all 86 members. But when either last active or newest registered is selected only 5 members are displayed. This problem is new. It was displaying all members regardless of filter just a few days ago.
Thank you in advance for your prompt assistance.
canyonguidesinternational.org
wordpress 6.0.1
buddypress 10.3.0
memberpress 1.9.39
memberpress + buddypress 1.1.16Topic: Hide profile fields
Hey Guys,
New to BP. Latest versions of WP/BP all active.
I’ve noticed when a new user registers, activates, then logs in: That various profile data such as:
*Real Name
*Bio
*Hobbies etc
*Other fieldsAre all pre populated with the same dummy info.
I see no options in the settings to stop this from happening: e.g: Leave it blank.I do see the datafields in phpmyadmin though. Deleting these from the DB, is this the right way to stop blank fields being populated?
Cheers
Hi
How can I find the meta names of the extra fields on the extended profile? I create extra fields but I don’t know their names, just id and group_id.
I need meta names so I can use other plugins for registration, for example, or for PODS.
By the way, PODS doesn’t seem to see the extended profile fields anywhere…Hey, so i am trying to add a filter in the members search to only show the profiles that have a certain role in an Xprofile field, doing some research i came across the next code
if ( !defined( 'ABSPATH' ) ) exit; class BP_Loop_Filters { /** * Constructor */ public function __construct() { $this->setup_actions(); } private function setup_actions() { add_action( 'bp_members_directory_order_options', array( $this, 'random_order' ) ); if( bp_is_active( 'groups' ) ) add_action( 'bp_groups_directory_order_options', array( $this, 'random_order' ) ); if( is_multisite() && bp_is_active( 'blogs' ) ) add_action( 'bp_blogs_directory_order_options', array( $this, 'random_order' ) ); } public function random_order() { ?> <option value="random"><?php _e( 'Random', 'buddypress' ); ?></option> <?php } } function bp_loop_filters() { return new BP_Loop_Filters(); } add_action( 'bp_include', 'bp_loop_filters' );i tried adjusting it to call the Xprofile fields i want but it caused a complete error on the website, any help?
I have created “Professional Experience” repeater field set and inside it I created :
- current job (yes or no)
- end date (date) hide when current job is yes
The issue is when I edit the profile the end date hid only in the first field not working on other fields. Also, it’s not working at all when I view the profile.
Does anyone have a solution, please?BuddyBoss Platform Pro v 1.2.0
Conditional Profile Fields for BuddyPress v 1.2.5
BuddyBoss Theme v 1.8.7Hi –
Please advise how to migrate/duplicate/clone xprofile ‘fields’ from one site to another (not the values, the fields).
I want to use the same buddypress setup on multiple sites and don’t want to manually create the custom fields for each site.
Thanks
Topic: Display website field
Hello,
I have a repeater fieldset with ‘Website’ and ‘URL’ field.
Here is my current code to display the datas (it’s within a while loop):
<?php if ( bp_field_has_data() ) : ?>
<?php echo bp_get_the_profile_field_value(); ?>
<?php endif; ?>
At the moment the datas are displayed like this:
<p>Website name #1<p>
<p>URL #1<p>
<p>Website name #2<p>
<p>URL #2<p>
...
There is some formatting with <p> and added + I would like to get separate datas.
I searched all over the forums, tried a lot of ways, I can’t find a solution.
Could you please help me find a way to get the raw datas?
Thank you!Topic: Registration form
Can I use any registration form plugin to create a members registration form? If the answer is positive, How can the values from the compatible custom fields of group, group type, and user type, are set to the WordPress user profile? Is it possible to create groups from the frontend by registered users?
Hi,
From extended profile tab, once I made changes in the fields and then clicking “Update Profile” button from right side top bar, nothing happens and the changes does not save. Any idea what might be the reason behind this problem?Topic: Xprofile field
Hello,
I’m using BB. I want to show custom fields on the profile page.
How can I show the following data on the profile?$jobtitle = get_user_meta( $user_id, 'JobTitle', true);I prefer to add a custom function, than use an extra plugin
Thanks
Topic: Advanced profile fields
I installed Buddypress and created advanced profile fields,
They are displayed for me to fill out in my own profile, but other users are not displayed.
I also don’t see the profile fields of other users,Why is this? Does anyone know?
Hi.
I made custom profile fields on “Users”.
In “Multi fields” of sort order “Custom” does not work.Only working “Ascending” and “Descending”.
I can not find the way of fixing it.Please someone tell me how to fix it.
Shokuhi
hi, i have removed buddypress. how can i remove instagram-profil-url, myspace-profil-url and other social url’s from database?
i don’t want my customer to add their social links on their profile.
thank you