Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'profile fields'

Viewing 25 results - 176 through 200 (of 3,908 total)
  • Author
    Search Results
  • #318974
    Earl_D
    Participant

    Since updating I had two major issues. First registration page stopped working. It reloads and never submits. Also when using the view button in the page assignment it doesn’t find the page. I have re-saved permalinks several times created a new page and everything else that I have read to fix the issue but still doesn’t work.

    Also the user avatars on WP side stopped working only BP avatars work.
    Thanks for any help in advance.

    Using BP xprofile for extended fields

    anonymous
    Participant

    how to add a submit biodata (Profile Fields) button to buddypress profile . after completing the profile user have to click submit biodata . as a admin i will be able to check the biodata then approve or disapprove . user will get a email upon approval or disapproval .

    BP Profile Search plugin will only show the member i approved.
    plz help , i am new to buddypress.

    gerg357
    Participant

    How do I add profile fields to buddypress profile I know how to add them to the sign up page and go to edit profile to fill them out and vview them but how do I add that data to the bbuddypress members page I see buddypress has its own bp members page seperate from the wp one
    The one I want to put fields on that they fill oout has mentions and friends on it.. I think it’s the buddypress members page

    #317936
    SciFiKriss
    Participant

    Hi guys

    I have just installed this and I can’t create profile fields or post on the activity stream.

    I have got this error come up on my log…

    nikmania.me.uk [Fri Apr 02 20:25:00 2021] [error] [client 95.147.209.117:0] WordPress database error Table ‘wordpress-313031017d.wp_bp_user_blogs_blogmeta’ doesn’t exist for query SHOW FULL COLUMNS FROM wp_bp_user_blogs_blogmeta made by do_action(‘admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, bp_admin_init, do_action(‘bp_admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, bp_core_activation_notice, bp_blogs_record_existing_blogs, bp_blogs_record_blog, bp_blogs_update_blogmeta, update_metadata, add_metadata
    nikmania.me.uk [Fri Apr 02 20:25:00 2021] [error] [client 95.147.209.117:0] WordPress database error Table ‘wordpress-313031017d.wp_bp_user_blogs_blogmeta’ doesn’t exist for query SELECT id FROM wp_bp_user_blogs_blogmeta WHERE meta_key = ‘close_comments_days_old’ AND blog_id = 1 made by do_action(‘admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, bp_admin_init, do_action(‘bp_admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, bp_core_activation_notice, bp_blogs_record_existing_blogs, bp_blogs_record_blog, bp_blogs_update_blogmeta, update_metadata

    Latest version of BuddyPress and WordPress… 🙂

    Activity

    Thanks in advance

    Kriss 🙂

    #317627
    jakub0ne
    Participant

    Hi,

    In by BuddyPress I notice that I have everywhere “Name” filed listed twice. So new user during the registration will see required filed Name… and again required field Name, then First Name and Last name.
    It looks ridiculous and looks like I can’t delete this field from the ‘profile fields’ page.

    Print screen

    #317565
    patalgar
    Participant

    Hi everyone,

    I am using buddypress and extra functions were added using plugins and child theme.
    Buddypress version 6.3.0
    Wordpress version 5.5.3

    I observed that from frontend user accounts, if they change custom field visibility, the field value is deleted from the database table “bp_xprofile_data”. It happens in several ways, for example changing from adminsonly to public and also from public to adminsonly.

    The function used for editing visibility is ” bp_nouveau_xprofile_edit_visibilty() ” in the edit.php file of the child theme.

    I would like to know if this is the normal behaviour and if there is a way to maintain the data?

    Thanks for your help 🙂

    r083r7
    Participant

    I would like to display profile fields on different parts of the site.

    I read that BP comes with this function:
    https://codex.buddypress.org/developer/function-examples/bp_profile_field_data/

    I created a shortcode in my functions.php file:

    /* Dislay BP field */
    add_shortcode('bp_field_display', 'bp_profile_field_data');

    Then went and added this shortcode to one of my pages:
    [bp_field_display field="Register As"]

    I expected that it would show me the value of the field I have on my profile called Register As. I didn’t specify a user ID so it should return mine since I’m logged in.

    Instead, I got blank, nothing displayed at all.

    Any idea what I’m missing? I’m open to other suggestions but thought that making this shortcode wouild be the most direct and straight forward way.

    #317501
    satyrography
    Participant

    How can I set the visibility?

    The fields are greyed-out, it’s not possible to select privacy settings.

    The users shall control who can view their profiles.

    varkoff
    Participant

    Project Details :
    – WordPress version : 5.5.3
    – BuddyPress version : 6.3.0
    – Website Link : https://microfarmap.dev-local.com/
    – Other plugins I use : Advanced Custom Fields PRO, Advanced Custom Fields: JSON, bbPress, bbPress – Moderation Tools, BuddyForm Premium, BuddyForm Advanced Custom Fields, BuddyForm Hook Fields, BuddoForm Members Premium, BuddyPress Username Changer, Custom Post Type UI, LoginPress, Paid Memberships Pro, Progress Map, List & Filter, User Role Editor …

    Hello,
    I have been updating a WordPress website that was made by others, I might lack some information.

    BuddyPress works like a charm except for a few features :

    – From the user profile, we can send friendship requests. As a new user, I sent a friendship request to my admin account. I did receive the notification on my admin profile, but the Friends tab says there is no friend requests pending. It just doesn’t display theme on my customized Understrap theme.

    – Switching to WordPress Twenty Twenty One theme does solve the issues. Switching to Understrap parent theme does switch the issue. There seems to be a problem with my custom theme.

    Under this custom there, there is a /buddypress/ directory with template pages and loops. The buddypress/members/single/friends/requests-loop.php file was not modified, it’s the default one. That’s where I checked first.

    I also checked in the plugin files directly, under plugins/buddypress/bp-friends/bp-friends-functions.php but did not find a clue.

    After some research, I found out that only users that have an active ‘ Paid Memberships Pro ‘ subscription can send friend requests, or atleast their friend requests appear.

    I also installed the ” BuddyPress Integration ” plugin from Paid Memberships Pro website, in which there is an option to allow non-registered users to send friend requests, but it did not solve the issue.

    Please if you need more details or even an access, do not mind asking.

    ch4pg
    Participant

    Hi, I’d like to update what a user has inserted into an xprofile field before it is saved to the database using sanitize_key. I think I’m really close. Would really appreciate your help! With the current code, I get a 503 server error when I save a new value for the relevant fields.

    In my functions.php:

    function expertise_tag_functions_before_save() {
    global $bp;
    foreach ($_REQUEST as $field => $value) {
    if ($field == ‘field_24’ || $field == ‘field_26’ || $field == ‘field_27’) {
    $value = sanitize_key( $value );
    $field_label = str_replace(‘field_’, ”, $field);
    xprofile_set_field_data($field_label, $user_id, $value);
    }

    }
    };

    add_action( ‘xprofile_data_before_save’, ‘expertise_tag_functions_before_save’, 10);

    #316921
    spyglassweb
    Participant

    The problem with member profile fields is that a user can only be assigned to one profile type. In our case, members can be in multiple roles.

    Is there a solve for this? I was also looking at custom taxonomies or just adding a custom user field.

    lilipilon
    Participant

    Hello,

    I have buddyforms and Buddypress and the extended profile.

    When I want to modify the profile on front-end :
    – if I am admin ==> I can modify all fields
    – If am the member ==> I have a blank page on modify

    So, I would like to know how to display the fields when the member connect please ?

    Is this link to user role ? To an another extension ?

    #316702
    Rockyuk
    Participant

    Hi Everyone,
    Under user profiles, if they want to export there data how can I filter/hide listing all plugins from being listed please? I would like to to show only specific fields even though it still exports the other data I just don’t want it listing all the plugins associated with he site.

    Thanks

    Rockyuk

    lilipilon
    Participant

    Hello,

    I try since 2 days to customize informations on the members pages ==> lilisoumise.fr/membrs

    I find a topic said that I must go on members-loop.php

    I add a custom field on the extended profile : Statut. I try to display on the member pages to add where the file said to me. but it doesn’t work. Do you know why ?

    <?php
    
    				/**
    				 * Fires inside the display of a directory member item.
    				 *
    				 * @since 1.1.0
    				 */
    				do_action( 'bp_directory_members_item' ); ?>
    
    				<?php
    				 /***
    				  * If you want to show specific profile fields here you can,
    				  * but it'll add an extra query for each member in the loop
    				  * (only one regardless of the number of fields you show):
    				* bp_member_profile_data( 'Custom field name' );
    				  */
    
    bp_member_profile_data( 'Statut' );
    
    				?>
    petertucker
    Participant

    Here is the solution for anyone who is going to see this post in the future.

    1. Install the username change plugin:
    https://buddydev.com/plugins/bp-username-changer/
    2. Add to the plugins code (bp-change-username.php) on line 163;

    
    xprofile_set_field_data(1, $user_id,  $new_user_name);
    

    3. In your theme function.php file add the follow code to hide XProfile editing:

    
    function bpfr_hide_profile_field_group( $retval ) {
            if ( bp_is_active( 'xprofile' ) ) :     
    
            // hide profile group/field to all except admin 
            if ( !is_super_admin() ) {
                    //exlude fields, separated by comma
                    $retval['exclude_fields'] = '1';  
                    //exlude groups, separated by comma
                    //$retval['exclude_groups'] = '1';
            } 
            return $retval;         
    
            endif;
    }
    add_filter( 'bp_after_has_profile_parse_args', 'bpfr_hide_profile_field_group' );
    

    I hope this helps anyone who finds it.

    #316451
    tonygao
    Participant

    Is there a hook or filter that I can use when edit xprofile fields, so I can remove all short code when edit xprofile fields?

    tonygao
    Participant

    I want to add shortcode to xprofile fields, but when I edit the field, the shortcode in it will be rendered. How to see the original shortcode when edit it, how to solve that problem? Thanks!

    #316420

    In reply to: Mega menu for members

    clickallco
    Participant

    Sure it’s possible – but you’d have to code it yourself… 🙂 But to help you a bit:

    Make the profile fields you want to have checked first, on where your members are located.

    Otherwise, I think Buddypress has the possibility to loop through the xprofile fields – so something like this to gather your names for the mega menu (This is untested, so test it first before putting it on a production site)

    <?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?>
        <?php if ( bp_field_has_data() ) : ?>
            <?php if (bp_the_profile_field_name() == 'YOURFIELDNAME') && bp_the_profile_field_value() == 'checked'){
    	//do something
        	}?>
         <?php endif; ?>
    <?php endwhile; ?>

    Gl

    #316166
    trapsen
    Participant

    Hi there,

    Is there a description for the Member Types function somewhere?
    Is it possible to create this as a profile field so that a user can select the member type when registering?

    Thank you & best regards
    Adrian

    #315857
    Mathieu Viet
    Moderator

    Hi,

    You just need to create a group of profile fields from the WP Admin > Users > Profile Fields screen and attach your profile fields to it. Here’s the reply I gave you when you pinged me on Twitter 😉

    Thanks for using BuddyPress <3

    #315620
    ireallyneedhelp
    Participant

    I have a site, and one of my custom profile fields is a checkbox list. There are at least 30 options, so how can I make those options in columns on the register page, otherwise it just goes on forever. Thanks!

    #315406

    In reply to: Member area

    iamthewebb
    Participant

    You may find it easier to search for each of the things you are attempting to do individually, if you are referring to profile fields that the user fills in these are under the user settings.
    For things like showing a rank you are probably looking for a gamification or similar plugin which will add features like this.

    Hope this helps.

    vsapountzis
    Participant

    Hi,

    I am experiencing an issue with the default “Profile Fields” of BP. Specifically, I noticed that the table containing these details is not responsive on mobile devices. The theme I am using is storefront.

    For example, check the link below:
    https://1businessworld.com/pro/stelios-hatzakis/profile/

    The Professional Profile table is not responsive on mobile.

    Any ideas?

    Thanks!

    #315210
    aglig
    Participant

    Hello there 🙂

    I’m using the plug in “Import and export users and customers”
    And it does a great job.

    I wab able to create all the extra fields I do need within BuddyPress.
    And, automatically, send an email to each user.

    BUT :
    Like you can see here, the email field is not displaying :
    https://prnt.sc/v3jzpf
    But if I clik over “Modifier” (modify), the email field is empty :
    https://prnt.sc/v3k0lu

    On my import, I do have an email for each user (and each user did receive a message on their Email for information).

    Do you have any idea ?

    Greeting 🙂

    #315209
    peacefulwarri0r
    Participant

    Hi,

    im a bit lost. I try to display all Profile Fields when the visibility level is public.
    The best would be to just display all of the social media group which are marked as public.

    But, I found no solution for receiving the name by id. So my solution at the moment works, but seems to be a bit static and complicated.

     $user_visibility_levels = bp_xprofile_get_fields_by_visibility_levels($post->post_author, 'public');
      $soc_instagram = xprofile_get_field_data('Instagram', $post->post_author);
      $id_instagram = xprofile_get_field_id_from_name('Instagram');
      $soc_website = xprofile_get_field_data('Webseite', $post->post_author); 
      $id_website = xprofile_get_field_id_from_name('Webseite');
    
       if(in_array($id_instagram, $user_visibility_levels)){
             echo "<td>Instagram</td><td>$soc_instagram</td>";
       }
       if(in_array($id_website, $user_visibility_levels)){
             echo "<td>Webseite</td><td>$soc_website</td>";
       }
    

    It would be a dream to receiving fieldname, fieldvalue of a user filtered by the level. Is there any way? Or how I can improve the code above?

    Thanks!

Viewing 25 results - 176 through 200 (of 3,908 total)
Skip to toolbar