Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'profile fields'

Viewing 25 results - 4,601 through 4,625 (of 5,698 total)
  • Author
    Search Results
  • Roger Coathup
    Participant

    We want to be able to dynamically create new profile fields:

    e.g. we have a set of profile fields for employment: employer name, dates employed, etc.

    When the user enters one set of employment fields, we want to create another set, so they can enter a second employer, and a third employer and so on.

    Creating as many set of fields as the user needs for all his employers. (this is pretty much the way Facebook or LinkedIn works)

    It looks to me like we need either arrays of profile groups, or a way to dynamically create fields.

    Any thoughts on how to do this in BuddyPress?

    #13618
    Days With The Lord
    Participant

    1. Everything on the admin bar is not working.
    No profiles for any members, it just goes back to the members list, the URL changes but it does not display/
    same thing happens when you click on edit profile

    2. When you login from the homepage. The enter username and password fields do not change to the logout button, but once you click on “activity” or “members” it shows that you are logged in

    This is running on a yahoo small business hosting plan. Installed wordpress from their custom admin page.
    and installed plugins from the WP-admin page

    #86288
    techguy
    Participant

    I don’t do extra profile fields. I use that to redirect to a payment page so they can pay to join. After they pay, I redirect them to a Thank You page with their payment details. This is just a page with a special page template applied to it. I also have the activation disabled and they are just automatically activated and logged into the site. I can get away with this since they have to pay.

    #86200
    Nicola Pagani
    Participant

    Hi, I understood who can I fill my user profile information if I use custom fields, but how can I show my first_name and surname that I wrote during the subscription?

    Thanks!

    Br0k3n

    #86199
    Nicola Pagani
    Participant

    Hi, thanks a lot hnla,

    but I need to display this information (first name and surname too) in user’s profile tab in the frontend.

    Any ideas?

    Thanks ^^

    #86198
    Hugo Ashmore
    Keymaster

    Go into the dashboard and look for the BuddyPress ‘Profile Field Setup’ link

    Nicola Pagani
    Participant

    Hi everyone,

    I’m a buddypress newbie user, i’m trying di display more information in user’s profile page; now i’m able to displaty only the username….

    How can I display user’s first name, surname and my custom registration fields?

    Thanks a lot!!!

    Br0k3n

    #86160
    nimaha
    Member

    It is my understanding that blog comments should be showing by default but they are not appearing. Every other activity is appearing. Of course, blog comments are the only thing that come from the original WP install so something isn’t linking up. I’d link to it but it’s on a localhost install.

    FWIW, I have made very few customizations to BP so far. It’s mostly all default right now. All components are enabled and all general settings are set to No (meaning I have not disabled anything).

    I only added a few profile fields and added a function to change the default avatar.

    I am testing this on two different registered users, one admin, one subscriber.

    #86109
    ssmediaco
    Participant

    Exactly what I needed! Thanks!

    Boone Gorges
    Keymaster

    It’s going to be more complicated to save items into wp_usermeta (which is I assume what you’re doing, given the link) with update_user_meta() from the BP profile page. You’ll have to hook a function to somewhere in the BP loading process that will catch the value of $_POST and manipulate the data manually.

    Can I ask what might be a silly question? Why don’t you just use BP profile fields? Dashboard > BuddyPress > Profile Field Setup. That’ll add new fields to the profile that can be displayed and updated natively through BuddyPress.

    mediabros
    Participant

    I have a function that add some custom profile fields in to the user profile in the backend wp-admin/profile.php. This is WordPress only so do not get confused.

    here you can find the function

    http://justintadlock.com/archives/2009/09/10/adding-and-using-custom-user-profile-fields

    There are four actions added.

    add_action( ‘show_user_profile’, ‘user_show_define_category’ );
    add_action( ‘edit_user_profile’, ‘user_show_define_category’ );
    add_action( ‘personal_options_update’, ‘user_save_define_category’ );
    add_action( ‘edit_user_profile_update’, ‘user_save_define_category’ );

    The function will add a input field into the backend user profile of WP. /wp-admin/profile.php

    What i am looking for are the equivalents of the WP show_user_profile, edit_user_profile, personal_options_update and edit_user_profile_update for Buddypress.

    So that the input field will show up on the frontend profile in g.e. /members/username/profile and /members/username/profile/edit/group/1

    so

    instead off

    add_action( ‘show_user_profile’, ‘user_show_define_category’ );

    something like

    add_action( ‘show_buddypress_user_profile’, ‘user_show_define_category’ );

    #13501
    amahesh
    Member

    Is there a way to remove the counts next to the Friends and Groups fields in each member’s profile?

    Thanks

    #13467
    study
    Participant

    I’ve found quite a few posts on registration and profile fields but none exactly about my problem (which makes me think I’m missing something very basic or others would have posted about it.)

    I’m running WP+Buddypress both current.

    In the WP Profile there are separate fields for User Name, First Name, Last Name and Nick name with the ability to choose which you wish displayed. If these fields are changed in the WP Profile they are displayed properly in BuddyPress. But I see no way to allow users to access these fields in their Edit Profile page in BP or more importantly to include them in the BP registration form.

    I definitely need the First Name and Last Name fields to be separate as they are in the WP profile and I want to allow users to choose what form of name is displayed.

    Is anyone familiar with this issue?

    Is there something basic I’m missing about the integration of WP and BP?

    Any links to suggested sources or other guidance greatly appreciated.

    #13427
    Josef
    Participant

    I’ve been messing around trying to get a custom second page working in the registration and have run into some issues. Basically I used the bp_complete_signup hook to change the registration step ( $bp->signup->step = ‘example-step’;) and then added an if statement to the register.php file to detect the step and display a second set of xprofile fields (by changing the xprofile group #) – things work fine and dandy till here, problem is getting submit to work a second time and register the fields in the db and set the step to the final ‘completed-confirmation’.

    This should be pretty standard for someone wanting to add additional profile info to registration that isn’t in the “base” profile group.

    Right now it refuses to complete the second step. ( I think because the step is not incremented properly)

    Also Is it a problem to edit core files directly – sometimes the hooks won’t cut it. How will such edit work with updates?

    Thanks for any and all help!

    #85531
    techguy
    Participant

    http://yourdomain.com/wp-admin/admin.php?page=bp-profile-setup (replace yourdomain.com with your domain)

    That’s the page where you can add more fields that people can fill out at registration and will appear in the person’s profile.

    roelant
    Participant

    The first profile group I expanded with some standard fields like, first name, last name, address, country, date of birth and gender.
    Just the basic things about a person I think.

    Please tell me how and what I should change in the php-file and I will give that a try tomorrow!

    r-a-y
    Keymaster

    Did you create separate profile groups? If so, only the first profile group will be displayed on the registration page.

    If you want to add all fields to the registration page, you have to add them all to the first profile group.

    roelant
    Participant

    I added some fields in the Profile Field Setup and saved it. But when I then register a new account I still can only put in a username and the email adress. How is this possible? I expected to see my new fields here…

    #85165

    In reply to: Privacy for Users

    bryzo
    Participant

    So I’m using the BP Profile Privacy field but its not privacy protecting the activity stream or anything else…just profile fields. How can I prevent anyone but friends from seeing the profile fields, or albums, etc.

    #85146
    contoaberto
    Member

    @mwspr
    Thank u very much.

    @boonebgorges
    Would u please help? Thank u in advance.

    #13304
    xiabolai
    Participant

    Just can’t seem to get it working. Keep getting errors in setting up the location fields, can’t see map on “edit profile” page. Can anyone give more detailed instructions on installing, activating and settings? The instructions on the download page just are not enough.

    #85125
    mvvspr
    Participant

    @contoaberto

    Its better to notify using @mention feature.So that you will get your reply faster and also the notification goes to the user you intended to ask.Anyways I will do it for you.

    @boonebgorges
    hi, Boone Gorges,

    Thank u very much for the info. But I have to confess I’m very much a newbie to understand what I might have done. Would you mind please explain a bit more – maybe in a dummie way?

    #85017
    Shine
    Participant

    By brackets I meant inequality signs ><.
    When the members try to use them in their status uppdates, forum posts and profile fields, they simply don’t appear. I’m using WP 3.0 and BP 1.2.5.2.

    #84978
    Boone Gorges
    Keymaster

    What do you mean by brackets?
    1 ( these )
    2 { these }
    3 [ these ]
    or something else?

    What’s happening when users try to use them? And in what context are they using them, activity updates or forum posts or profile fields or what?

    And what version of BP/WP are you running? https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/when-asking-for-support/

    #84551
    Aslam Doctor
    Member

    I’m also facing same issue.. even I added manually insert query inside code like this (I have stored the values in session)

    $sql=”INSERT INTO wp_bp_xprofile_data (field_id, user_id, value) VALUES(1,$curr_id, ‘”.$_SESSION.”‘)”;
    result=mysql_query($sql)or die(mysql_error());

    This is storing the data in database but not retrieving :(
    @shedmore did u got this fixed up ???

Viewing 25 results - 4,601 through 4,625 (of 5,698 total)
Skip to toolbar