Search Results for 'profile fields/'
-
AuthorSearch Results
-
August 17, 2015 at 7:36 pm #243298
In reply to: i want to, nobody can not change own gender.
Kailan Wyatt
ParticipantYou can try this plugin by BuddyDev
April 14, 2015 at 10:03 pm #237889In reply to: FYI: Plugins to Lock BuddyPress Profile Fields
bp-help
ParticipantMarch 16, 2015 at 5:33 am #236094In reply to: Help setting up BuddyPress on WordPress site
@mercime
ParticipantDo you recommend I create text/content and install a form plug-in for my ‘register’ page associated with the BPress first before working on adding Member Profile Fields?
@dleit please do not install any form plugin for your “Register” page. Leave it blank as BuddyPress will dynamically add the necessary forms. What you need to do is set up the profile fields. Remember that whatever field you add in the first group of the profile field will appear on the right side of the Reigstration form.It just doesn’t seem like it will solve the “user registration is currently not allowed” issue.
After you add the member profile fields/group(s) you want for your community, I suggest going to the admin menu Settings > General and Allow Registrations. BP Codex is your friend https://codex.buddypress.org/getting-started/register-and-activation-pages/
December 17, 2014 at 6:56 pm #230724In reply to: [Resolved] Hide possibility to change 'Base' name
danbp
ParticipantSorry to answer you with a big laught, it’s not html but php. 😀
You should also find the time to read more attentively the forum, or search by keywords.
in this case: hide xprofile fieldshttps://buddypress.org/support/search/hide+xprofile+fields/
You’re welcome. Glad you got it. 😉
September 21, 2014 at 4:36 pm #198958In reply to: Creating a new profile -“field type”
danbp
ParticipantSeptember 21, 2014 at 10:53 am #198939In reply to: Add a new field in the "profile fields"
1a-spielwiese
ParticipantYes:
- Settings/BuddyPress/Compenents: Activate ‘Exteneded Profiles’
then:
- user/profile fields/add field – select the ‘field type’ you like
August 26, 2014 at 11:12 am #188499In reply to: [Resolved] Nobody visibility
Henry Wright
ModeratorI think the field visibility settings are applicable to the member who is performing the setting.
The suggested way to do what you want would be to make your notes profile field hidden to all non-admin members.
The first step would be to create /wp-content/themes/your-theme/buddypress/members/single/profile/edit.php inside your theme.
You can copy the contents of edit.php from:
bp-templates/bp-legacy/buddypress/members/single/profile/edit.php
Then you need to modify edit.php. In edit.php, find
<?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?>
and add the following immediately after it:if ( ! current_user_can( 'manage_options' ) && ( bp_get_the_profile_field_name() === 'notes' ) ) continue;
Note: I’m assuming your field name is notes
August 22, 2014 at 7:30 am #188236In reply to: Xprofile fields – Per Member Visibility
danbp
Participantyou will find some usefull posts about this on the codex.
Add custom filters to loops and enjoy them within your plugin
https://codex.buddypress.org/plugindev/playing-with-the-users-id-in-different-contexts/
https://codex.buddypress.org/plugindev/using-bp_parse_args-to-filter-buddypress-template-loops/Searching on the forum can also help.
https://buddypress.org/support/search/xprofile+conditionnal+fields/June 12, 2014 at 7:54 pm #183977In reply to: [Resolved] Notify by Email when xProfile Updated
Chris Perryman
ParticipantJust wanted to follow up…we did come up with a solution for this in case any one else is looking for it.
Full details are now on my blog at Revelation Concept.
function rc_buddypress_profile_update( $user_id ) { $admin_email = "YOUR-EMAIL@DOMAIN.COM"; $message = sprintf( __( 'Member: %1$s', 'buddypress' ), bp_core_get_user_displayname( $user_id ) ) . "\r\n\r\n"; $message .= sprintf( __( 'Color: %s' ), bp_get_profile_field_data('field=Color') ). "\r\n\r\n"; wp_mail( $admin_email, sprintf( __( '[YOUR SITE] Member Profile Update' ), get_option('blogname') ), $message ); } add_action( 'xprofile_updated_profile', 'rc_buddypress_profile_update', 10, 5 );
April 17, 2014 at 10:58 pm #181622In reply to: Proximity Search
csimpson
Participanthi there, ive found something that appears to do the job tonight as i require this to.
You will need to use “xprofile-fields” plugin and then use the wp plugin at https://geomywp.com/ used in conjunctions with their paid add-on found here: https://geomywp.com/add-ons/xprofile-fields/
regards Craig
January 8, 2014 at 2:49 am #176565In reply to: Make BuddyPress | bbpress like Make.WordPress.org
julianprice
Participant@hugo was not attention to discredit anyone. Just an effort from someone attempting to contribute to the buddypress project because I know only few that contribute (via 🙂 stalking or following); which is only a handful: @boonebgorges , @jamesjjacoby, tammie leister, ray, @modernlooper, @sarah . That’s just the dew I know off the top of my head.
I am not developer & barely knew hmtl/CSS a few months ago, I am just learning functions, fields, &php which is completely out of my realm. I only attempting to contribute by noticing this miss lap/division of the WordPress community as a whole, that could be learned nor have to recreate the wheel by learning to utilize the bb’s potential.
What made me think of posting this in the first place was a review of make.wordpress.org and watching the discussions on the metaphoris project enhancing the metafields/metadata in wordpress.
That’s when I thought my buddypress already has included the ability for profile fields with text, select, radio, Multi select elements….why not look at what buddypress has done!
I purely believe that presence on the make.wordpress.org can increase awareness in the general wordpress user exposure but more importantly the wordpress developer involvement as a whole.
At this point, is the only way i feel I can contribute with out technical experience is via feedback & observation of what seems disconnect in community awareness of buddypress.
Sorry to go on a rampage but noticed also that bbpress has some documentiion on how to style.
My only purpose is to insure inclusiveness and encouragement of wordpress community as one.
Thanks. I am happy to help in anyway to contribute; if it testing a local version or so what…you just will have to tell how…LOL. I will certainly try.
Sorry to go on rampage
October 29, 2013 at 9:37 pm #173578In reply to: Excluding Roles from the Member's Directory.
Benoit Hennegrave
ParticipantThis is working fine: SOLVED: Limit Members Loop by Profile Fields
September 12, 2013 at 2:23 pm #171198In reply to: Credential system for members of certain groups
Artisantopia
Participantok – just adding this here so I have everything in one place:
How to Add an Image Field to Buddypress Extended Profile FieldsMay 13, 2013 at 7:43 pm #163909In reply to: Registration form messed up
@mercime
Participant@filipmedia it’s got to do with the page template you are using. Your BuddyPress Register page should have the HTML structure of your site’s regular Pages like http://www.geek.hr/suradnja/ but it’s not so. The Register page is within the #footer div when it should be in the #content div. Are you using a Page Template instead of the default page.php for your register page?
Change to Twenty Twelve theme to see how Register page should look like per xProfile fields/groups you added for your community.
April 25, 2013 at 12:37 pm #162573In reply to: How do I create a group?
YolandaS
ParticipantI found a way to create a group but i can see the group that i have created.
If you go to the admin page. There will be BuddyPress icon on the top of the admin login.
Hover over the icon and hover over Profile fields/group and then add new field groupApril 19, 2013 at 12:35 am #162112February 25, 2013 at 5:41 pm #154075In reply to: Image Profile Field
dasped
ParticipantLooks like it is achievable but not without its headaches and a considerable effort.
Found this article relating to what you ask, ‘I think’ …
Though I can not say how, secure/suitable it will be to current Buddypress versions, perhaps ask the guy who wrote it, if it is still a valid solution.
February 13, 2013 at 1:44 pm #152966In reply to: Profile field to upload photo.
danbpfr
ParticipantHi, it’s not possibe out of the box and depending which BP version you use.
This perhaps may work on 1.5.x only:
How to Add an Image Field to Buddypress Extended Profile Fields
January 19, 2013 at 8:18 pm #151149In reply to: Unable to paste YouTube code into profile fields
modemlooper
ModeratorI wrote you a code sample: http://modemlooper.me/allow-youtube-embed-in-buddypress-profile-fields/
September 8, 2012 at 3:33 am #141254In reply to: Theme compatibility?
@mercime
Participant== why buddypress doesn’t use user_metadata and have a proprietary xprofile table. ==
I believe one reason would be that WP doesn’t have an API for BuddyPress’ more sophisticated profile fields/groups, or something of that nature. At least that’s what I recall a core dev answering the last time that question was asked
May 23, 2012 at 7:49 pm #134990In reply to: Search Buddypress Members by Role
kaformedia
Participant@sushkov would you might know? I think this is close right – https://buddypress.org/community/groups/creating-extending/forum/topic/solved-limit-members-loop-by-profile-fields/
March 26, 2012 at 8:15 pm #131985In reply to: Segregate BP All Users List?
coreymj78
MemberI see several threads on different sites such as this one: https://buddypress.org/community/groups/creating-extending/forum/topic/solved-limit-members-loop-by-profile-fields/
…where people of successfully filtered the member loop by role, but how to filter it by domain / site?
March 16, 2012 at 12:16 am #131445@mercime
ParticipantAugust 30, 2011 at 5:11 pm #119268In reply to: How to list user from a specific profile data ???
mohammad
ParticipantAugust 30, 2011 at 5:08 pm #119266mohammad
Participant -
AuthorSearch Results