Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'profile fields'

Viewing 25 results - 4,776 through 4,800 (of 5,698 total)
  • Author
    Search Results
  • #74501
    r-a-y
    Keymaster

    @techguy

    That’s correct the $usermeta variable holds the submitted xprofile fields from the BP registration page.

    eg. you could do this:

    $usermeta['field_1'] = $fbuser['first_name']; // field_1 = "Name" on BP registration page

    You’ll have to grab the correct field_x name for each xprofile meta you want to sync up with the FB auto plugin.

    BP_VERSION might not be working because WP-FB-AutoConnect is probably loaded before BP, so WP-FB-AutoConnect (man that’s a mouthful!) doesn’t know that BP exists.

    #10773
    atrais
    Participant

    Hi, I need to have a few more profile-fields where users can upload thumbnails. Can this be done via bp-custom? I try to avoid editing core or theme. ex: fieldname1 thumb1, uploads to location /wp-content/userthumbs/username1.png. etc

    I guess I could create those as text-fields (from bp-admin) but I’m not sure how I can hook and change it to submit.

    #74379
    leftblanx
    Participant

    Anybody have any idea about these questions?

    With regard to the point in the final paragraph – when you sort the members list alphabetically, and then use the search facility, the SQL query looks like:

    SELECT COUNT(DISTINCT u.ID) FROM wp_users u LEFT JOIN wp_usermeta um ON um.user_id = u.ID LEFT JOIN wp_bp_xprofile_data pd ON u.ID = pd.user_id WHERE u.user_status = 0 AND (pd.field_id = 1) AND pd.value LIKE ‘%%searchterm%%’ ORDER BY pd.value ASC;

    It assumes pd.field_id = 1, which is the Name field – why does it assume you only care about searching on the Name field when ordering alphabetically? And how would I best modify this to search on a) the text values of all my text profile fields, and b) the labels on multiple option profile fields?

    #74179
    Aaron Edwards
    Participant

    I worked nonstop this weekend to finish up our own advanced importer we started a few months back. Allows you to do a full import of a Ning network’s users, their custom profile fields, and avatars to BuddyPress! It reallywas a bit of work to scrape avatars from the profile pages but looks real cool while importing. Full support for very large member lists via optional FTP upload and batch processing so it won’t timeout on you.

    http://premium.wpmudev.org/project/ning-to-buddypress-user-importer

    #74123
    3sixty
    Participant

    Can someone give solution that users that wish to sign up dont use buddypress signup page, instead they use regular wordpress signup which is much much safer.

    Hmm, interesting. The generic BuddyPress register form does seem like a bit of a sieve (though it could just be my frustration talking).

    I think you would just delete/disable /registration/activate.php and /registration/register.php. You would lose the ability for users to fill out extended profile fields at signup. However, quick signups are probably preferable, with seasoned users filling out extended profile fields as needed. I’ve read at least one article via delicious.com that suggests to me that signup forms need to be as simple as possible to help users focus on getting “behind the wall” fast and easy.

    #74054
    Boone Gorges
    Keymaster

    For those of you who don’t follow me on Twitter or on my blog (btw – what the heck is wrong with you? I rule), I just updated the Import from Ning plugin to support BP xprofile fields: http://teleogistic.net/2010/04/more-import-to-ning-goodness/

    Gianfranco
    Participant

    @Dimensionmedia Nice and valuable list of tips, thanks.

    I’m glad that my topic have generated such interesting discussions.

    The community website I build up is for Cure fans (you know The Cure, right?), and since they all are already active on Facebook, MySpace and other existing (traditional) forums, it is quiet a bit of a challenge to bring them over to my site and actually use it.

    The motivation that made me wanna do Cureuphoria (http://cureuphoria.com) is that I felt that althought many places already exist for Cure fans to interact, there isn’t a real Social Network with features “à la Facebook/MySpace” that is specifically built with that particular community in mind.

    I feel that the major value of using BuddyPress, and the main difference with the above mentioned social networks is that you can offer basicly the same feautures, BUT in an environement created and adapted around a specific community, which is the strongest point to my opinion.

    From look and feel, to functionalities, you can build something up that is indeed unique to a given community.

    Something that a rather impersonal environement such as Facebook, is not able to offer.

    For example, I used custom profile fields to build a Cure-oriented member profiles, because it is about The Cure, right?

    You can check an example here: http://cureuphoria.com/gian, which is my profile, but you can go and see others too.

    Also, because I believe the register page is a key page of the site, I designed a very simple, basic form with a prominent call to action button, and argued some benefits about registering and using the site, that would accompany the registration form.

    And, because during the intial lunch phase you don’t see many members profile avatars active, I decides to design a visual graphic with different avatars in order to give the potential subscriber a feeling of community. To do so, I asked permissions to Facebook users (within the Cure fans community) to use their avatars, and they all agreed. That gave me already the possibility to communicate the existence of the new site to some.

    By the way, this is the register page: http://cureuphoria.com/register

    At the moment I did get quiet a few registrations in a week time period, but unfortunately, users don’t turn out to be as active as I expect them to be. So, beside the first point of bringing people in and register, the following point would be, how to make them use the website and be active? Maybe it takes time to achive that.

    Maybe their passivity is due to the fact of being troubled by the slight diffrences with (again) Facebook, or other traditional forums structure.

    I mean, the majority of other Cure forums out are built with calssical bulletin board systems, such as phpBB or vBulletin and are (sorry, but I need to say it) quiet ugly. Still they are widely populated with topics.

    My users, I feel, are probably troubled by the Groups/Forums relation. Some posted on the Group homepage activity, thinking that it was answearing to a topic in the forum for that Group.

    I mean, I do think that the Group/Forum as a value and I totally understand the principle behind it. But do my users?

    In order to push them to post Topics that are not necessarily associated with a Group, I did create a Group called Open Topics, that would act as a general topic forum.

    And, I wrote a sticky topic on “How to use Cureuphoria”, which you can find here, even if not finished yet at the moment of this writing: http://cureuphoria.com/groups/cureuphoria-feedback/forum/topic/how-to-use-cureuphoria-read-this/

    I would like to have them create their own groups, write topics, invite their friends over and all that, instead of coming to the site, putting up a video form YouTube, add a friend and then leave to just check if something more exciting is happening after a day, and since it’s not the case, leave again.

    Anyway, I don’t think there is a magic formula to make your BuddyPress site have the success you expect, but it is probably a lot of little things that need to be manged toghether, from design, to functionalities, to constant marketing (social public relationship). Or… something I am just missing.

    I want to thank all of you who contributed to the topic. Keep it going: advices, ideas and thoughts about this are never enough.

    #10693
    gregfielding
    Participant

    Obviously, everyone has different needs. My goal is to build a large real estate community. My members want to blog to promote themselves and be easily found by visitors to the community. Over the last few months, I’ve received a lot of input and feedback from my real-world users.

    Here are the 4 areas where, IMO, Buddypress is so-far lacking practical usability:

    1. Search. It’s not intuitive to users to have to search for different things in different places. Ideally, I’d like to see a lone sitewide search – members, blog posts, sub-blog posts, comments, galleries, activities, forums, groups, etc. – on the front page. Then, on the results page, offer a filter.

    2. Search by Profile Filters on Member’s Directory Page. One of the most enticing reasons to join a community like mine is the possibility you might get found. As it stands, exploring the membership to meet new people is virtually impossible.

    Standardized address fields are a must, along with the option to add more filters (profession, specialty, hobby, etc). It should be simple for a visitor to my community to find a real estate agent in their city, but it is virtually impossible.

    If it were easy and intuitive for them to be found, then a lot more people would want to sign up for my site. This is by far the most pressing issue for me and the one I get the most complaints about.

    3. The current forum display is confusing and not intuitive, if for no other reason than it’s not what people are used to. Common sense would suggest 2 classes of forums: smaller, specific discussions tied to specific groups, and huge, general discussions meant for every member AND visitor.

    This has been a heated topic here, without any middle-ground found as of yet. I practical solution might be to enable select forums to be “featured”, above the others in the directory. Then, to remove group-confusion, maybe there is a way to simply make those groups invisible, deleting them from profile pages and the group directory.

    Also…and I hear this is being fixed…there needs to be a refined search and refined tags within sub-forums.

    4. More functions to enable viral promotion (and more features to encourage it) – where members promote for us. @boone ‘s Invite Friends from Profile http://buddypress.org/forums/topic/invite-friends-from-profile is a big step in the right direction, as if the Badge Maker that’s in the works http://buddypress.org/forums/topic/badge-maker#post-43163

    People regularly invite others to check out their facebook pages or follow them on twitter. We don’t yet have a user-friendly solution to encourage people to “follow” our members.

    One suggestion I’ve heard from my membership is to allow Profile Pages to be more customizable. Maybe we need custom headers and backgrounds. Maybe we need to be able to add custom features, like on facebook pages. Either way, the more unique and special profile pages can be, the more excited members will be to show them off to their friends and colleagues. And that’s how we grow.

    We all have different needs, but these concerns are probably fairly universal. I just thought you guys would appreciate this feedback…not just from me…but from my members.

    #10692
    gino24
    Member

    I have buddypress setup with extra registration fields where new members can enter additional fields so it shows in their profiles.

    Is there a plugin for admin that will allow admin to edit members/users profiles or make notes about the users?

    Thanks

    Gianfranco
    Participant

    For Cureuphoria (http://cureuphoria.com) I disabled the default admin bar and decided to design a custom one that would fit the design better.

    define('BP_DISABLE_ADMIN_BAR', true);

    When you’re not logged in, the bar displays the login fields, and a link to create an account if you don’t have one.

    When you are logged in, the bar displays the member avatar, and links such as: My profile – My messages – My friends – My groups – Settings – Logout.

    Now, I’d like to have the notifications system in that bar, like for the default bar I desabled.

    First question is: can I do that?

    Second question is: if I can, how?

    Here’s my code:

    <div id="curemates-bar">

    <?php if ( is_user_logged_in() ) : //logged in ?>

    <?php do_action( 'bp_before_sidebar_me' ) ?>

    <a href="<?php echo bp_loggedin_user_domain() ?>"><?php bp_loggedin_user_avatar( 'type=thumb&width=30&height=30' ) ?></a>

    <ul id="user-menu">
    <li><a href="<?php echo bp_loggedin_user_domain() ?>/profile/edit/">My profile</a></li>
    <li>| <a href="<?php echo bp_loggedin_user_domain() ?>/messages/">My messages</a></li>
    <li>| <a href="<?php echo bp_loggedin_user_domain() ?>/groups/">My groups</a></li>
    <li>| <a href="<?php echo bp_loggedin_user_domain() ?>/friends/">My friends</a></li>
    <li>| <a href="<?php echo bp_loggedin_user_domain() ?>/photos/">My photos</a></li>
    <li>| <a href="<?php echo bp_loggedin_user_domain() ?>/settings/">Settings</a></li>
    <li>| <a id="logout" href="<?php echo wp_logout_url( get_option('home') ) ?>"><?php _e( 'Log Out', 'buddypress' ) ?></a></li>
    </ul>

    <?php do_action( 'bp_sidebar_me' ) ?>

    <?php do_action( 'bp_after_sidebar_me' ) ?>

    <?php if ( function_exists( 'bp_message_get_notices' ) ) : ?>
    <?php bp_message_get_notices(); /* Site wide notices to all users */ ?>
    <?php endif; ?>

    <?php else : //not logged in ?>

    ...stuff...

    <?php endif; ?>

    </div><!-- end "curemates-bar" -->

    Now, I now that the code I am looking for is in the “bp-core-adminbar.php” file, and I’ve made a few attempts to extract what needed to re-create the notifications menu, but obviously without success.

    Can anybody help me out with this?

    Thanks.

    Gene53
    Participant

    Done, thanks again.

    Gene

    jivany
    Participant

    So it works? Tag the topic as resolved. ;)

    Hugo Ashmore
    Keymaster

    Erich my concern is that – given your assertion on the other thread “Now your site Is up and running” that it is very difficult to get a new site off the ground without being able to send email when you create groups – you are perceiving an issue where one doesn’t necessarily exist, certainly it might be nice to have the email address fields available on the group send invites screen but it’s not a necessity as there is a reasonably simple path to the profile send emails from the group creation stage, a little explanatory text would smooth things along a little for users. I won’t ramble on as I covered some of these points on the other thread, and I’m in danger of repeating myself and of being boring

    #73626
    snails07
    Participant

    Yeah just tried it out and doesn’t work.

    I’m just going to go with hardcoding a link like <a href="http://domain.com/members/?s=General">General</a> which will return the results. Not ideal but it will have to do me for now I’m thinking.

    #73598
    gregfielding
    Participant

    @snails07

    I’ve been looking for something like this too…from what I can tell in these forums, nothing exists that will work. The plugin is this one https://wordpress.org/extend/plugins/bp-member-filter/

    But, it doesn’t work with current MU or BP versions.

    In theory, this could enable search menus for members by any profile fields…location, profession, hobbies, etc.

    #73596
    mrjarbenne
    Participant

    You could use the Custom Profile Filters for Buddypress plugin. I know it’s not exactly what you are looking for, but it would enable you let your users identify themselves in one of your 5 categories, then that word they have selected will become a link that will take them to a page will all of the other users who also selected that category.

    Perhaps this plugin will give you the building blocks you need to create the solution you need.

    https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/

    Gene53
    Participant

    Believe it or not, it didn’t work when I changed Username for 1 but it did when I added ,3 (still don’t know what the 3 is for, LOL).

    Does that mean I don’t really need the funky function and simply change the <input type=”hidden” … > in edit.php or should I just leave things as they are now that it seems to work?

    EDIT: when I added ,3, I couldn’t change the value of the next field and “1” still gives me the error…

    EDIT 2: ROFLOL, it didn’t work because I omitted the , (colon) after the 1. Now everything seems to work.

    Thanks again, I really appreciate your help.

    Gene

    jivany
    Participant

    It becomes just string manipulation. Create a new function (my_funky_function) and do something like this:

    function my_funky_function() {
    echo str_replace( "username","", bp_get_the_profile_group_field_ids() );
    }

    Then replace the bp_the_profile_group_field_ids() call in edit.php (in your child theme of course) with my_funky_function().

    I think that will work but it’s not tested. ;)

    Edit:

    Oh, sorry, I’m sort of wrong. This is what I get in my edit.php form in the HTML:

    <input type="hidden" name="field_ids" id="field_ids" value="1,3" />

    Field_id 1 is the Username for me. You just need to filter that out so the str_replace call should be “1,” instead of “username”.

    Gene53
    Participant

    Makes sense but I haven’t a clue on how I could code such a function… That’s way above my programming skills.

    jivany
    Participant

    <input type="hidden" name="field_ids" id="field_ids" value="<?php bp_the_profile_group_field_ids() ?>" />

    That line is your problem. Well, more specifically, the call to bp_the_profile_group_field_ids() which creates a list of the expected field names.

    Unfortunately it doesn’t have a filter so you’d have to clone and own the function into your functions.php file and manually filter out the “username” field from the string that gets generated.

    Make sense?

    Gene53
    Participant

    Hey jivany,

    I was sort of wondering if that would happen

    LOL, it sure did so I’m wondering if there was a workaround, such as the field not being visible (or non editable) but would still send the name field when the form is submitted.

    Darn, I miss the good old days (phpBB 1 and 2) when you only had to comment out code in templates…

    jivany
    Participant

    Oh, nope, it probably means that the code is actually checking that the field ‘username’ should be getting updated. I was sort of wondering if that would happen. ;)

    #73552
    snails07
    Participant

    Anybody?

    #73517
    gregfielding
    Participant

    So I tried to explain this to my father…who can barely use email.

    Pretend you’re in a room with 1,000 people that you don’t know. Now, you might end up making friends with 10 of them, and doing business with 2. The problem is that it would take you a week of shaking hands and starting conversations to find those connections.

    Social Networks/Communities…like Buddypress/Facebook/LinkedIn etc. turn that week into 10 minutes.

    To me, improved community-wide searching and easy navigation by profile fields (can someone please load in locations?) are the most important areas where BP is clunky and needs improvement. We need to focus on turning that 10-minutes into 5, while being ever-more-user-friendly and intuitive in the process.

    The trend is that all of these networks will share information with one another, so much so that, in time, walls will be torn down and eventually, “Social Networks” will be a big mosh of everything…made up of smaller topic-focused communities like each of ours.

    BP gives each of us a chance to create a niche within this great mosh. We shouldn’t try to BE the mosh, but simply be the most efficient and user-friendly communities within it.

    leftblanx
    Participant

    Hi,

    I’m relatively new to WP and BP development, using WP 2.9.2 and Buddypress 1.2.2.1, and am wondering if and how it would be possible to filter the members list alphabetically by default.

    Furthermore, would it be possible to actually remove the ‘Order By:’ dropdown altogether?

    Also, the Search box returns results from each of my text profile fields when ordering by Newest Registered, but only is returning results from First Name and Last Name fields when ordering Alphabetically. Does anyone have any idea why this would this be the case?

    Thanks in advance.

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