Search Results for 'profile fields'
-
AuthorSearch Results
-
December 24, 2012 at 2:37 am #148868
In reply to: Adding Extraa Profile Fields
hindicell
Participantya but suppose i have to add like 1992-to-1996 then what field should i choose? i think there is no such field for including this type
December 24, 2012 at 2:32 am #148867In reply to: Adding Extraa Profile Fields
@mercime
Participant@hindicell as Ben mentioned above, go to Users > Profile Fields. You have the option of presenting the choices via Radio Buttons, Select Boxes or Multi Select Box
https://mercime.files.wordpress.com/2011/12/bp-profile-field.gifDecember 24, 2012 at 1:52 am #148865In reply to: Adding Extraa Profile Fields
hindicell
ParticipantThe type which i want is not included in this profile fields.here you can pick the date but wont be able to select (From 1992 to 1996)type fields
December 24, 2012 at 12:41 am #148860In reply to: Adding Extraa Profile Fields
Ben Hansen
Participantusers > profile fields
December 20, 2012 at 9:08 am #148253In reply to: Create profile fields visible only to administrator
jomilla
ParticipantThanks so much scal3x!
December 19, 2012 at 2:48 am #147831modemlooper
ModeratorNo plugin but its a good idea. You would have to code this yourself. If you know php it’s not terribly hard to add this feature.
December 19, 2012 at 2:34 am #147829rickkumar
ParticipantOk, I have created extended profiles for users under the wp admin: Users > Profile fields
There is one thing that I can not do with the options provied in buddypress.
I want to create a section under the profiles similar to the “Family” section in facebook:
1. Relationship Status: should open up the options where people can select one from drop down and then other fields pop up where people can enter the name of the person they are in relationship with.
2. Family section: where people can add a name of a family member, select the relationship and then keep adding more family members by repeating this process.
How can I do this?
Is there a plugin that does this?
Thank you.
December 18, 2012 at 2:14 am #147697Pewit
ParticipantI used PHP MyAdmin to export the table containing the field data – modified it to include the list of countries in excel and then imported it back into the original table checking the option to replace the existing data.
Method
1. Create a dummy form field to get the format
Create a profile filed called Country as a dropdown select box.
Add a few options to the list e.g. Enter Your Country (this will be the default), Afghanistan, Aland Islands
Save and close the profile form editor
2. Export the field data to Excel
Login to PHPMyAdmin (you may need to login to CPanel first if you have a hosted website)
Go to the database and table containing the form data
(e.g. wrdp1>wp_bp_xprofile_fields)
Export the table to Excel CSV format. Check to include the field labels in the header.
3. Modify the data in Excel.
Opening the data in Excel will give you a feel for the layout of the data.
Not the ID number for the options you have entered above.
Copy and paste you list of countries (search on google for a list in excel or CSV format). Then make the data conform EXACTLY to the sample data you entered – making sure that the record ID numbers start from same ID number as your sample (you can delete the sample countries to avoid duplicates). Also ensure the Parent ID is the same as a field record.
Save the data as a CSV file
4. Import into the table
Go back to the table you exported in PHPMyAdmin
Import the CSV file you just modified. Check to replace the table contents. Ignore the first line of data if you have kept the field labels at the top of your file. Check that the record delimiter is a comma.
Now click GO and your data will be imported – Click Browse to check it.
5. Check your profile form
Go back to the profile form editor – your new country field should now be populated by the countries you imported.This also works for any other dropdown list.
December 17, 2012 at 7:32 am #147611In reply to: members loop: showing more profile info
davewright
Participantokay – so, here’s an example of the kind of code i’m using. hopefully this can help people in the future!
keywords people might use to find this post: buddypress extended profile fields, buddypress members loop, buddypress members-loop.php, bp_member_profile_data( ‘field=the field name’ );, bp_get_member_profile_data.
December 17, 2012 at 4:59 am #147595In reply to: members loop: showing more profile info
davewright
ParticipantSo, I got a few fields to display, but now my new problem is that my plain text and HTML is not showing up on the page for some reason – in this example, the text label “Location:” and the line break are not coming through.
December 17, 2012 at 3:19 am #147590In reply to: [error] Links In Buddypress Profile
BuddyPress101
ParticipantI notice once I use the ‘____’ marks it works, but when I use the drop select fields it still shows the links.
December 17, 2012 at 3:06 am #147588In reply to: [error] Links In Buddypress Profile
BuddyPress101
Participantokay so its up now what I got to do for the links to be removed? Do I have to re do all the profile fields over?
December 17, 2012 at 1:45 am #147579In reply to: [error] Links In Buddypress Profile
Ben Hansen
Participantwhat are you trying to do links inside profile fields should work given proper formatting (including the http://)
December 13, 2012 at 10:45 pm #147341In reply to: New XProfile Field With A Loop
modemlooper
ModeratorDecember 9, 2012 at 2:00 am #146891rickkumar
ParticipantAppreciate the help.
Thanks you gentlemen!
December 8, 2012 at 7:16 pm #146876rc183
ParticipantI have juste released my own plugin to force profile completion BP Force Profile : https://wordpress.org/extend/plugins/bp-force-profile/
Thank you for your help !
December 8, 2012 at 1:52 am #146835modemlooper
ModeratorDecember 8, 2012 at 1:32 am #146834Ben Hansen
Participantyou can create type of field you want you are only restricted by the types of entry methods there are.
December 8, 2012 at 12:51 am #146831rickkumar
ParticipantCouple more questions:
Is there somewhere a list of various profile fields that can be added?
Is there any plugin that can help add various profile fields?
Thank you.
December 8, 2012 at 12:34 am #146829rickkumar
ParticipantThank you my friend!
December 8, 2012 at 12:04 am #146823modemlooper
Moderatorwp admin Users > Profile fields
December 7, 2012 at 10:39 pm #146810In reply to: custom xprofile field for users? How?
jeduhu
ParticipantSo first I tried pasting this ‘Short code” into the user profile > profile fields > locations and pasted into a text box.
Fail. I’ll keep posting everything I tried. Till someone sees the error. I can’t find much documentation on how to do all of this so it’s trial and error.
http://www.extrasnetwork.com/members/lahomedecor
press profile.
December 7, 2012 at 4:11 pm #146767In reply to: Modifying Members AJAX Directory Search
hatiro
ParticipantOK found it! The Member Directory Search now passes values straight into the loop using ajax querystring, this gets its data from the main get_users function and doesn’t use the search_users function.
Obviously I needed to modify the core to omit searching in certain profile fields by inserting ‘AND spd.field_id NOT IN (‘2′,’3′)’ into the sql before the search terms, but I understand that as of BP1.7 this will be reworked into BP_USER_QUERY and so will need changing anyway…
As an aside will the exclusion of searches for profile fields be doable in this new user_query? The reason is that if you are using any form of security/visibility on profile fields then you don’t want to be able to search on them. Currently, even if the profile fields are not visible it will return the user with that data in their field if the invisible data is used.
December 7, 2012 at 10:37 am #146757Paul Wong-Gibbs
KeymasterClick the field’s ‘edit’ button, and that’s where you change the description.
The email and password fields aren’t BuddyPress user profile fields, so they don’t appear in this screen.
December 7, 2012 at 10:15 am #146754Paul Wong-Gibbs
KeymasterIt’s working fine for me. Look in the Profile Fields menu under Users.
-
AuthorSearch Results