Search Results for 'profile fields'
-
Search Results
-
Hi,
I’m using WordPress 4.9.8, BuddyPress 3.0, BuddyPress Xprofile Custom Field Types 1.0.6 and Conditional Profile Fields for BuddyPress 1.2.4.
I created a a group of profile fields with only one field that is be a drop down list with a list of categories. A second group with fields that depend on the category selected in the first group, and a third group that the fields depend also on the category selected in the drop down list. When I go to the users profile edit and select a category from the drop down list, I can complete the info for that category. That works as a charm. But my intention is that the user could select more than one category.
When I select the second category I can fill all the fields and save, but the first category disappears. Is there any way to display two or more tabs with custom fields?Thank you
Topic: Dropdown Field Not Saving
Buddypress V.4.0.0
Wordpress V.4.9.8My website is an adult company that has not launched yet. So with respect to those viewing this thread I will not share a link to site. But I am using the BeSocial Theme.
My Problem is:
I create a dropdown profile field. Save it in admin. But when a member edits on the front end, the selection is not saved. Nothing shows in database. Doesn’t show on their profile etc. Its as if they never made a selection even though the site says the save was successful.I am at a lost on what is going on. It is also happening on multi-select box. Other forms are saving though.
Only the dropdown style fields are not saving.
Please help anyone
Hi,
i am creating a website with BP and WPML. On the member-loop, i need to add some extend profile fields.
I created a custom member-loop and add a field like this :
bp_member_profile_data(‘field=Zones de travail’);
This field “zone de travail” is correctly translated everywhere except here, no way to get the value in the second language.
Is there a tip to get it?
Thanks for your help !
Hello, Buddies.
I’ve got a weird issue here: I’m running a WP4.9.8 site running with BuddyPress 3.2.0. I’ve also setup a custom registration panel using “Membership Pro Ultimate WP”. This is correctly transferring the First and Last name from the registration screen into the WordPress default First Name and Last Name field.
As I am primarilly using custom extended profile fields, I have written this script to fill in the extended fields as well:function update_extended_fields( $user_id ) {
$user_info = get_userdata($user_id);
$first_name = $user_info->first_name;
$last_name = $user_info->last_name;
$current_first = bp_get_profile_field_data( array( ‘field’ => ‘First Name’, ‘user_id’ => $user_id ) );
$current_last = bp_get_profile_field_data( array( ‘field’ => ‘Last Name’, ‘user_id’ => $user_id ) );
if ($current_first==””) {
xprofile_set_field_data( “First Name”, $user_id, $first_name, $is_required = true );
}
if ($current_last==””) {
xprofile_set_field_data( “Last Name”, $user_id, $last_name, $is_required = true );
}
wp_update_user( array( ‘ID’ => $user_id, ‘last_name’ => $last_name ) );
//xprofile_set_field_data( “field_42”, $user_id, $company, $is_required = false );
}
add_action( ‘user_register’, ‘update_extended_fields’, 10, 1 );This is all working perfectly fine … until I edit the profile using buddypress on the frontend. After editing and saving it, the user’s WordPress Last Name gets lost. The extended field is still being displayed correctly.
Any idea why this is happening?
Thanks a lot!Topic: Mapping the xprofile fields
Hello all, i’m happy to be back after a lot of years. The project is… i have 10 xprofiles fields “places i love”. Place1, Place2…. and so on. Is there a way to transfer all of the places to a google map? Then i try a new tab to the user profile named “Places i love” to show the map.
I have check some plugins with no luck.
Thank a lot.Create with “Gravity form user registration” a form that fills the fields fields of buddypress.
Hello,
I am experiencing Gravity form a pretty powerful plugin at first glance. But a tool can be powerful, if you do not know how to use it, it does not really help. I am in charge of a website that already had buddypress but did not have gravity form. Visitors could already register and complete their profiles. But the registration form was too limited I think. While searching I discovered “Gravity form user registration” which allows to register too.
I would like to know how to fill the buddypress fields through a form gravity forms? Thank you in advance for your assistanceHello, what I’m looking to do is add info about a member from their profile fields just as job title or location, on their “member card” when viewing the page of all members.
Instead of job title, we have a field for “Talents” and would like members to be able to list that and their location.
Curious also, if that could be a toggle option, to display or not, or if it will have to be all or nothing.Hopefully, this shareable link to view a screenshot of the page will work. The members ‘last active’ info is no longer listed, as I recently wrote in to get help to hide that.
Thank you in advance!https://drive.google.com/file/d/1th2NUqBhPnrTNOBkf0fUDRiY6E6IN81G/view?usp=sharing
Wordpress version = 4.9.8
BuddyPress version = 3.2.0Topic: Remove account details
Hi. My question is how to remove account details in registration page? I want use details registration on profile fields only.
Wordpress: Version 4.9.8
BuddyPress: Version 3.2.0The website is for my client. Thanks.
Topic: Registration problem
I am worried about the strange problem I am facing when user registers. My registration page contains three profile fields from “Base” called Base name, gender, DOB and name.
I noticed frequently users get successfully registered with no update to any of the above mentioned fields. These fields are defined “Required”. I am worried how these fields are not getting updated in database because the registration will not be allowed unless user enters these fields. Is this a bug in buddypress? Or what else otherwise?
Is it possible to block certain words / characters in the Profile edit boxes of text fields or multiline text fields?
Also is it possible that if someone enter such values then the administrator should be notified?
The word / characters that I do not want people to insert are : @, dot , any numerals,
