Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'profile fields'

Viewing 25 results - 451 through 475 (of 3,589 total)
  • Author
    Search Results
  • ajuuls
    Participant

    Nicely done. You do still se an empty area but it’s only a second before redirect. I can live with that.

    When people register they se their username as H1 under their “Profil” (Profile), is it possible to change so the H1 automatic picks the Full name instead? I’ve created one named Fulde Navn (Full name) in Users –> Profile Fields.

    So this new user:
    http://www.legit-check.dk/medlemmer/rasmus94/
    Gets “Rasmus Hansen” as H1 and not his username.

    Like my user:
    http://www.legit-check.dk/medlemmer/legit-check-dk/
    (changed it from WP) but it will take long to change every new registred member -.-

    #276175
    Prashant Singh
    Participant

    Hi,

    If you want to go with the contact form plugin then there is no need to select a registration page in BuddyPress amd have to use shortcode on the page and then create a button on header(as you like) and link it to the register page.

    Now, if you want to save data in xprofile fields then have to do custom coding for sure.

    Thanks

    #276138
    groston
    Participant

    shanebp,

    Thanks for the prompt reply.

    The fields that I see in wp-admin > users > edit are all xprofile fields and I do not know how to add usermeta fields. I did see several plugins that provide this functionality, but I am wondering if suchs plugin would play nice with BP.

    It would be easy enough to directly edit the database in the manner your suggested, but that is not the right way to handle this. Would you please provide a little more guidance?

    #276106
    Prashant Singh
    Participant

    Yes, this is how it works.

    It will need customization to map WordPress fields to BuddyPress xProfile fields.

    You can check this plugin https://profilepress.net/downloads/wordpress-buddypress-extended-profile-sync/ as well.

    Thanks

    #276063
    matthewgrutledge
    Participant

    It won’t let me edit the post: I have fields in the WordPress profiles I’d like to be viewable and editable through the buddypress profile page, but the only way I can see is creating new profile fields which I can’t seem to link to the existing WordPress profile fields. Which means I’d have to manually copy date from the profile to the buddypress profile fields.
    What am I missing?

    #275966
    rebeccadigitalsea
    Participant

    Hello, thank you very much for getting back to me – unfortunately I’m still unable to connect the upload to the action. The site is allowing me to upload an image and it’s registering the upload but then the image just seems to disappear and not update the profile.

    Also, the profile fields redirects to /welcome/profile/edit/group/1 which therefore produces a 404 error.

    Prashant Singh
    Participant

    It will be custom work. You can add this code snippet in your child theme’s functions.php to achieve this:

    add_filter('bp_core_signup_send_validation_email_message','ps_user_data_to_email',10,2);
    function ps_user_data_to_email( $msg, $user_id )
    {
      $user = get_user_by( 'id', $user_id );
      if(!empty($user))
        $data1 =  xprofile_get_field_data('your_first_field_name',$user->ID);
        echo 'Your Profile Field Name'. ' : '.$data1;
        $data2 =  xprofile_get_field_data('your_second_field_name',$user->ID);
        echo 'Your Profile Field Name'. ' : '.$data2;
    }

    You can do this for all the profile fields by just repeating the code to get data3 data4 like I did for data1 data2 and obviously you have to use your profile fields name in place of ‘your_first_field_name’, ‘your_second_field_name’ and ‘Your Profile Field Name’.

    Thanks

    #275917

    In reply to: Profile fields

    Prashant Singh
    Participant

    Please check this plugin https://wordpress.org/plugins/bp-xprofile-custom-field-types/.

    They are already adding profile fields with select2 js support, mentioned in the features as well.

    Thanks

    Lars Henriksen
    Participant

    Thanks for answering, but there are no tokens for custom xprofile fields?

    #275803
    Prashant Singh
    Participant

    Hi,

    It’s just a style issue. Please paste the following CSS:

    .profile .profile-fields td.label {
    background: #f5f5f5;
    color: #707070;
    }

    Hopefully, it will fix your problem.

    Thanks

    #275784
    Prashant Singh
    Participant

    Hello,

    Please check with this plugin https://github.com/wbcomdesigns/bp-modify-member-directory-header once if it is working fine for you or not.

    You can follow this thread https://buddypress.org/support/topic/adding-profile-fields-to-members-directory/ as well.

    Thanks

    #275630
    keyadigital
    Participant

    I’m having perhaps a related issue with messages. When I switch to the old theme the messages work fine. Here is my original post:

    _______________________
    Greetings!

    I just installed BP version 3.1.0 with WooCommerce StoreFront theme on WP 4.9.8 hosted on WPEngine.

    When I go to a users profile and click private message, it takes me to the messages tab, but the compose fields do not show. The URL appears to have the proper query string with the users name. Example: compose?r=julesyoga

    Could caching be preventing the page from loading perhaps?

    Do you know any reason why the page isn’t loading in compose mode and the name isn’t being populated.

    site: https://access.julesmitchell.com/
    wp version: 4.9.8

    Thanks so much!

    #275481
    roseannec
    Participant

    Thank you @shanebp. I had a look at those examples and think that should be ok. One other question. What is the database table structure for this? Is there a separate database table for groups? I presume that the individual member data is saved in the wp_users table?

    Also I have seen in the documentation that the individual profile pages can be customized by customizing the template files and saving that into the child theme. Is that the same with groups? If I set up a group for each of my small business ‘members’ I’m assuming there would be a group page for each one? And that I could display my new custom fields somehow?

    Thanks,
    Roseanne

    Venutius
    Moderator

    In Users>>Profile Fields there is the default profile group – Base, any profile field in this group will be on the registration form. If you create another profile group, the fields in their will not be shown on the registration form.

    Henry Wright
    Moderator

    Check out the “Displaying Extended Profile Fields on Member Profiles” article

    Displaying Extended Profile Fields on Member Profiles

    #274987
    onions2578
    Participant

    I am still interested in

    If user = friend + member type {[bpps_profile_field field=”fieldname” tab=”section”]}
    specific tab (or tab fields) are shown to friends only of specific member type

    #274876
    kodrant
    Participant

    I deleted all profile fields, set new profile fields in 2 groups: Base (Primary) and Company.
    Now Company field group is not showing in the Profile page, and Base fields generate the same error when save changes is clicked.
    Plugin disabled: BP Profile Shortcodes Extra (generated many errors including fatal error)
    Plugin active: BuddyPress Xprofile Custom Field Types

    Is there proven tutorial how to successfully add more fields in BP Profile?

    #274858
    Varun Dubey
    Participant

    Ya, It will need to create the script to export data from OSSN and after you will also need to create import script for BuddyPress. For User profile and extended fields, there are some plugins which can populate BuddyPress using CSV.

    #274835
    Christian Wach
    Participant

    Why not write a plugin? Here’s one, for example, that provides third-party xProfile Fields:

    BuddyPress Xprofile Custom Field Types

    #274749
    Venutius
    Moderator

    You can add fields via Users/Profile Fields, captcha would normally be added via a plugin. To change the text what I normally do is create a custom language translation file using Poedit.

    #274700
    Venutius
    Moderator

    It’s just a blank page, the content is populated by the BP Template file – plugins/buddypress/bp-templates/bp-nouveau ( or bp-legacy) /members/register.php and this creates the structure depending on what additional profile fields you have added in Users/Profile Fields.

    #274651
    xprt007
    Participant

    Hi

    I have never actually used the feature of adding custom or editing profile fields. Under Users => Profile Fields, there’s nothing, I guess meaning none have been added manually.
    On the Edit User => Extended Profile tab, the only options there are Update Profile from pre-selected “Spammer” to “Active”, which does not work, View Profile and Edit Profile Photo.

    So I do not see where I could delete that field.

    mrditt
    Participant

    @dggerhart I was able to register for your site without a confirmation email and post “test” comment to your general group. Enabling email confirmation to register will help. Using a checkbox for your Privacy Policy GDPR compliance, is needed and will help too. I would give the Honeypot plugin a try on your staging site (disclaimer, I don’t use, and it’s old) but what it does is pretty simple so it could be ok. Admin notification of new users will help. Manually checking email addresses and questionable profiles (if you have more profile fields) will eliminate the obvious spammers and most are obvious. You can manually approve new users if that won’t be overwhelming. On a different note, you might want to block your dashboard access and you have some html tags displaying. Also a registration menu item (it was hard to figure out how to register) are some things I noticed too. I hope you find this helpful

    #274609
    shanebp
    Moderator

    Perhaps the tag is created by ‘Autolink’ ?

    You can disable Autolink by going to wp-admin > Users > Profile Fields > your field and look for ‘Autolink’ in the right-side column.

    Then you could write a filter function to create a custom tag.

    Or you could not disable autolink and write a filter function to change the text in the tag.

    Christian Clark
    Participant

    I’m currently trying to build on top of the BP Search plugin. It allows for the searching of BuddyPress fields, but when the results appear, it only shows the member’s name and activity, not the actual profile field details.

    I’ve also been trying to set up conditional logic that allows the fields to populate options depending on a previous field choice.

    An example is seen here:

    https://evo.nsr-inc.com/prospect_search?show=results&pageSize=50&activeSort=lastUpdated&sortDir=desc

    Notice that the “Position” Field doesn’t display without the “Sport” field being entered.

    – On a sidenote, I’ve found an advanced search called UsersInsights, It claims to be compatible with BuddyPress. Perhaps this could be a potential solution to both of my issues, but I’m currently inquiring through email to see if it is. Has anyone used this before?

    Search and Filter Your BuddyPress User Data

Viewing 25 results - 451 through 475 (of 3,589 total)
Skip to toolbar