Search Results for 'profile fields'
-
AuthorSearch Results
-
January 26, 2012 at 7:28 am #128616
In reply to: Interactive Profile Fields During Registration
Paul Wong-Gibbs
KeymasterSounds like a lot of info for the sign up form. What about jus putting a dropdown with the ‘person type’ in the first profile field group (which is the one that appears on the registration page by default), and then putting further type-specific fields into their own profile groups.
With a little bit of coding, you can deny visibility or access to these other profile groups depending on user type, without too much diffficulty.
January 24, 2012 at 1:27 am #128478In reply to: Linking categories to member profiles.
thebusysingleparent
MemberIf I am understanding you correctly you want people to be able to search for others by category?
You could add a profile field with a drop down selection box with the categories you have in mind.
I don’t know if you can select more than one so you may have to add this field 5 times if you want them to choose up to 5 categories.
I’m fairly new at this myself but I’m sure all the profile fields are searchable.
Anyway – just a thought.
January 21, 2012 at 4:54 pm #128373In reply to: missing Profile Details fields
@mercime
ParticipantYou lost me at “but new members registering in these fields should never be visible only to the four basic fields “
January 19, 2012 at 8:57 pm #128281In reply to: SOLVED: Limit Members Loop by Profile Fields
landwire
ParticipantHi all,
I modified the code from DuableLLC a bit to check for roles. I post it in case someone is looking for a solution like that:
This function goes in the functions.php
`// to exclude only defined roles in the Buddypress Members LOOP
function exclude_by_role($exclude_roles) {
$memberArray = array();
if (bp_has_members()) :
while (bp_members()) : bp_the_member();
$user = new WP_User( bp_get_member_user_id() );
$user_role = $user->roles[0];
foreach ($exclude_roles as $exclude_role) {
if ($exclude_role==$user_role) {
array_push($memberArray, $user->ID);
break;
}
}
endwhile;
endif;$theExcludeString=implode(“,”,$memberArray);
return $theExcludeString;
}`Then in the template members-loop.php you use:
`$excluded_roles = array (‘administrator’, ‘author’, ‘subscriber’); // this can be any roles you have set upif (bp_has_members( ‘exclude=’ . exclude_by_role($excluded_roles) . ‘&’ . bp_ajax_querystring( ‘members’ ) ) ) : ?>
`January 17, 2012 at 11:49 am #128154Brian Bowman
ParticipantSeems that maybe they are only showing the BASE fields…and a user must return to EDIT their profile in order to complete the process. This keeps registration short, but there should be a way to INFORM new users that their not finished. I normally use WelcomePack plugin for this, but I’m having problems with it presently as well.
January 14, 2012 at 8:52 am #127972In reply to: User’s profile fields show incorrect data.
@mercime
ParticipantWhat theme are you using? Has it been updated for BP 1.5+ ? If you change to bp-default theme, is issue corrected?
January 12, 2012 at 8:00 am #127851Paul Wong-Gibbs
KeymasterPinging the entire core team and a forum moderator is not going to help get a quicker response.

This sounds like a weird bug, I have not seen it before. Is it all profile fields? Or just custom fields which you have created? Have you renamed the default profile field (if so, to what)?
Is it always the same user’s data, or does it change? Is this user an admin or have any other special role on your site?January 11, 2012 at 10:49 pm #127838aces
ParticipantIf it’s the same problem, r-a-y suggested a different fix in https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-clear-the-previous-registration-form-data-1/
January 11, 2012 at 10:05 pm #127836ARHistoryHub
ParticipantFixed this by removing ` ` input value from the registration template. Not sure what the implications of this may be, but profile creation and field data seem to work fine.
January 10, 2012 at 9:05 pm #83287InHouse
MemberCan anyone help with this? I can get the fields to display but they aren’t conditional. If a user doesn’t fill out a field, a blank space is displayed rather than the lower fields moving up. I can’t get Website or Email to hyperlink either. Is there another way of going about this all together?
January 8, 2012 at 1:32 pm #127655filmoreha
ParticipantFacebook book login integration can be done with the WP-FB-Autoconnect plugin. I have tried it myself and it is a solid plugin, however FB avatar support is a tad wonky.
Really will depend on what your needs are. I am actually looking for answers to mapping profile fields between FB and BuddyPress so that I can roll my own integration.
January 5, 2012 at 6:36 pm #127486In reply to: WP adminbar / BP buddybar bug/issue?
hiresphereadmin
MemberTried this is custom php, but got error message:(Fatal error: Call to undefined function bp_get_profile_field_data() in /home/content/42/8142642/html/wp-content/plugins/bp-custom.php on line 4)
if ( $data = bp_get_profile_field_data( ‘field=user-groups ‘ ) ) : ?>
Groups: <a href=http://hiresphere.net/user-groups/?s=” title=””>January 5, 2012 at 12:51 am #127450In reply to: where is membership directory?
Lesley Austin
MemberThanks again….it isn’t a Suffusion thing after all. I found the members tab in the Profile area again by clicking on the highlighted terms in the profile fields. That is where it was/is. Not terribly convenient, so I will probably add a page link, too. You see, tab is not redundant to those of us who are not using the full functionality of BP, without forums.
January 2, 2012 at 3:59 pm #127220In reply to: Change XProfiles look
Hotstaffevents
MemberHas anyone a clue where I can find the css information about the profile fields…it seems I`m blind
January 2, 2012 at 12:06 pm #127211razzgpe
ParticipantHey! I know, its an old topic.
But did you get a solution?
I have the same problem. I want to have two fields for first- and lastname instead of fullname (field_1).Best regards,
Razz!January 2, 2012 at 6:28 am #127200In reply to: [Resolved] BP Xprofile question
slashmarx
Participantabysshorror – you need to go into profile fields and edit each social media field. associate the given field with the corresponding site in the drop down list.
I can’t get any of the icons (I have 5 icons currently) other than facebook to be clickable.
Here is what I am showing on firebug:
**********************************************
[div id=”bp-smp-header”>
[span class=”bp-smp-label”>
[img alt=”http://twitter.com/FNAT79/ on Twitter” src=”http://www.iamupon.com/wp-content/plugins/boonebgorges-bp-social-media-profiles-884b941/images/icons/twitter.png”>
[img alt=”emailsupportstaff’s YouTube channel” src=”http://www.iamupon.com/wp-content/plugins/boonebgorges-bp-social-media-profiles-884b941/images/icons/youtube.png”>
[img alt=”http://www.meetup.com/members/6355514/ on Meetup” src=”http://www.iamupon.com/wp-content/plugins/boonebgorges-bp-social-media-profiles-884b941/images/icons/meetup.png”>
[a title=”Facebook” href=”https://www.facebook.com/#!/C.E.Neumann”>
[img alt=”Facebook” src=”http://www.iamupon.com/wp-content/plugins/boonebgorges-bp-social-media-profiles-884b941/images/icons/facebook.png”>
[/a>
[img alt=”142244788 on Linkedin” src=”http://www.iamupon.com/wp-content/plugins/boonebgorges-bp-social-media-profiles-884b941/images/icons/linkedin.png”>
********************************************************************************December 29, 2011 at 2:42 pm #127054In reply to: remove extraneous titles?
Lesley Austin
Member: )
No other admin, only me. I think I wasn’t very clear. What I am trying to do is get rid of all that language-the group name, the heading the comes up when you type in the profile fields “editing Profile group…”
Is it possible to have profiles but not have a heading/name or a group at all?
As for the images, I meant that I wanted to add an image here to show you what I meant…but that is good to know about profiles, too, for I was thinking that would be a nice option.
Just trying to keep things clean and uncluttered.
Thanks so much for the help!
December 29, 2011 at 5:22 am #127027In reply to: remove extraneous titles?
@mercime
ParticipantEither you’ve forgotten you created that xprofile group name several weeks ago or another Site/Super Admin created that profile group

It’s not a Groups component but a Profile component. To edit the name of the Profile Group Name, go to wp-admin dashboard menu BuddyPress > Profile Fields and click on the Tab “Getting to know you” and click on Edit Group button under Profile Group Name.
As for adding an image fields in user profile, can’t do that in default and there’s no plugin for that at this time. You’d have to develop this or find a developer to do this for you.
December 26, 2011 at 3:16 pm #126941Quint
ParticipantThis may get you part of the way there:
December 26, 2011 at 7:40 am #126939yadigit
ParticipantIm trying to do the same thing, this is a code that im using to config to something just like it.
Instead im using it to over lay the whole background of the users profile ( just a quick fix for privacy settings ) But for some reason it isn’t working like i wanted it too.. ( nor is it working at all ) Maybe you could use this in hopes it could lead you to your answer. Once again this is not a answer to your question, its just a code to help you get started.`
Set to Private!
`
Ps. Let me if this helps and if you found a fix for it.
December 24, 2011 at 2:23 am #126837In reply to: Links being displayed in profile field
Lindsayannb
MemberI think that is the default way that BP works.. (unless you have some addon).. I have found an addon called Custom Profile Filters for BuddyPress which lets you selectively create links so that you can make all fields not links except for maybe twitter usernames, or account type, etc.
December 17, 2011 at 1:44 am #126511In reply to: BP Has Members Search Terms
Boone Gorges
KeymasterThe core reason why it’s difficult to do infinite filters like this is because BP xprofile fields are abstracted. That is to say, in order for our profile fields to be extensible (so that your site can have different profile fields from mine) we have moved the profile data to a separate table, which is essentially a key-value table. This is in contrast to a solution where you store all profile data in a single table, making it very easy and fast to filter by many criteria at once (the trade-off being that the table structure needs to be set in stone).
The numbers you cite shouldn’t be much of a problem. You may experience some slowness if you try filtering along 7, 8, 9 criteria at the same time, though I suspect that this is probably an edge case. In any case, some solid MySQL query caching will help.
December 14, 2011 at 1:14 pm #126275bojanski
MemberHi Guys
Any help would be highly appreciated.
Thanks
BojanDecember 12, 2011 at 7:08 am #126155In reply to: remove xprofile ”name” from registration form?
freque.unce
ParticipantI changed register.php to display profile group 3 (optional profile fields I added via dash) instead of 1, to hide the required displayname option on signup, which forces it to clone username data by default. I then removed the ability to change names in xprofiles’ edit.php (with if/else, statements on textbox & submit button for profile group 1).
Those 2 steps take care of all future occurances, so I then went in and changed all of my existing users’ display names to match their usernames, manually, via the dashboard.
Problem solved. More of a substitute than a removal, but it works for me. Hopefully someone will find this useful.
December 10, 2011 at 7:15 pm #126080In reply to: Help Understanding Basic User Registration
@mercime
ParticipantFirst, you should enable registration in admin dashboard menu Settings > General
Capture more data from user by adding more profile fields. See Extended Profile fields https://codex.buddypress.org/getting-started/configure-buddypress-components/
-
AuthorSearch Results