Search Results for 'profile fields'
-
AuthorSearch Results
-
May 22, 2009 at 7:39 pm #45892
westpointer
Participanthit or miss proposition
I find it’s much more of a “miss” proposition. I may have to wipe up a little plugin for this!
May 22, 2009 at 6:27 pm #45889In reply to: Duplicating the Wire, adding fields
paperrobot
ParticipantI think if you look at how many people (including myself) look at a BP site, it actually does seem reasonable to assume that people would conform to the questions and care about the answers. As I see it, rolling your own facebook is nice, but probably not entirely practical or necessary — once a true alternative pops up, there’s usually a standard alternative for a while until the next comes along.
Personally, I feel BP is wonderful for smaller niche communities where that structured social interaction is, in many ways, the selling point. A music site that asks “what are you listening to right now?” a cooking site that asks “what are you cooking right now?” etc. Connecting people along that shared niche interest, I think, provides value.
In some ways, BP already supports this by giving admins the option. I’m thinking specifically with respect to the profile options you have with categories and questions for users. “What’s your favorite song?” or “What’s your favorite food?” would be totally logical there, and I’d love to see (and plan to try to implement one way or another) the same thing for status.
It would be amazing to see it built in for status updates when that rolls out (which I’m hoping is still this summer). The ability to add fields, mark their importance, and even customize the way they render in search results and things would be very, very nice. Sort of like how you template a WP entry and can customize how it displays in various places. I realize all of that is much harder than a simple text area and pulling the most recent data out of the db, but it would add a lot in terms of flexibility for niche networks.
Thanks for the guidance on programming. I’ll figure it out somehow.
(I actually thought wire v. status was semantics too at first, but wire is more like facebook’s wall, where people can post and conversations can be two-way. Status is more personal for users, something larger and untouchable by others.)
May 22, 2009 at 5:24 pm #45887Jeff Sayre
ParticipantBoy, other than coding a special function that checks to see is a user has filled in all required profile fields upon log in, I’m not sure at this point. What does happen in this scenario though is that the next time a user edits their profile data, they will not be able to save any changes unless they fill in the required fields.
You could ask them to update their profile data, but that is always a hit or miss proposition.
May 22, 2009 at 3:25 am #45838In reply to: no tables created when BP installed
mgrunk1
ParticipantBuddyPress 1.0
Wordpress MU 2.7.1
*replaced db name w/ mydb – and this is the errors that show at the bottom of the page in the admin – if I delete the BP plugin, the messages all go away.
WordPress database error Table ‘mydb.wp_bp_xprofile_data’ doesn’t exist for query SELECT d.value, f.name FROM wp_bp_xprofile_data d, wp_bp_xprofile_fields f WHERE d.field_id = f.id AND d.user_id = 1 AND f.parent_id = 0 AND f.name = ‘Name’ made by require, require_once, require_once, require_once, do_action, call_user_func_array, bp_core_setup_globals, bp_core_global_user_fullname, bp_fetch_user_fullname, xprofile_get_field_data, BP_XProfile_ProfileData->get_value_byfieldname WordPress database error Table ‘mydb.wp_bp_xprofile_fields’ doesn’t exist for query SELECT id FROM wp_bp_xprofile_fields WHERE name = ‘Name’ made by require, require_once, require_once, require_once, do_action, call_user_func_array, bp_core_setup_globals, bp_core_global_user_fullname, bp_fetch_user_fullname, xprofile_set_field_data, xprofile_get_field_id_from_name, BP_XProfile_Field->get_id_from_name WordPress database error Table ‘mydb.wp_bp_notifications’ doesn’t exist for query SELECT * FROM wp_bp_notifications WHERE user_id = 1 AND is_new = 1 made by require, require_once, include, get_footer, locate_template, load_template, require_once, wp_footer, do_action, call_user_func_array, bp_core_admin_bar, do_action, call_user_func_array, bp_adminbar_notifications_menu, bp_core_get_notifications_for_user, BP_Core_Notification->get_all_for_user
May 20, 2009 at 1:10 pm #45708In reply to: extended profiles
2683049
InactiveIn English it is in the BuddyPress Plugin – xProfile.
Click on:
BuddyPress > Profile Field Setup
The instructions read:
“Your users will distinguish themselves through their profile page. You must give them profile fields that allow them to describe themselves in a way that is relevant to the theme of your social network.
NOTE: Any fields in the first group will appear on the signup page.”
And it works very well!
May 19, 2009 at 10:06 am #45647In reply to: extended profiles
2903192
InactiveYou can add new profile fields in the bp menue in your WPMU admin area.
Open there the Buddypress menue and click “Profilefelder” (I guess you are German)

A http://-entry will be displayed automatically as a Link.
May 17, 2009 at 6:46 pm #45541In reply to: Buddypress.org profile layout theme, I want it!
David Mazza
ParticipantThe default member theme sucks, and I haven’t seen anyone significantly modify it. I plan to do so at some point, but I don’t understand why they didn’t just model it from their own awesome member theme. Even the skeleton member theme is more or less the same as the default. You would have to make significant modifications to the skeleton theme itself for it to be anything like the buddypress.org member theme.
Specific issues:
Profile fields are way too spaced out.
The navigation design isn’t really necessary.
The wire should be on top, and profile fields in a small table below. Everything else is mostly unnecessary.
May 17, 2009 at 6:44 am #45519Burt Adsit
ParticipantMake sure you tag your plugin with ‘buddypress’ so it automatically shows up in the bp plugin area.
May 17, 2009 at 6:34 am #45517takuya
Participantbtw, using this method, I think it’s possible to let users define which xprofile entry is visible only to logged in members, and not to non members. This privacy thing will be added in the core, but I just thought this plugin is a good example of that.
May 17, 2009 at 5:17 am #45512takuya
Participantwow! this is so cool!
May 16, 2009 at 7:19 pm #45498corourke
ParticipantI’m still seeing this issue as well as it occurring in profile form fields.
May 12, 2009 at 8:33 pm #45179In reply to: Adding info to profile
danielfelice
ParticipantFrom your admin dashboard
– Select BuddyPress from the left sidebar
– Click Profile Field Setup
– Setup your profile fields
Users will then be prompted to fill in this info when they signup
May 11, 2009 at 10:17 pm #45085In reply to: php “placeholders”?
Sparksdontflyup
ParticipantOkay, so I would edit
feild_nameanduser_idor justfeild_name? and how would I get the users full name or just first name? Would I use something like:<?php echo xprofile_get_field_data( $full_name, $user_id ); ?>and for the first name:
<?php echo xprofile_get_field_data( $full_name-first, $user_id ); ?>or what. Would I have to create 2 separate fields for first name and anither for their last and use something like:
<?php echo xprofile_get_field_data( $first_name, $user_id ); ?>or what?
Thanks.
May 10, 2009 at 7:58 pm #44969In reply to: SQl Question
Paul Wong-Gibbs
KeymasterPlease search forum before asking questions; it’s in the FAQ sticky – https://buddypress.org/forums/topic.php?id=2190
“How to hide selected profile fields”
May 8, 2009 at 2:37 pm #44802In reply to: How to enable Edit profile and Change Avatar???
DDT
Participantha,
apparently bp-xprofile.php wasn’t uploaded. Just like bp-wire.php isn’t uploaded.
I now see the edit profile and update avatar. Where can i add some more profile fields??? like city, country
regards,
May 8, 2009 at 4:03 am #44758In reply to: Making profiles public?
KitWit
ParticipantSo … if I enable the extended profiles and create the fields I want, will they then show in the A-Z area of the site? I think you can see what I’m trying to do … I’m trying to create a directory of businesses using the members area of the site … eventually we want folks to sign up on their own and enter the information for the listing themselves …
May 8, 2009 at 3:55 am #44757In reply to: Making profiles public?
John James Jacoby
KeymasterKitwit, I think you’re a little confused… It’s working exactly like it should.
The directory pages are the pages that show the A-Z options on the top. The profiles are just profiles. They reside in members/username, but viewing a profile isn’t the same as viewing a directory of many users.
When you turn on Extended Profiles, it will totally ignore any of the admin area WordPress profile fields, and wait for you to create your own profile groups and fields. Extended Profile information can then be edited through BuddyPress on the front end of your profile area, exactly like you can do here.
When you turn off Extended Profiles, BuddyPress will fall back on the WordPressMU user information found in the admin area (if you have the BuddyPress setting turned on for it to do so.)
May 8, 2009 at 3:47 am #44755In reply to: Making profiles public?
KitWit
ParticipantYes, I am in the member directory. Each member shows up in the directory. Isn’t that where profiles are displayed?
Check this link:
http://business.mountainprideconnections.com/members/boulderoutlookhotel/
This is what shows up when “Extended Profiles” are disabled. Yes, I said “disabled.” Shouldn’t this be what shows up when the profile is “enabled”? Yet … are we talking about the same animal?
When I create a custom field, it also does not show in the entry form on the admin section of the site, so even though I’ve created several custom fields, those fields don’t show up and aren’t available for anyone to see/use.
May 8, 2009 at 3:41 am #44753In reply to: Making profiles public?
KitWit
ParticipantWell, I thought the same thing, but someone else told me to disable it. If I have the Extended Profiles enabled, nothing but the name of the member shows in the public profile. If I disable it, then all the information in the About the User section shows up. Makes no sense. What I want is to be able to 1) create fields for specific kinds of information that I want to show in the public profile and 2) have that information actually show up in the public profile! As it is, the only way to have anything show is to disable the extended profile … which is the opposite of what I’m looking for …
May 8, 2009 at 3:26 am #44748In reply to: Making profiles public?
KitWit
ParticipantActually, I haven’t figured it out. If I want to add fields to the profile so that the person’s information (Address, City, State, ZIP, etc) isn’t displayed as a jumble of sentences, then how can I add those fields if I disable the extended profile option? Why would BuddyPress actually carry a feature that is attractive and then for any usable information to display, one would have to deactivate it? Am I missing something here?
So tell me … how do I add custom fields to the profile AND have them display on each member’s visible public profile?
May 3, 2009 at 12:15 am #44215In reply to: WP and BuddyPress(WPMU)
perywinkle
Participant@Andrea_r, Thanks for your wisdom!
BTW. What’s the term to refer to WP ( single blog) ’round these parts?
Looks like it’s time to investigate moving from WP to WPMU.
We’ve been developing profiles with Cimy Extra Fields… and have put a fair amount of work into the Member Profile Fields…
http://nbnetwork.org/directory
Some of our users are not ‘active website users’ per say, so the Web Team updates the profiles for them. Seems like there’s no way for admin’s to do that in the Buddpress profile system.
That said, BP is doing what we’ve been trying to do all along, and doing a much better job of it!
May 1, 2009 at 5:00 pm #44053enlightenmental1
Participanthow much would this cost:
modify rpx to insert fields into bp xprofle (as much as possible…name, email,)
specifically, we have a $session which stores a referral id… we’ve modified fbconnect to take the session variable and insert into the bp user profile
we need to modify the rpc to get the same $session and add that to a xprofile field
rpx sign-ups are redirected to a custom page, where we tell them to fill in their profile information… could you also redirect fb connect registers to the same page?
i.e. “you’ve registered using a 3rd party….. be sure to update/complete your profile info”
I would be interested in having this done
I believe you have my email
May 1, 2009 at 3:15 pm #44029enlightenmental1
Participantit works with RC2 and RC2, wpmu 2.7 / 2.7.1
just doesn’t work perfectly….
and it doesn’t work if you’re already using the fbconnect plugin
fbconect users are different from rpx users
so i’ve had to remove the fb from rpx
this needs some modifications to allow the rpx to insert data into the xprofile fields..
the only reason Im not using this currently, is because we’re using sessions to pass a referral code and we can’t get rpx to insert the referral code into an xprofile field..
May 1, 2009 at 4:13 am #43974In reply to: FAQ: How To, Code Snippets and Solutions
vsellis
ParticipantHow to show secondary profile fields while hiding the \”Base\” profile fields in a user profile:
On line 3 of profile-loop.php add:
<?php if (!bp_the_profile_group() == \"1\") : ?>(after the
<?php while ( bp_profile_groups() ) : bp_the_profile_group(); ?>)and don\’t forget to close your \”if\” before the
<? endwhile; ?>April 27, 2009 at 9:02 pm #43741In reply to: BP-Dev plugins issues
enlightenmental1
Participantflickr thickbox is a nice improvement….
for my site admin, everytime i refresh the profile, the username in the flick settings changes to a random user
I left the flickr settings fields blank
?
-
AuthorSearch Results