Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'profile fields'

Viewing 25 results - 4,176 through 4,200 (of 5,698 total)
  • Author
    Search Results
  • Walid
    Participant

    Hello, I’m having hard times with the content profile filters, it’s very annoying, perhaps it can be helpful if we can choose what fields exactly to enable this for, It can be enabled for simple: (male/female) field to find all females or males on network, but in a profile field like: (about me) it’s a nightmare.
    can someone help me disabling this option at all as proper configurations are not available?

    #110900

    @r-a-y

    Thanks again for the answer. But I have the following problems:
    The echo displays the group members user id for each member (the actual number) But the profile field that I am trying to display is showing that of the members page I am on, not the group members.

    I replaced :
    ‘user_id’ => bp_displayed_user_id()

    with:

    ‘user_id’ => bp_group_member_id()

    So the output I get is such:

    Group Members Name (correct per my use of the group member loop)
    47 ( the bp_group_member_id) (this is the correct user id, but I don’t want that displayed)
    Displayed users profile field (incorrect- this should be the profile field of the Group member in the list)

    Thanks!

    #110876
    r-a-y
    Keymaster
    #110875
    shanebp
    Moderator

    This can search on custom profile fields
    http://www.blogsweek.com/category/bp-profile-search/

    Brandon Allen
    Participant

    One option is to do as @embergermedia stated. To catch everyone, you could hook in a profile edit action and check to see if all the fields you require have been completed. If they have, then you could add something in their usermeta saying they’ve completed everything. Then you could hook into bp_init, check that usermeta field, and if you don’t get the correct response, then you can redirect them to their profile, or display an error telling them they need to complete their profile. However, as both @embergermedia and @brooker said, it wouldn’t be the most user friendly way to go.

    I need to show certain profile fields outside of a members profile page. I have created a page to show the members of a specific group. The members of the group would like certain profile fields visible for each member.

    Any ideas on how to do this?

    Thanks

    chrisjscott
    Participant

    Got it – thanks for the direction.

    Brandon Allen
    Participant

    It’s still the same answer. There is a way, but it would take code. You would need to use hooks from the AD Intergration plugin and hooks/functions from BP to handle this. The reason I said talk to the plugin author is because you might be able to request the the plugin author adds this as a feature.

    chrisjscott
    Participant

    I figured it’d be a BP thing, as the AD Integration plug-in is BP-agnostic and it works correctly w/ WordPress (as proven by the fact that the user accounts are populated).

    In light of that, maybe I should rephrase the question to ask if there’s a way that BP could read more than shortname from the WordPress user account when creating the account profile.

    Brandon Allen
    Participant

    That would be something to ask the authors of the AD Integration plugin, but I would suspect that you would need to use a plugin provided hook, and the write you’re own custom function to do this.

    chrisjscott
    Participant

    I’m setting up a BP installation and using the AD Integration plugin in order to auto-create WordPress accounts when people log in with existing Active Directory credentials. While the AD Integratration plug-in autofills in the new user’s login name, First Name and Last Name, these fields don’t carry into the user’s Buddypress profile.

    Is there any way to do this? Even better, is there any way to automatically import other info that can be retrieved via AD authentication (title, phone number, etc.)?

    mistercyril
    Participant

    Hello,

    I’ve run into something strange.
    I’ve created custom profile fields and noticed that “select-box” field types aren’t being found by the search.
    Yet if I create “text” fields then the content is being searched and found when performing a search in the members-loop.

    Does this mean BuddyPress can’t read content in the profile fields if they aren’t a plain text value? The content in my select box is made up of very simple texte (lawyer, doctor, politician, revolutionary, dictator, geek…).

    Has anyone encountered this? Do you know of a solution?

    Thanks a bunch,
    C.

    #110677

    In reply to: In Profile fields

    pelikan79
    Participant

    Hi,

    Under profile field group i have name permanently in there. Is there a way that I can remove that field?

    thank you.

    #110608
    nanchante
    Participant

    This would be a great plugin. Anyone created it? Especially useful for getting people to enter location details for mapping.

    #21462
    mabjustmab
    Participant

    Super easy one folks.
    for some reason, my edits are not showing up.

    example:
    BuddyPress Default: Single Post (single.php) – editing through WP editor. so I know it’s the right page.
    deleting huge chunks, adding test text. Nothing.

    profile-loop.php
    see other post -> http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/restructuring-profile-fields-from-table-to-divs/

    am I not editing the right pages?
    am I not viewing the right pages?
    kind of baffled and quite ready to pull out my hair.

    what am I missing here?

    Thank you!

    #21460
    kc257
    Member

    Hi everyone-
    I’m trying to create a tag cloud from items listed in the profile fields (for example, “Personal Interests,” which would have stuff like “tennis, traveling, running,” etc.). Right now the code I have goes through the xprofile fields data table and pulls out everything with the specific field id relevant to the group and puts it in an array, using spaces and commas as delimiters. (Don’t get me started on the dolts that write “I like to take long walks along the bike path with my 19 kids” as their tags. Or separate them with period, or semi colons, or write them on separate lines…)

    It then counts the number of users that have that specific tag, but ONLY if it’s an exact match… e.g., “running” and “runner” aren’t going to match and will show up as separate tags. (At that point, it does a title on the href search link to list how many users have that tag.) We then list every tag that’s been used on “list all tags” page, but I forsee it becoming a total behemoth and it’ll need to be trimmed somehow.

    The xprofile field data is kind of clunky, and I haven’t figured out a way to put up a tag cloud. The Groups tags plugin (http://wordpress.org/extend/plugins/buddypress-group-tags/) seems to work OK, but I can’t translate it to the profile field tags.

    One thought from our production team was to use facebook-like functionality that “suggests” tags when you start typing them in, which would lead to a cleaner tag cloud.

    Anyone have any ideas on how to better the profile tagging process? It’s driving me nuts, and I’m seriously thinking of deactivating the next dumb user that writes out a run on sentence in their Personal Interests text area.

    Thanks in advance-
    KC

    #110516
    mabjustmab
    Participant

    I just checked with the suggested edits and it does in fact appear that my edits are not loading.
    what is going on? how do I push loop edits out?

    #21430
    enurai
    Member

    Hi,
    I’ve been looking for a way to do this and haven’t been able to find one. I want to place certain extended profile fields in different places on the user profile/display differently depending on their value.
    More specifically:
    How can I query to find the value of a specific extended profile field?
    Thanks!

    #110507
    aces
    Participant

    Seems there may have been a country list in version 1.0 : https://svn.buddypress.org/branches/1.0/bp-xprofile/prebuilt-fields/

    #110497
    Roger Coathup
    Participant

    In early BP versions, there used to be a few handy pre-populated profile fields – including a country list (I think).

    Would be nice to have them back. As @djpaul suggests, some SQL and a bit of plugin coding should do the trick…. Paul: is there a nice schematic of the xprofile tables available?

    velomash
    Member

    I found a much easier solution for this….

    Line 59 of the register.php file contains this code when it’s forming the query to get all the signup fields…

    The ‘profile_group_id=1’ restricts the query to only the base fields. Delete that argument and it should display all the fields. The code looks like:

    #110436
    hran
    Member

    I am having the same problem, but are you sure this isn’t a bug in the plugin? It shouldn’t need 33MB of RAM just to activate the plugin. I got the same error trying to activate Buddypress 1.2.8 on a fresh install of WordPress 3.1.1 on a high-quality host. There are a huge number of warnings that come before the memory error. Here’s the full output with debug on (I cut out another ~50 warnings on call-time pass-by-reference).

    `Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core.php on line 565

    Warning: Call-time pass-by-reference has been deprecated in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-classes.php on line 228

    [many more errors on call-time pass-by-reference…]

    Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-friends.php on line 433

    Notice: Undefined offset: 0 in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php on line 85

    Notice: is_page was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. (This message was added in version 3.1.) in /sites/www.mysite.org/web/content/wp-includes/functions.php on line 3422

    Notice: Undefined offset: 2 in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php on line 158

    Notice: Undefined property: stdClass::$loggedin_user in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-forums.php on line 530

    Notice: Trying to get property of non-object in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-forums.php on line 530

    Notice: Undefined property: stdClass::$displayed_user in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core.php on line 1070

    Notice: Trying to get property of non-object in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core.php on line 1070

    Notice: Undefined index: user-avatar-default in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core.php on line 160

    Notice: Undefined property: stdClass::$profile in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-classes.php on line 816

    Notice: Undefined index: bp-xprofile-base-group-name in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-xprofile.php on line 101

    Notice: Undefined index: bp-xprofile-fullname-field-name in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-xprofile.php on line 102
    WordPress database error: [Table ‘z_mysitewp.wp_bp_xprofile_data’ doesn’t exist]
    SELECT value FROM wp_bp_xprofile_data WHERE field_id = 1 AND user_id = 1

    WordPress database error: [Table ‘z_mysitewp.wp_bp_xprofile_fields’ doesn’t exist]
    SELECT * FROM wp_bp_xprofile_fields WHERE id = 1

    WordPress database error: [Table ‘z_mysitewp.wp_bp_xprofile_fields’ doesn’t exist]
    SELECT id FROM wp_bp_xprofile_fields WHERE id = 1

    Notice: Undefined index: bb-config-location in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-forums.php on line 23

    Notice: Undefined index: bp-xprofile-base-group-name in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-xprofile.php on line 101

    Notice: Constant BP_XPROFILE_BASE_GROUP_NAME already defined in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-xprofile.php on line 101

    Notice: Undefined index: bp-xprofile-fullname-field-name in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-xprofile.php on line 102

    Notice: Constant BP_XPROFILE_FULLNAME_FIELD_NAME already defined in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-xprofile.php on line 102

    Notice: Undefined index: fileupload_maxk in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 35
    WordPress database error: [Table ‘z_mysitewp.wp_bp_groups_members’ doesn’t exist]
    SELECT COUNT(DISTINCT m.group_id) FROM wp_bp_groups_members m, wp_bp_groups g WHERE m.group_id = g.id AND m.user_id = 1 AND m.is_confirmed = 1 AND m.is_banned = 0

    Notice: Undefined property: stdClass::$current_group in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-groups.php on line 223

    Notice: Trying to get property of non-object in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-groups.php on line 223
    WordPress database error: [Table ‘z_mysitewp.wp_bp_messages_recipients’ doesn’t exist]
    SELECT unread_count FROM wp_bp_messages_recipients WHERE user_id = 1 AND is_deleted = 0 AND sender_only = 0

    Notice: Undefined variable: count_indicator in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-messages.php on line 115

    Notice: Undefined index: action in /sites/www.mysite.org/web/content/wp-content/plugins/buddypress/bp-core/bp-core-signup.php on line 571

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /sites/www.mysite.org/web/content/wp-admin/includes/media.php on line 1963`

    #110405
    shanebp
    Moderator

    Solution
    `
    function user_nav_add_anchor() {
    global $bp;
    $bp->bp_nav .= “#your-anchor”;
    $bp->bp_nav .= “#your-anchor”;
    //etc
    }
    add_action( ‘wp_head’, ‘user_nav_add_anchor’,9 );
    `
    Anyone know of a way to do this with a loop through all the $bp->bp_nav[] fields ?

    #21383
    Mahdi
    Member

    Hi
    I want to make some system to post a specific field of a user profile to another website (as action) and show up their schedule!
    so the question is how can i get access to for example a select box value?
    for example if user selected 1 in that select box how can i get that?
    just like $_POST[“fname”];
    what should i specify this “fname” to? i mean what will it be in profile fields?

    #110294

    In reply to: In Profile fields

    pcwriter
    Participant

    @onyx808

    Oops… my comment about “Required” fields is a bit (a lot?) misleading :-(

    Users will not be able to save their profile settings until all required fields are filled out… that’s what I meant by “trapped” :-)

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