Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'profile fields'

Viewing 25 results - 4,576 through 4,600 (of 5,701 total)
  • Author
    Search Results
  • #88575

    In reply to: User Pages?

    Beck B
    Participant

    Wait, I’m confused. You want it to show up in their profile, right? So why not just create a profile group and relevant fields?
    Although…hmm….that might get tricky in terms of multiple Living/Deceased. Or you just allow a max number of pets (say, 5 in each category) and create that many profile fields. Anything left blank won’t show up in the profile.
    That wouldn’t let you upload photos natively, although I wouldn’t be surprised if we already have a plugin for that.
    Then again, you also wouldn’t have anything compiling everybody’s tributes. Is that what you want? Have to admit, I’m not super-clear on what you’re looking for.

    Hm.. Not my most helpful reply, sorry.

    Another thought: maybe you can mix a form you create with one of the front-end blog post plugins. So whatever interface they’d normally have to post an entry to the blog (your listing of everybody’s tributes) would be heavily locked down to just the info you want. I’m thinking BuddyPress would automatically include a link to the generated tribute post somewhere in their activity feed. (I know you said you don’t want a blog type page, but here I’m assuming you meant that you didn’t want the submission page to be part of a blog, not that you don’t want the submitted tributes to be incorporated in a blog.)

    #88504
    Arx Poetica
    Participant

    Just following up on this — what might some code look like? Say, to just even simply create a new profile field type and populate it once?

    #88376
    lorenzo
    Member

    i’m not sure if i’m posting in the wrong place, if i’m asking the wrong questions or both?

    does anyone have a clue about the above and where the code which does the update of the profile fields actually is? some guidance/suggestion (any) will be very helpful to put me in the right direction! thanks

    lorenzo
    Member

    hi everyone, I’m hoping that someone can help me or send me to read stuff as i’ve been banging my head with this problem all day!

    i’ve got a buddypress installation with hte latest version and i set up some custom fields for the user profiles. in the standard WP installation there is a display_name feature under profiles which allows to chose from the name fields or the the nicename. i want to use nicknames as well as proper names, but display the nicknames by default.
    interestingly, when someone updates their profile using the buddypress profile page the ‘nickname’ and the ‘display_name’ are defaulted back to the default user_nicename is.
    this is quite annoying so i created a trigger in the database to change it to my buddypress profile nickname. the trigger works if i fire the update from mysql, but if i use the profile form the trigger is ignored or superimposed.

    can anyone suggest possible solutions/workarounds to assign the buddypress cutom field ‘nickname’ to the default worpress user disaply_name?

    thanks!

    #14098
    Steve
    Participant

    Hi All,

    I was browsing the WordPress Addon website and came accross this plugin. At the moment; everything I am searching for is currently supported by BuddyPress, which is great; because I thought I would originally have to combine a number of components.

    One thing, however, that I can’t seem to find is this:

    What I am looking for is the ability to view statistics on the custom profile fields I will add to my system. For example; BuddyPress would allow me to add custom fields, but what if I wanted statistics on these fields. If I had a custom field that allowed my users to choose their favourite colour from a dropdown list, would I be able to see (graphically or otherwise) how many chose blue, red, orange etc.?

    Thanks,
    Steve

    #87887

    In reply to: bettercodes.org

    gottowik
    Participant

    @Anton Some of the first bp releases came with an option to insert all countries in wp-admin by direct sql insertion. Someday it was removed because it was not implemented well…. I am not sure who thought it would be better to type in all these countries manually… :-)

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/what-happened-to-add-prebuilt-field/

    If you really need all of these countries, just write a short sql script and take this data: http://pokerexistence.com/wp-content/plugins/buddypress/bp-xprofile/prebuilt-fields/?DD

    #87794
    techguy
    Participant

    I found this little function:
    $user_test = new BP_Core_User( $referring_user_id );

    Has the full name, but you still have to go through all the xprofile fields. Plus, is it ok to call the user info this way? Will it have problems down the line.

    Another option is to sync the display_name with the name in the BP profile field, but I’m not sure the best way to do that and that could be problematic if they make changes to the name later.

    Anyone else run into this issue?

    #13967
    techguy
    Participant

    I’m trying to find an easy way to get the name for a user without having to scroll through all the xprofile fields. This is easy if the user is logged in ($bp->loggedin_user->fullname), but in this case I want to get the name of a different user to that I can display it for the logged in user.

    I could use the WordPress functions to get the display_name:
    $user_info = get_userdata($referring_user_id);
    $referring_user = $user_info->display_name;
    But the display_name is just the username and not the value in the name field.

    Any ideas on how to get this?

    drwebstein
    Member

    Is it possible for 1 group to display different profile fields from another group?

    Is there a plugin that will facilitate this? If not, can you point me in the right direction if I was to do this by creating my own plugin?

    Any help would be greatly appreciated. Thank you.

    Adam

    #13908
    justbishop
    Member

    Hey all :)

    I’m on the home stretch of getting my WP+BP site officially opened, and thought I’d post it here for critique. The idea of the site is a BP based community of buyers and sellers of crafts and “work-at-home-mom” (WAHM) made items, as well as hosting for WAHM shops using WP 3.0.1 in multiuser mode.

    http://www.clothunderground.com

    The Community: based on Buddypress. Pretty self explanatory.

    The Shops: each shop is a child blog of the main site. I’m using WP Custom CSS to allow users to make cosmetic changes to the Blix theme, and eShop for the eCommerce solution. WordPress seems pretty overwhelming to my users, so I’ve also written a custom library of tutorials (in the footer of the main site pages). I haven’t yet found a plugin that makes the hosting term payment/shop creation process automated, so I’m doing that manually at this time.

    Extras: I know that I haven’t really done much in the way of customizing the default BP theme, but it’s only because I’ve been busy doing functional customizations…

    * The Street: I’m using the main site’s blog function as a classifieds post for members to buy/sell their used items on (a very popular feature for this type of audience). I’ve used Adminimize to limit what the users see on the add post screen, custom fields that allow them to enter URLs to 4 remotely hosted images (Photobucket), disabled file (image) uploading to keep my disk space, and another plugin to keep them from seeing everyone else’s posts in the admin panel post list.

    * Member Feedback System: It’s important on a site like this that buyers and sellers can leave feedback for one another with details on how the transaction went for others to see. I pieced something together (see the ridiculous process here: http://wordpress.org/support/topic/any-plugin-similar-to-ebays-user-feedback-member-rating-feedback) that seems like it will work beautifully! Check out the “feedback” button on my test user’s profile: http://www.clothunderground.com/members/test

    * Customized Groups Page: I just pieced this together the best I could. Nothing else out there was working for my audience, who are more often than not coming from vBulletin based sites. Buddypress’ group/forum system is still uber confusing for them, but this was the best I could do.

    * Sitewide Search: Using the Sitewide Search Pages plugin, I’ve created a child blog that pulls in info on posts published across the CU network. Shoppers are able to search using the form in the header, and browse a list of all CU shop items matching their search. There’s also a wordpress.com style tags page that displays all tags used in item posts sitewide, for a different shopping experience.

    * CU Points: I’m using Cubepoints and CP Buddypress integration to award points to members for activity. Normal members can use theirs to buy anything that anyone (in a CU shop or on The Street) is selling for points, and shop owners can use points to purchase featured shop ad space or up to 20% off of their hosting fees.

    Anyway, please check it out and let me know what you think! Small changes might be happening throughout the day, but it’s pretty much ready for the world right now!

    techguy
    Participant

    The beta release of the BP oembed plugin I think will allow pictures to be embedded from outside sources in profile fields. It’s not an upload, but might be better than an upload depending on what you’re doing.

    cdragin
    Member

    Just installed both buddypress and S2member today and trying to get them configured. What I’m trying to do is have people register answering a few basic questions, including a couple of checkboxes of things they have to agree to in order to become members. Then they can proceed with clicking the paypal button to pay their dues and complete registration. Once registered, they should have the capability of going into their profile and filling out a lot more detailed information about themselves.

    Can anyone guide me as to how to set this up with buddypress? I have the paypal buttons set up via s2member, and I can set up profile fields in buddypress, but it’s not clear to me how to combine the two.

    #87232

    In reply to: Registration Page

    dlmfisher
    Member

    Fixed! I went back to the database, searched on the pre-propagated terms, and found them in user “0” fields for all x-profile table rows, and deleted the responses. Everything’s now blank as it should be.

    #13796
    JackTheKnife
    Participant

    How I can get extended user profile? I mean to get fields:
    – About Me
    – Repeat password
    etc

    Thanks

    #13783
    dlmfisher
    Member

    I’m a php and mysql newbie. Using WP 3.0 and BuddyPress 1.2.5.2. I have a child theme of BuddyPress running with just a few minor tweaks.

    Weirdly, the registration page xprofile fields are pre-propagated with a user’s profile information. The page can be seen at http://postcolonialnetworks.com/register/

    I deleted the user hoping that would fix it, but it doesn’t. The information is still there. The database has no entries for those fields (that I can find) and the register page just says value=”[?php bp_the_profile_field_edit_value() ?]” (square brackets instead of carets).

    I’ve deleted all plugins I don’t need; and deactivated all but BuddyPress. I reactivated the default BuddyPress theme to see if that would fix it, but it didn’t, so I reactivated the child theme.

    Can anyone tell me what I’m missing?

    #87069
    nickmy
    Participant

    no I just need a little hack… It must be visible when I use this:

    /***
    * If you’d like to show specific profile fields here use:
    * bp_profile_field_data( ‘field=About Me’ ); — Pass the name of the field
    */

    nickmy
    Participant

    Hello

    can someone tell me how I can just remove a created Profile Category? I want to use it somewhere else and not unter the profile tab.

    I’ve created a new category with fields in the Profile Field Setup and now I dont want to have it under the profile. Please I’m notgood with php. Just a special category not all of them

    #86978
    hardlyneutral
    Participant

    UPDATE: It looks like $usermeta is getting the string that should go in ‘meta_key’ and the array of data that would go in ‘meta_value’, but it is not actually doing the insert. Is this something goofy with a validation against xprofile fields?

    #13739
    Mladen
    Participant

    i want to show specific profile fields in the sidebar, i do this with

    echo xprofile_get_field_data(‘6’ ,bp_get_member_user_id());

    but when the field is empty i want it to show something else…

    i have tryed out this with this code:

    if ( bp_field_has_data() ) :
    echo xprofile_get_field_data(‘6’ ,bp_get_member_user_id());
    else :
    if ( function_exists( ‘bp_sidebar_member_profile_write_something_about_you_link’ ) ) :
    bp_sidebar_member_profile_write_something_about_you_link(); /* Profil bearbeiten link */
    endif;
    endif;

    but that doesnt work

    can someone help me please and sorry for my bad english :)

    #86939

    In reply to: User Pages?

    nickmy
    Participant

    there is no plugin but I’ve got an idea how to do that but my php isnt that good I hope php-programmers will help us.

    1. You go to Profile Field Setup and create a new Category called pages and add then you add some fields.

    2. You create a new tab and you’ll need to add this code:

    /***
    * If you’d like to show specific profile fields here use:
    * bp_profile_field_data( ‘field=About Me’ ); — Pass the name of the field
    */

    Change About Me with your specific field

    3. NOW :D one php-programmer here must tell us how we can “delete” the created category in the profile page

    Ali Erkurt
    Participant

    I think it’s about “onchange” event, right? But how can I integrate this to the fields?

    #86897
    Roger Coathup
    Participant

    @boonebgorges – Great that you think it can be done with the existing tables (I was considering adding some additional tables keyed on the user profile id). The hook into xprofile at the right place is what I was looking for.

    We are going to filter out profile fields where the user hasn’t input a value anyway (and not display them). I take it this is as simple as checking whether the field value is an empty string. Although, as you point out, you would still want these displayed on the edit page.

    So, it’s check for NULL and check for standard field (vs. extended field) name as well.

    #86878
    Boone Gorges
    Keymaster

    This could be done, but it would take some custom coding. Here’s how I would structure it.

    1) Write some JS for the Edit Profile page that inserts a new set of fields based on user input (say, a button that says “Add another employer”). This wouldn’t really require any BP code in and of itself.

    2) Hook a function to ‘xprofile_updated_profile’, which is a do_action hook called right after all of the xprofile fields are saved. Grab the $_POST data, and see if there are any items in that array for which no profile fields yet exist. Use xprofile_insert_field() to create the new fields (it might be like employer_2_employer_address – something that iterates nicely).

    3) On the front end, you’ll want to make sure that not all of the employer groups are shown to each user on the edit profile screen. By default, each user sees each profile field. That means that if one person on your system listed ten employers, then everyone would see ten employer field groups when they went to edit their profile. You could do this in the profile edit template, by checking bp_get_the_profile_field_name() against a list of permitted field names.

    #86875
    paulhastings0
    Participant

    Yeah, I would agree that a functionality like that would be nice.

Viewing 25 results - 4,576 through 4,600 (of 5,701 total)
Skip to toolbar