Search Results for 'profile fields'
-
AuthorSearch Results
-
November 3, 2011 at 10:31 pm #123703
spennis
MemberI have been asking for the same thing but no answer. This should be something that the Buddypress theme should integrate in future versions! It should be fairly simple and very useful! Not to mention a simple way to show the extended profiles…
November 2, 2011 at 4:30 pm #123624Quint
Participant@katje, were you able to get a resolution on finding a multiple-criteria “search” plugin?
@boonebgorges, Boone, I hope I’m not hijacking the thread because my question reflects one of katje’s questions: Is there a plugin or something close (that I could point a developer to) that would accomplish a multiple criteria search across the membership directory? Here’s a scenario: Let’s say that my membership comprises global athletes, both professional and social. Furthermore, each one of these athletes compete in many different sports. My potential membership could be in the hundreds of thousands, probably millions. My users would need a way to sift through a directory of that size. So, if my xprofile fields contain tria-thletes some of whom have held the profession of astronaut, then I dare say 99.99% of the membership would not meet that criteria. It’s an extreme example which I hope illustrates the need across general searches.
BTW, if this is considered hijacking a thread, please let me know and I’ll create a new topic.
November 1, 2011 at 7:53 pm #123578In reply to: Modifying / Customising the registration process
crazplain
Member@boonebgorges
Hi Boone,
I am trying to create a multi step sign-up registration page. Preferably also include some new profile field such as multi category drop down list and country with flags. Should i create new rows in wp_bp_xprofile_fields?
or just follow the example above and it will create it for me?
I was also wondering if I can have have something like step1, step2 etc like godaddy.com?November 1, 2011 at 12:20 am #123529PBTam
MemberHey modemlooper, I tried the line of code: bp_member_profile_data( ‘field=the field name’ );
but it simply puts the line of code as text onto my groups page. is this because the data is in the members loop but not available in the groups loop?
EDIT:
I found a way to do it here: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/profile-fields-in-members-list-on-groups-page/
the code used was this:
<?php $location = xprofile_get_field_data('Location', bp_get_group_member_id());
if(!empty($location)) : ?>October 28, 2011 at 2:36 am #122954PBTam
MemberI checked the entry.php file in the theme/activity folder but I was unable to find an explanation to insert xprofile fields. Any hints?
October 27, 2011 at 6:22 pm #122868modemlooper
ModeratorIn the file entry.php in the activity folder you can see a comment that explains how to show xprofile fields in the member loop
October 26, 2011 at 6:44 pm #122434In reply to: User documentation
r-a-y
KeymasterThe only way to import generated profile fields at the moment is to do a straight database export of the xprofile field tables and then import them into your new site. (These database tables are “wp_bp_xprofile_fields” and “wp_bp_xprofile_groups” by default.)
The codex is basically a WordPress blog. I believe everyone who has an account with buddypress.org should be able to login at codex.wordpress.org/wp-admin/ and post something. Though, your post might be held as a draft until someone with higher permissions can look at it.
If you have ideas for codex articles, please feel free to post them. If you encounter problems, let us know.
There isn’t a single document to reference for documentation. I don’t believe WordPress has a document like that available on their codex. (I could be wrong though!)
October 26, 2011 at 1:33 pm #122359In reply to: User documentation
James Carroll
MemberI, too, am looking for documentation. I found the BuddyPress codex [1]. However, I find it somewhat lacking. Is it a wiki like the WordPress Codex[2]? If so, I may add what I learn to help others.
Ideally, I am looking for a single-document version of the documentation. I would like to print it and have it as a reference as I work. Has that been done before? What would it take to write a script to combine the existing docs at [1] into a single document (HTML, PDF, etc.)?
@mercime, I am specifically looking for information about user profile fields: I’d like to import an existing set of user fields. I haven’t searched the plugins yet; I’m still trying to get oriented to the BuddyPress support system. As for “submitting articles,” where do the articles live? How do I submit one?
Thanks!
[1] https://codex.buddypress.org/home/
[2] https://codex.wordpress.org/Help:ContentsOctober 23, 2011 at 5:06 pm #122913In reply to: Username / Display name problem
Gossy Uk
MemberYour solution
I had this same problem.
TO fix it, go to the BuddyPress Profile Fields Admin Area,
Rename the Full Name to Name
Rename the Main Profile Field Group to BaseSave.
This will fix the issue.
Cheers
http://studentscircle.netOctober 22, 2011 at 10:06 am #123352Paul Wong-Gibbs
KeymasterSure. In your theme, edit up /members/index.php and /members/members-loop.php. In the latter, which is where you will most likely want to make your changes, there’s a block of text starting “If you want to show specific profile fields here you can…” which explains how to add in extra fields.
October 20, 2011 at 12:10 am #122202Boone Gorges
KeymasterYes, it’s a change: https://buddypress.trac.wordpress.org/ticket/3378#comment:2
The plugin you’re using is using for search is using core functions to render the dropdowns. That’s great, of course. But, in all the ways that the dropdowns are used in BP core, it does *not* make sense to have a null option for required dropdowns. So, while it’s inconvenient and I wish it had been raised at an earlier point, I think it’s incumbent on the plugin to create the fields in the way necessary for the plugin’s functionality to work right.
Alternatively, I would be happy to see a patch for BP that allows bp_get_the_profile_field_options() to take an argument along the lines of show_null_value_for_required (maybe not that wordy, but you get the idea). That way, we could default to false (1.5 behavior) but allow the 1.2.x behavior optionally, at https://buddypress.trac.wordpress.org/browser/trunk/bp-xprofile/bp-xprofile-template.php?annotate=blame&rev=5230#L431. It would be an easy patch to write; I encourage you to do it yourself, or at least to open a ticket for it.
October 19, 2011 at 10:53 pm #121822rossagrant
ParticipantI’ve done a screencast to illustrate this point a little better.
Does anyone agree that the required profile field behaviour should revert back to how it behaved pre BP 1.5?
Would love to hear opinions as this may affect other plugins for people.
October 18, 2011 at 1:31 pm #122015In reply to: Showing Extended / Custom profile fields?
Brian Bowman
ParticipantI too have asked how to get the extended profile fields to display….NO ANSWER FROM ANYONE. This support forum is really quite poor. Sorta ‘open source’ – you get what you pay for in terms of support (or lack of it…).
October 17, 2011 at 5:37 am #123114In reply to: How Do you add more description??
dansmonpetitstudio
Member@FrattySratty You can customize the different profile fields on your dashboard>buddypress>profile fields. That’s all I know for now. Good luck!
October 15, 2011 at 8:38 am #123186In reply to: How Do you add more description??
@mercime
Participant== I wanted to know how a user can add more details about themselves. ==
Give them space to add more details about themselves. Go to `dashboard – BuddyPress > Profile Fields > Add New Field `== Also, I’m having some trouble with getting confirmation email for users. ==
https://codex.wordpress.org/FAQ_Troubleshooting#E-mailed_passwords_are_not_being_receivedOctober 12, 2011 at 10:56 pm #121899tnd
MemberSorry to bump, but any ideas on this?
October 12, 2011 at 9:44 am #121974In reply to: Showing Extended / Custom profile fields?
grumpys
MemberI have a similar problem.
I have installed the latest Buddypress and since then my profile settings in the registration page have been reset to basic “Username” and “password”.
When I go to Profile Fields in Buddypress I can’t change any of my basic profile settings.The only option I get is to add extended profile fields.
How do I set up my basic profile fields?
Any ideas?Thanks.
October 11, 2011 at 6:15 pm #123105robrat
MemberDid anyone figure out a way to do this without that plugin (which still doesn’t work it seems) ?
October 6, 2011 at 9:05 pm #122622In reply to: How to manage users & their extended profiles?
Brian Bowman
ParticipantI’ve added extended fields per buddypress’s capabilities; however, they don’t show up in my registration process….any idea why not and what I need to do about it:
Here is a completed profile where someone actually went back into their EDIT PROFILE and finished adding all the data: http://www.localjobs.com/blog/members/jimtait/profile/
Yet, even then – not all the REQUIRED fields are showing up on EDIT mode.
And here is the URL to register…and you can see that just a small bit of those initial fields actually during a new registration process – and my REQUIRED fields don’t show up either: http://www.localjobs.com/blog/register
Any ideas what I’m doing wrong? I’m asking this here because I’m getting zero responses after 3 weeks in the HOW-TO section having asked the same questions and this can’t be that hard to answer….
Much thanks.
October 5, 2011 at 5:07 pm #122507In reply to: Buddypress 1.5 using too much resource??
Knight Fight
ParticipantI was having similar problems, slow to load and lots of resources. The problems seemed to dissapear when I removed a lot of the profile fields.
October 5, 2011 at 3:15 am #122478In reply to: Profile Fields show on email to admin?
saijin_nxtoyou
MemberI tried xprofile_get_field_data() but it didn’t work, maybe I’m just too dumb..

So I tried it using MySQL, here is my function wp_new_user_notification, I edit wp-includes/pluggable.php
function wp_new_user_notification($user_id, $plaintext_pass = ”) {
$user = new WP_User($user_id);$user_login = stripslashes($user->user_login);
$user_email = stripslashes($user->user_email);
$buddypress_fields = $user_id;// The blogname option is escaped with esc_html on the way into the database in sanitize_option
// we want to reverse this for the plain text arena of emails.
$blogname = wp_specialchars_decode(get_option(‘blogname’), ENT_QUOTES);$message = sprintf(__(‘New user registration on your site %s:’), $blogname) . “rnrn”;
$message .= sprintf(__(‘Username: %s’), $user_login) . “rnrn”;
$message .= sprintf(__(‘E-mail: %s’), $user_email) . “rnrn”;// Add Custom Fields from buddypress table to admin email – Start
$buddypress_result_ = mysql_query(“SELECT
wp_bp_xprofile_fields.name,
wp_bp_xprofile_data.value
FROM wp_bp_xprofile_fields, wp_bp_xprofile_data
WHERE
wp_bp_xprofile_data.user_id = $user_id
AND
wp_bp_xprofile_fields.id = wp_bp_xprofile_data.field_id
ORDER BY
wp_bp_xprofile_data.field_id”);while($buddypress_row = mysql_fetch_array($buddypress_result_))
{
$fields = $buddypress_row;
$fields_value = $buddypress_row;
$message .= $fields . “: rn”;
$message .= $fields_value . “rnrn”;
}// Add Custom Fields from buddypress table to admin email – End
@wp_mail(get_option(‘admin_email’), sprintf(__(‘[%s] New User Registration’), $blogname), $message);
if ( empty($plaintext_pass) )
return;$message = sprintf(__(‘Username: %s’), $user_login) . “rn”;
$message .= sprintf(__(‘Password: %s’), $plaintext_pass) . “rn”;
$message .= wp_login_url() . “rn”;wp_mail($user_email, sprintf(__(‘[%s] Your username and password’), $blogname), $message);
}
October 4, 2011 at 5:42 am #122364In reply to: How to Get User Profile Data
N3k0
ParticipantExcelent… thats works fine, is i was looking for
thansk a lot… online a cuestion, how i can display correctly date fields @enailor ???October 3, 2011 at 3:05 pm #122105In reply to: How to manage users & their extended profiles?
triznic
ParticipantAnybody? I downloaded and installed this last one but the fields dont match up and the user name is missing to edit from. This is a MUST have!!!
October 3, 2011 at 2:49 pm #122104In reply to: Profile fields in members list on groups page
Quint
Participant@kirkslater, nice idea! I hope you don’t mind me piggy backing off your post but your idea brought a related one to mind.
@sbrajesh, thanks for planting the seed. Is the following possible? Whether viewing the group or member directory, could the div for the list item; that is the row that contains the group or member, be made into a link that on hover, activates a tool tip that contains group or member profile data? And I’m not referring to hover over the existing member name link; since, in my opinion, this would require the user aim their cursor at a small defined space rather than the “acreage” a row represents.
The purpose behind the request is “context”. When looking at a list of members or groups, having the user click on the link for them to find out the details behind the member or group is wasteful and time-consuming. This is why kirkslater’s idea is so intriguing.
October 2, 2011 at 9:20 pm #122040In reply to: BuddyPress 1.5 user fullname save/show errors
juanmaguerrero
ParticipantSurprisingly and bizarrely I was able to solve this. I went to the admin panel, to xprofile fields section and changed the names back to the original “Base” and “Name” labels. Then saved changes. I found that way it worked again normally, all info that I changed editing the user’s profile were saved ok. Then I changed the labels again in the admin panel, to “Información principal” and “Nombre completo” and all kept working fine as if that bizarre bug never happend.
Well, that’s all, thanks!
-
AuthorSearch Results