Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'profile fields'

Viewing 25 results - 126 through 150 (of 4,112 total)
  • Author
    Search Results
  • #323413

    In reply to: Xprofile field

    shanebp
    Moderator

    If you mean as an input, then it would be easier to add a JobTitle xprofile field.
    You could write some code to sync the WP field with a BP field.
    Or there are plugins in the repo that claim to sync those fields.

    #323410
    welsh10
    Participant

    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

    #323406
    maryreyes
    Participant

    Anyone? Everything I’m finding in the documentation discusses changing the profile fields, not how the profile is displayed. I want to change the screen layout of the profile.

    #323380
    deusebio
    Participant

    I’m trying to find a way to use two profile fields to help group and list members of my site. So there’s a continent field and a country field that I want to use, but am not quite sure if it’s possible with buddypress out of the box.

    The grouping would go something like this:
    Continent
    — Countries
    —- Members

    I imagine the loop to display would be something like:
    -Get list of continents and display it
    — within that loop, get the list of country that belong to said continent and display it
    — within that loop, display all the members that belong that country

    itsabhist
    Participant

    i want to change bp_xprofile_fields name & discriptio based on condition selected by user .
    for that i want create muliple bp_xprofile_fields table with _suffix

    and when user select option based on that bp_xprofile_fields_suffix shoud activate

    please guid how to achive

    class BP_XProfile_Component extends BP_Component {
    public function setup_globals( $args = array() ) 
    
    		$global_tables = array(
    			'table_name_data'   => $bp->table_prefix . 'bp_xprofile_data',
    			'table_name_groups' => $bp->table_prefix . 'bp_xprofile_groups',
    			'table_name_fields' => $bp->table_prefix . 'bp_xprofile_fields',
    			'table_name_meta'   => $bp->table_prefix . 'bp_xprofile_meta',
    		);

    to

    $global_tables = array(
    			'table_name_data'   => $bp->table_prefix . 'bp_xprofile_data',
    			'table_name_groups' => $bp->table_prefix . 'bp_xprofile_groups',
    			'table_name_fields' => $bp->table_prefix . 'bp_xprofile_fields<strong>_hi</strong>',
    			'table_name_meta'   => $bp->table_prefix . 'bp_xprofile_meta',
    		);
    #323204
    saarlaender
    Participant

    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?

    #323175
    shokuhi
    Participant

    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

    Anonymous User 18404156
    Inactive

    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

    #323071
    abuiad123456789
    Participant

    Hi there,

    I have uploaded the BuddyPress plugin, purchased the Youzify Pro, and using Woocomerce.

    My client requires me to add a QR code in the Youzify info section which I have renamed to Bio so all his customers will have a unique QR code for their dog.

    I am using a short code being [su_qrcode data=”%CURRENT_URL%” title=”Dogs”] but need some help to add this in the profile fields form which is uploaded by BuddyPress.

    It would be great if there was a php snippet I could put in my theme to ensure all users once sign up automatically have their own QR code sitting in the info section.

    Below is the link to the page I am talking about.

    https://www.thedogbook.com.au/members/e-shop/info/

    Any help would be highly appreciated, thank you.

    #323023
    Mike Witt
    Participant

    If I understand what you’re asking, you should be able to add profile fields in the WordPress Dashboard under Users->Profile Fields. As long as you set “Visibility” to Everyone, then I believe that Buddypress will display those fields in the person’s profile.

    maddoctor
    Participant

    Can custom fields be added to the profile page?
    I want to use the plugin Advanced Custom Fields to add custom fields on the profile page. I know there is a buddypress specific plugin that adds custom fields but it doesn’t offer the field types I’m after. OR if there is another custom fields plugin that can be used to add custom fields on buddypress profile pages. (I’m looking to add a repeater field, a field that users can add multiples of)

    #322910
    jamiejbwarren
    Participant

    I need some sort of function that can mass update a extended profile field I added called ‘My Pin’

    I need to mass update for all users to set My Pin field to “Jamie001”

    Any ideas?

    #322861
    maelscuttle
    Participant

    Since this is months old, I’ve already settled back then with the plugin “BuddyPress to WordPress Full Sync” which allows me to sync any arbitary xProfile fields to WordPress fields.


    @imath
    I can confirm by now this works as expected when following your steps. Without being able to verify anymore what my problem was back then, I have a feeling this must have been related to validation as sometimes BuddyPress provides zero feedback when something was wrong. In my current WordPress version (5.8.3), the Twitter field is expected to be a simple username (not full URL / @), other fields like Instagram are expected to be the full URL. So perhaps the issue was that some fields didn’t match validation criteria, so BuddyPress just silently swallowed the input?

    Cheers

    #322849
    djsteveb
    Participant

    when filling out register form it just refreshes the page – seems to fail with no error message I can see.
    How would I find out what is happening in the browser and on the server to debug?

    tried with turning off plugins and back to default theme,
    also did the list of things to check from here:
    (
    – check the WordPress settings allows account to be created (Anyone can register checkbox needs to be active) See: wordpress.org/support/article/settings-general-screen/#membership
    – check your permalink settings are using one of the pretty permalink options (not plain), see this documentation page wordpress.org/support/article/using-permalinks/#mod_rewrite-pretty-permalinks
    – check the activate and register actions are associated with a public WordPress page. You can find some inputs about it from this documentation page : codex.buddypress.org/getting-started/configure-components/#settings-buddypress-pages

    NB: the registration and activation pages are only displayed to users who are not logged in,
    )

    site is https://www.chatyolo.com/register/ – it’s kind of NSFW

    1. Which version of WordPress are you running?
    5.8.3
    2. Did you install WordPress as a directory or subdomain install?
    main directory
    6. Which version of BP are you running?
    9.2
    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    301 Redirects, All in One SEO, AdRotate, Error Log Monitor, Forminator Pro,
    Slide Anything – Responsive Content / HTML Slider and Carousel, Wise Chat Pro, Wordfence Security,
    WP Activity Log, Smush Pro, Query Monitor,
    9. Are you using a standard WordPress theme or customized theme?
    tried both -happens with 2021 theme, zakra, and astra

    13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    2.6.9 – it’s turned off through and still issue

    20. What BP Template Pack is activated in your installation? You will see that under Dashboard > Settings > BuddyPress – Options page.
    was on legacy, switched to neavox

    Tried with firefox and chrome and different computers..
    had a few other profile fields – then removed them from the base signup and it still fails –

    Help greatly appreciated

    #322780
    Mathieu Viet
    Moderator

    Hi @maelscuttle

    Thanks for your report. If these fields are generated filtering the wp_get_user_contact_methods() function they should be included into/updated from the front-end xprofile form.

    I’ll give it a look and will be back soon.

    #322478
    hayeu74
    Participant

    Then why not you use any tool for this purpose who can automatically tracks the meta fields as you can see on this profile here I am using the same facility.

    #322418
    wackao
    Participant

    This is not available by default but it is one of the most popular requests in BuddyPress custom profile fields.

    Alternative :

    In our plugin VibeBP , we have create a social profile field in Buddypress.
    this is how it works : https://www.youtube.com/watch?v=m-PQ1XfFfCI , the output is static “cacheable” profiles which load faster than standard buddypress. Let me know if interested.

    #322355
    smartkidstt
    Participant

    I was able to change the font size of the Account Details with:

    #buddypress #register-page label {
    font-size:70%;
    }

    I used this to try and change the font-size of the (Extended) Profile Fields:

    #buddypress table.profile-fields td.label {
    font-size:120%;
    display: table-cell;
    }

    But it didn’t work. Please assist! http://www.smartkidsclubtt.com/register

    wasanajones
    Participant

    I’d like to add custom WordPress profile fields that in turn are synchronized with BP Xprofile fields. (I want to register users not using buddypress for registration)

    this bpdev post hints that is would be a ‘thing’ – but the explanations are incomplete. https://bpdevel.wordpress.com/2021/03/24/wordpress-xprofile-field-types/

    searching solutions for adding WP profile fields look like there is no way they’d be compatible with Xprofile sync

    Is this even possible?

    Is there an explanation/tutorial somewhere?

    Thanks

    #322209
    Technigal
    Participant

    Hi

    I want to have only certain profile fields appear according to the user role. For instance, a normal subscriber should not be able to see the edit fields that an author would see.

    I have already looked at “Conditional Profile Fields for BuddyPress” but it’s not what I am after – subscribers should never see the same fields to edit, as authors on this site.

    So subscribers will be able to view an author’s profile 100% – but they should not see the same profiel fields to edit, on their own profiles.

    I hope I’m making sense. Suggestions will be much appreciated.

    #322156
    #322032
    aashraf85
    Participant

    Hey,

    I have one question. I want that if a user is registering on my website, that when he goes to the register page, that he can choose between the member type and then for the member group specific the questionaire appears. I already created different member types and also I changed the profile fields

    How can I achieve that. Thank you very much!

    Website: dmg-heirat .de

    #321506
    oguruma
    Participant

    Thanks for the input. I was hoping to catch extended profile meta at time of registration, but it turns out that the insert_user_meta filter fires too soon…

    Do you know of a good way to capture extended profile meta at user registration? (assuming they entered it at registration, of course).

    `add_filter(‘insert_user_meta’,’send_user_data’,100,4);

    function send_user_data($meta,$user,$update,$userdata){
    $user_id = $userdata[‘ID’];
    $phone_number = strip_tags( xprofile_get_field_data ($user_id, ’11’,’string’) );

    $ch = curl_init();

    $user_payload = array (
    ‘id’ => $user_id,
    ‘phone’ => $phone_number,
    );

    curl_setopt($ch, CURLOPT_URL,”https://myurl.m.pipedream.net&#8221;);
    curl_setopt($ch, CURLOPT_POST, 1);
    curl_setopt($ch, CURLOPT_POSTFIELDS, $user_payload);

    // In real life you should use something like:
    // curl_setopt($ch, CURLOPT_POSTFIELDS,
    // http_build_query(array(‘postvar1’ => ‘value1’)));

    // Receive server response …
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

    $server_output = curl_exec($ch);

    curl_close ($ch);

    return $meta;
    return $user;
    return $update;
    return $userdata;

    };

    #321503
    oguruma
    Participant

    I have a profile field called “phone number”. I need a way to set that as a variable so I can send it with a curl call..

    Does anybody know the function to get profile field data?

    #321317
    sparkyparks
    Participant

    Hi, Thanks in advance.

    WP 5.8.1
    BP 9.1.1
    marioncomga.org

    We are working to add BP to our site. We have successfully added several Profile Fields. Here’s our dilemma, we want to limit the ability to edit those Profile Fields based on Role. Just two Role options, Edit by Member or Edit by Admin Only. Currently “Requirement” and “Visibility” are settings under Profile Fields. How can I add a third setting option called something like “Edit Options”?

    Thanks again,
    Jim

Viewing 25 results - 126 through 150 (of 4,112 total)
Skip to toolbar