Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'profile fields'

Viewing 25 results - 5,626 through 5,650 (of 5,698 total)
  • Author
    Search Results
  • #3208
    gogoplata
    Participant

    I’d like to allow users to enter a URL and title on their profiles to link to their external blogs, which are going to be on a subdomain (blogs.domain.com). Currently fields are automatically converted to community searches and are not user friendly for entering URLs/titles.

    Has anyone accomplished this profile field type yet or have any recommendations on how to do so?

    Thanks!

    #3204
    Anointed
    Participant

    When I go into my main admin area and click on ‘buddypress’ in the site admin bar I get the following error:

    Cannot load bp_core_admin_settings

    Same if I go click on the bbpress forums link in the admin I get

    Cannot load bp_forums_settings

    finally if I click on profile fields I get

    Cannot load xprofile_settings

    Other than that buddypress seems ok…

    Is there a fix?

    #36607
    usergnome
    Member

    Absolutely agree with point #1 – ability to order fields and move between groups would be a nice usability feature.

    #3157
    jodyw1
    Participant

    Okay, these are by no means mission critical. As I just got done adding these profile fields, I thought about this and decided to throw it out there.

    1) It would be great to be able to move any new filed we add to a profile up and down -within- a group and -between- groups. Say if I add a “favorite color” to Group A, but decide I want it before “favorite super hero” I’d love to be able to move it. Or if I decide that the “favorite color” field works better in Group B, I’d live to move that too.

    And if I could change the order of Group A and B, etc, that would be nice too.

    2) Just like you can preview themes, it would be nifty to be able to preview how the Profile page would look with all the new fields and groupings added it. Click a button and see the profile page with all those fields displayed in context.

    3) Related to that, if a member of the site can change the order of how things are displayed on their profile, that would be cool tool.

    None of the above are super important. Just throwing out some ideas.

    #36546

    In reply to: Hidden Profile Fields.

    nicolagreco
    Participant

    you’ve to add a filter in bp_get_item (if i remember good or a thing like that

    #3156
    jodyw1
    Participant

    In the site I currently run, we grab a lot of extra demographic information when people set up their profiles — education, income, etc. — stuff that stays in our DB but doesn’t appear on a user profile.

    We’re in the process of migrating our existing site over to BP. I added all of the extra info we ask for onto the BP profile page. I’d love to be able to -hide- those fields though. There’s no reason for the general world to be able to see all the information we gathered.

    As a feature request, can there be a “Don’t Display” toggle for any new fields we add? That way we can ask people for information, it stays in the DB, but on the BP Profile it won’t pop up?

    #36522
    Famous
    Participant

    1.) Okay, I see “add new group” under profile fields, that will enable to separate groups. How can I remove the automatic linking of text from let’s say, Group B and post Group B as an includes PHP function while removing it from the user profile?

    Any feedback is much appreciated… Thanks

    #3046
    Anonymous User 303747
    Inactive

    Wonderful module – these profile fields. In combination with Auto-Linking profile fields can be a great way to find people on your BP site with the same interests, in the same location etc. Great way to start a focused group or, at a minimum, build your friend list for networking purposes.

    One suggestion – can we consider allowing the upload of a CSV file when we select “drop-down select box” as field type? The obvious application here is the list of 50 States, 13 Canadian Provinces and Territories and the 8 Australian States/Territories but you drop-downs as a field type are also very handy if you want to control accuracy of user input so you’ll get more out of Auto-Linking later.

    In regards to Auto-Linking – there really should be a selector to enable this feature for text fields and multi-line text fields.

    Thoughts and feedback welcome.

    #36087

    In reply to: Google Map Integration

    Bergsten
    Participant

    Apart from the BP-profile integration, each user can easily add a Google Map on their blogs using the tags in http://www.ezbizniz.com/wordpress-plugins/google-maps

    I’ve also added the possibility to get markers from an XML-feed. If you, in the WP Google Maps settings, click on the “See example…”-link you see the URL to an XML-feed that will return markers for 20 of the users withint the viewport of the current map. You can use this to display a map on your front page displaying where the different members on your site lives.

    In the “Marker XML Feed Fields” input field you can specify the names of the different fields of the markers returned by the XML-feed.

    In the “Marker XML Feed HTML Pattern” you can set how the information will be presented when someone clicks on a marker.

    I will write a more detailed description on how things work on http://www.ezbizniz.com/wordpress-plugins/google-maps when I get the time to do so.

    #36077

    In reply to: Google Map Integration

    Meerblickzimmer
    Participant

    Hi bergsten!

    Plugin works fine so long. What´s your plan with the plugin? Mayby a profile-integration is possible (under profile fields under the wp-mu backend)?

    #35805
    yu
    Participant

    i’ve found this function –

    function xprofile_filter_link_profile_data( $field_value, $field_type, $field_id ) {
    if ( $field_type == 'datebox' )
    return $field_value;

    if ( !strpos( $field_value, ',' ) && ( count( explode( ' ', $field_value ) ) > 5 ) )
    return $field_value;

    $values = explode( ',', $field_value );

    if ( $values ) {
    foreach ( $values as $value ) {
    $value = trim( $value );

    if ( count( explode( ' ', $value ) ) > 5 )
    $new_values[] = $value;
    else
    $new_values[] = '<a href="' . site_url() . '/' . MEMBERS_SLUG . '/?s=' . $value . '">' . $value . '</a>';
    }

    $values = implode( ', ', $new_values );
    }

    return $values;
    }
    add_filter( 'bp_the_profile_field_value', 'xprofile_filter_link_profile_data', 2, 3 );

    so EVERY field is ‘link’ field.. i think this is not so good ;/

    next stape i think should be creation of new field_types, and applying filters to this field_types in this function. but where are this types and how to create new ones i don’t know..

    #35804
    yu
    Participant

    and other question – how to check user added info posted in this extra fields? cause i just saw hundreds spaces in ‘link’ field…

    #35801

    fishbowl81, thanks for the help.. am not sure of where exactly to put that code.. chk out my profile @ http://ignitte.in/members/admin/profile

    over here i would like everything in the contact group to be delinked except for the URL.. hw do i go about this?

    #35800
    gpo1
    Participant

    fishbowl81, I like your member theme.which file did you use to change the top bar ie to red & black.

    That is how did you do it?

    And also can you adapt it for lastFM widget?

    Link for lastfm api

    http://apps.sourceforge.net/mediawiki/phplastfmapi/index.php?title=Usage

    #35790
    fishbowl81
    Participant

    This post maybe a little more clear, as it has a full working music player.

    https://buddypress.org/forums/topic.php?id=604#post-3382

    #1, the 2 is priority of the filter.

    #2, I have been lazy and just made everything inside of the “social details” group active links. In the future I maybe validating them with some regular expressions or substring checking.

    #3, check for an @ and at least 1 period in the string and no spaces? There are some very complex regular expressions which can validate e-mail addresses, but regular expressions are slower then substrings.

    Brad

    http://gorgeousgamers.com/beta

    #35787
    Mike Pratt
    Participant

    Brad – nicely done. a few beginner questions:

    1. where are you applying this filter? I assume 2 was the field_id?

    2. For the web site link (non-bp link) in your example, do users need to merely enter a valid url? just http://www.example.com or what, specifically – I will need to steer them.

    3. How would you go about configuring a mailto: link (assuming they were safe behind the login walls form scrapers

    #35786
    fishbowl81
    Participant

    Here it is, save as bp-music.php and copy into your muplugins

    you must create a profile details group “Audio Details”, and all values will be replaced by a music player.

    Check out a working copy on:

    http://gorgeousgamers.com/beta/members/bradmkjr/

    Brad

    http://gorgeousgamers.com/beta/

    <?php

    /*

    * Created on Dec 29, 2008

    *

    * Project Buddypress Addons

    *

    * File bp-music.php

    *

    */

    function bp_profile_music_player( $field_value =””, $field_type = “”, $field_id = “” ) {

    if($field_value == “”)

    return “Nothing to show”;

    else

    { // clean up input

    return “<script type=’text/javascript’>

    var amzn_wdgt={widget:’MP3Clips’};

    amzn_wdgt.tag=’gorgeousgamers-20′;

    amzn_wdgt.widgetType=’ASINList’;

    amzn_wdgt.keywords='”.addslashes($field_value).”‘;

    amzn_wdgt.title=’What I’ve been listening to lately…’;

    amzn_wdgt.width=’250′;

    amzn_wdgt.height=’250′;

    amzn_wdgt.shuffleTracks=’True’;

    amzn_wdgt.marketPlace=’US’;

    </script>

    <script type=’text/javascript’ src=’http://wms.assoc-amazon.com/20070822/US/js/swfobject_1_5.js’&gt;

    </script>”;

    }

    }

    function bp_profile_music_groups( $group_name =””) {

    if($group_name == “Audio Details”){

    remove_filter( ‘bp_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 2);

    add_filter( ‘bp_the_profile_field_value’, ‘bp_profile_music_player’, 2, 3);

    }else{

    add_filter( ‘bp_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 2, 3);

    remove_filter( ‘bp_the_profile_field_value’, ‘bp_profile_music_player’, 2);

    }

    return $group_name;

    }

    add_filter( ‘bp_the_profile_group_name’, ‘bp_profile_music_groups’, 10, 1 );

    ?>

    #35784
    fishbowl81
    Participant

    very simple

    remove_filter( ‘bp_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 2);

    That removes the autolinking

    I have developed a nice plugin (now a pair) which changes profile values rendering depending on the name of the group. I have not yet released the code, as I’m offering it as beerware.

    Here is my profile on my beta site:

    http://gorgeousgamers.com/beta/members/bradmkjr/

    I made the social details, normally clickable so people can enter myspace, facebook, or personal sites.

    I also made a fun mp3 player plugin to allow people to suggest music for their profiles and listen to samples.

    Brad

    http://gorgeousgamers.com/beta

    #35755

    In reply to: show user email

    Mike Pratt
    Participant

    I have done the same. Shame that all profile fields deal with everything as plain text. Can’t make links look pretty or email addresses function as mailto links

    Hey how do you get rid of autolinking of profile fields on buddypress.. On my network people enter all kinds of stuff on the profile, i want the clickable links for search only for some profile fields and not all of them by default.

    who would search for mobile number in the profile?

    #35747
    Anonymous User 303747
    Inactive

    *bump*

    It would be helpful to see your code, Brad. Are you willing to share?

    #2952
    #2902
    Mike Pratt
    Participant

    I run a private community so we’d like to expose user email addresses (perhaps make it optional) in profiles. Aside form the fact that users are already a tad confused with editing email and passwords in “Settings” as opposed to “Profile” (they’ll get over it), I don’t want to have to create a custom field for email addresses, forcing users to enter their email a second time either during sign-up or after. I’d rather just expose the entered email in a profile.

    Also – Any suggestions on getting custom user fields to render url’s nicely? I’d like to let people enter their web page, etc and have it show pretty as a link (doesn’t currently)

    #2900
    Famous
    Participant

    Can someone tell me how I can use some of the custom profile fields, only some the one’s I would designate, I do not want to show this data under the profile. I would like to show it on the user page, but keep it private so that only the user can see it.

    Can anyone tell me where I could place a php directive to include it on the user page for user eyes only, and exclude it from the profile section, or what plugin I could use?

    I see this is what calls the field data, but what can I do?

    <?php bp_get_profile_header() ?>

    <?php if ( function_exists(‘xprofile_get_profile’) ) : ?>

    <?php xprofile_get_profile() ?>

    <?php else : ?>

    <?php bp_core_get_wp_profile() ?>

    <?php endif; ?>

    Any help would be much appreciated, thank you…

    charger
    Member

    Hi,

    i’m using Buddypress with the last version WPMU and I want to create a new profile field .CSV format (from Profile Fields Buddypress plugin) in two levels.

    For example, you can see here the beginning of countries.csv content, one level:

    /*

    Field Name: Country

    Description: Select Your Country

    Author: Justin Ball, updated by phlux0r

    URI: http://www.justinball.com

    Version: 1.1

    Types: checkbox,radio,selectbox,multiselectbox

    */

    Afghanistan,AF

    √Öland Islands,AX

    Albania,AL

    Algeria,DZ

    American Samoa,AS

    Andorra,AD

    Angola,AO

    You can use it to choose your country in your profile.

    But I want to go further and purpose a two level field. This means, if I choose the car brand Mercedes in the list, i generate a model brand list (A-Class, B-Class, C-Class, …).

    Can I do that in the same .csv file? Another solution?

    Thanks. Jordan.

Viewing 25 results - 5,626 through 5,650 (of 5,698 total)
Skip to toolbar