Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'profile fields'

Viewing 25 results - 2,001 through 2,025 (of 3,608 total)
  • Author
    Search Results
  • c0rp53
    Member

    haven’t actually tried it myself but it would be something like:

    `

    Country:

    `

    and I’d put that just after the latest updates endif in the members-loop.php

    I’m not a great coder, just learning with buddypress. Let me know if it works

    PS: by doing it that way, you can add some style in style.css

    #138828
    lwaltzer
    Participant

    Thanks, Paul– I hadn’t clicked into edit existing fields so didn’t see the toggles there.

    #138675
    Paul Wong-Gibbs
    Keymaster

    In what way? There is an option in the profile fields admin screen to allow an admin to set a specific profile visibility for a specific field.

    #138654
    bg
    Member

    Thanks for your prompt response! I haven’t added any field that says, “Write down whats your favorite hobby is”, and I have also looked into “Profile Fields” under the “Users” menu, but there’s also nothing there?! So, I don’t get it where’s this field coming from?

    #138646
    Paul Wong-Gibbs
    Keymaster

    It’ll be a profile field set up in wp-admin. Look for “Profile Fields” under the “Users” menu, and delete it.

    9087877
    Inactive

    @jloc14 Install and activate @modemlooper ‘s BuddyPress Extended Settings plugin from here https://buddypress.org/community/groups/buddypress-extended-settings/
    In the dashboard go to BuddyPress/Extended Settings put a check beside “Profile Field Links Disable auto linking of user profile fields” and at the bottom click “Save Changes.” This will remove the auto linking of those profile fields. Alternatively you can create a file named bp-custom.php and place it in the plugins directory and copy and paste in the below code:
    `<?php
    // hacks and mods will go here
    function remove_xprofile_links() {
    remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 9, 2 );
    }
    add_action( ‘bp_init’, ‘remove_xprofile_links’ );
    ?>`
    Save the file and this will accomplish the same goal.

    #138457
    mairaj
    Participant

    Just updated! the new privacy option added to the profile fields are creating confusion in my setup. Is there a way I can disable it?

    I requested urgent help on this please.

    Thank you very much :-)

    #138429
    Roger Coathup
    Participant

    If you want validation as they type / enter — hook some jQuery onto your form. [That’s standard jQuery form validation, for which you’ll be able to Google for plenty of examples]

    In your jQuery, you can call out (POST) to your PHP validation function. Look up AJAX in WordPress for details on how to do this – in particular you are interested in using admin-ajax.php and registering your function as an action. You then specify that action in your jQuery AJAX call.

    You might also want to look at some of the WordPress data validation functions.

    #138421
    enderpal444
    Participant

    @boonebgorges @djpaul Can you toss a dog a bone on this? I’d really like to know how to do it.

    #138334
    Tammie Lister
    Moderator

    It’s not a perfect solution but have you look at gravity forms for registation forms and BuddyPress? http://www.gravityforms.com/

    #138288
    jaimebib
    Participant

    Anybody got this to work??

    mariazapata
    Member

    Hello Roger,
    Yes I am sure that i set up that correctly $curauth->ID, is just a number….
    :S…
    Thanks!

    Roger Coathup
    Participant

    ok… as I guess you know, modifying the core code isn’t a good solution!

    Am not sure why your original code isn’t working, as the later $r = wp_parse_args( $args, $defaults ); call should overwrite user_id with the one you supplied anyway.

    Did you check that $curauth->ID was set correctly?

    mariazapata
    Member

    Hi commented this line out, on the bp_members_template.php
    //$user_id = 0;
    and it works… I didnt want to touch this… but i cant find any other way :(

    #138185
    Susan Adams
    Member

    My network is a bunch of baby boomers selling crafts. I teach them how to be a merchant more effectively. Their stores on Artfire.com has a widget per seller where they can add a rapid cart, shopping window or a collection. All the code is clean and safe, no other code will be allowed. I’m aware of the spammer risks..been there, done that.
    The field should look similar to a blog post editor or text widget. Besides, the rapid cart code won’t work unless a shortcode is made by adding the script to the widget area and then shortcode for it in the field. This is why I’m wondering if the multisite is a better fit, harder, but better fit for what I want to offer.
    The Ning sites had pages for members like such. They were drag and drop fields with the ability to accept code. Like a comment box might. This is what I need for members. I already have a member approval mechanism installed. They have to attend the basic instructions of how to blog, to be able to use the field I need made. A sign of who they are.

    #138183
    modemlooper
    Moderator

    It’s dangerous to allow code to be entered into profile fields. Why HTML?

    #138106
    enderpal444
    Participant

    @karmatosed I had seen that but didn’t see an answer on how to do what I’m trying to do. I need a live validation to show the user whether or not their entry is a valid url for facebook or twitter.

    #138105
    Tammie Lister
    Moderator

    I think https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/validating-a-url-from-xprofile-field/ may provide a good starting point. If I am wrong though please let me know and I’ll take a look.

    #138090
    modemlooper
    Moderator

    Are you referring to the profile fields or the tabs?

    #138060

    In reply to: Tagging Members

    r-a-y
    Keymaster

    Like Juan mentioned, XProfile already autolinks various profile fields.
    eg. http://testbp.org/members/johnjamesjacoby/profile/

    Check out the links in the profile page. They will automatically redirect to the members directory with the search term.

    It might not fit your spec exactly, but maybe it can give you some pointers.

    The BP Profile Search plugin also enhances the xprofile search a bit as well.

    #138055

    In reply to: Tagging Members

    juanmaguerrero
    Participant

    I think that depending on the final result you want to achieve, there are already a few tools that will get the work done. For example: if you want to mention your users, you can use de bp labs plugin that will add the “autocomplete” feature to the mentions for more usability (also could be used vía comments for mimicking the picture-tagging like Facebook). In the other hand, you can use profile fields to let members “tag” themselves on a different number of topics… etc.

    Maybe if you tell us what would you use it for we can think of a posible way to achieve that :)

    #138021
    raminjan
    Participant

    Hey Modem Looper bud the plugin you wrote custom profile fields is there anyway to prevent some not all profile fields to show up on registration page? and also about the age drop down so is there really cure for that year problem with wp? because it goes up to 2037.

    #137851
    Paul Wong-Gibbs
    Keymaster

    BuddyPress comes with a default “Name” field in the Extended Profile components. Are you using the Extended Profile component; have you renamed the default Name field, and what are you using that field for?

    #137673

    In reply to: Spamming Issues HELP!

    danbpfr
    Participant

    Hello,

    registration process has nothing to do with BP, it’s WP stuff. For some technical answers to your question, be inspired by reading here:
    http://www.esecurityplanet.com/open-source-security/top-5-wordpress-vulnerabilities-and-how-to-fix-them.html

    To avoid robot resgistration, there is nothing definitve to do at this time. But to get sure you don’t get a robot in your user list, you can add a mandatory field to your registration via custom profile fields.
    For example, “city”. Because this field is custom, no robot will fill it correctly. And most will not fill it at all. Each subscription with “doe” as city name or empty city field can be banned and/or erased from your DB. This will calm down spam activities for a while. The price of this is a constant admin work. But consider that a daily managed site is lesser spammed than a site with randomised webmastering each 31th february… And a site with 50 000 unique visitors will be more attacked that a 70 hits/day site. Just the price of glory, nothing to do with buddypress. [exit] ;-)

    #137616
    Roger Coathup
    Participant

    What was the problem you encountered with your approach?

    Paste your code, and let us know the error messages, and someone may be able to assist.

Viewing 25 results - 2,001 through 2,025 (of 3,608 total)
Skip to toolbar