Search Results for 'profile fields'
-
Search Results
-
When my users sign up on my page they can choose to be:
-Seller
-Buyer or
-Both Seller and buyer.
That I have set up as a dropdown select box under the profile fields.But when I go to the profile search I can only search for each of the three profile types. I would like to ensure that if I search for “seller” all the members who see them self as “both seller and buyer” should also occur in the search results.
How do I do that?hey guys..
my standard (most recent updated WP/BP install) doesnt have a link to the @username when @mention on the profile field of a user.
you guys have any ideas how to enable @mention inside buddypress profile fields
Hi,
How can I add file upload field type in profile fields?
Thank you.Hi,
I would like to add some users to groups according to their profile fields selection. For example, in the users profile there’s a “city” field and the user select “london”, so that user should be added to the group called “london”. How can I do that?
I checked a couple of plugins but are old or they don’t do what I need:
https://wordpress.org/plugins/buddypress-auto-group-join/Thanks!
In wordpress Users /Profile Fields
Date selector will not change date format.Hi guys š
My users have many custom fields in their profile.
I’m trying to create a member page, with different loops, because I need to split them in different groups with different criteria.I’m using the my_custom_ids function, but I’m getting crazy…
<?php if ( bp_has_members( my_custom_ids( 'Nome', 'testB' ) ) ) : ?>
is working. The loop displays only one user, named “testB”<?php if ( bp_has_members( my_custom_ids( 'Nickname', 'web9' ) ) ) : ?>
is working. The loop displays only one user, with the nickname “web9”<?php if ( bp_has_members( my_custom_ids( ‘Role’, ‘iscritto’ ) ) ) : ?>
is NOT working. Also Administrators are displayed.
This is not the only problem. It happens also with other fields, but I can’t understand why…Hi,
Is there a way to hide the rich text editor toolbar in a multi-line text area field based on the users role.
I don’t want to have to create separate fields for each user role.
Thank you
Hey! I have a My Profile page containing 2 forms in which these are the fields to fill to modify your informations. Those are separated in two because they are in 2 seperate groups of xprofile profile fields. I want to send both groups of fields at the same time with the same “save changes” button. I know jQuery will not work since the page refresh made by the submit prevent the first form from sending. I also know I have to call an Ajax call for that. Can someone help me find that call please? Here is my code, shortened:
if ( bp_has_profile( 'profile_group_id=1' ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?> <form action="<?php bp_the_profile_group_edit_form_action(); ?>" method="post" id="profile-edit-form1" class="standard-form <?php bp_the_profile_group_slug(); ?>"> <?php /** This action is documented in bp-templates/bp-legacy/buddypress/members/single/profile/profile-wp.php */ do_action( 'bp_before_profile_field_content' ); ?> <h2><?php printf( __( "My Profile", 'buddypress' ), bp_get_the_profile_group_name() ); ?></h2> <div class="clear"></div> <?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?> <div<?php bp_field_css_class( 'editfield' ); ?>> <fieldset> <?php $field_type = bp_xprofile_create_field_type( bp_get_the_profile_field_type() ); $field_type->edit_field_html(); /** * Fires before the display of visibility options for the field. * * @since 1.7.0 */ do_action( 'bp_custom_profile_edit_fields_pre_visibility' ); ?> <?php /** * Fires after the visibility options for a field. * * @since 1.1.0 */ do_action( 'bp_custom_profile_edit_fields' ); ?> </fieldset> </div> <?php endwhile; ?> <?php /** This action is documented in bp-templates/bp-legacy/buddypress/members/single/profile/profile-wp.php */ do_action( 'bp_after_profile_field_content' ); ?> <input type="hidden" name="field_ids" id="field_ids" value="<?php bp_the_profile_field_ids(); ?>" /> <?php wp_nonce_field( 'bp_xprofile_edit' ); ?> <?php endwhile; endif; ?> <div class="submit"> <input type="button" name="profile-group-edit-submit" id="profile-group-edit-submit" value="<?php esc_attr_e( 'Save Changes', 'buddypress' ); ?> " onclick="submitForms()"/> </div> <input type="hidden" name="field_ids" id="field_ids" value="<?php bp_the_profile_field_ids(); ?>" /> <?php wp_nonce_field( 'bp_xprofile_edit' ); ?> </form> <?php if ( bp_has_profile( 'profile_group_id=2' ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?> <form action="<?php bp_the_profile_group_edit_form_action(); ?>" method="post" id="profile-edit-form2" class="standard-form <?php bp_the_profile_group_slug(); ?>"> <?php /** This action is documented in bp-templates/bp-legacy/buddypress/members/single/profile/profile-wp.php */ do_action( 'bp_before_profile_field_content' ); ?> <h2><?php printf( __( "About me", 'buddypress' ), bp_get_the_profile_group_name() ); ?></h2> <div class="clear"></div> <?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?> <div<?php bp_field_css_class( 'editfield' ); ?>> <fieldset> <?php $field_type = bp_xprofile_create_field_type( bp_get_the_profile_field_type() ); $field_type->edit_field_html(); /** * Fires before the display of visibility options for the field. * * @since 1.7.0 */ do_action( 'bp_custom_profile_edit_fields_pre_visibility' ); ?> <?php /** * Fires after the visibility options for a field. * * @since 1.1.0 */ do_action( 'bp_custom_profile_edit_fields' ); ?> </fieldset> </div> <?php endwhile; ?> <?php /** This action is documented in bp-templates/bp-legacy/buddypress/members/single/profile/profile-wp.php */ do_action( 'bp_after_profile_field_content' ); ?> <input type="hidden" name="field_ids" id="field_ids" value="<?php bp_the_profile_field_ids(); ?>" /> <?php wp_nonce_field( 'bp_xprofile_edit' ); ?> <?php endwhile; endif; ?> <div class="submit"> <input type="button" name="profile-group-edit-submit" id="profile-group-edit-submit" value="<?php esc_attr_e( 'Save Changes', 'buddypress' ); ?> " onclick="submitForms2()"/> </div> <input type="hidden" name="field_ids" id="field_ids" value="<?php bp_the_profile_field_ids(); ?>" /> <?php wp_nonce_field( 'bp_xprofile_edit' ); ?> </form>
Hi!
I have “City” and “State” as required additional profile fields. What would be the best way to change things so that in the activity stream, instead of showing “Jane became a registered member 42 minutes ago” it shows “Jane from City in State became a registered member 42 minutes ago”? I would prefer to modify a template or add a new function rather than installing an additional 3rd party plugin.
Thanks!
Hi, Iām using WP 5.1.1 and BuddyPress 4.2.0
I don’t really know PHP (therapist, not a programmer), so I’m flying by the seat of my pants here. I have created several profile fields but I haven’t found where they show up for members to use them. Also is there a way for members to search the member group by profile fields?
website is southaustinpsychotherapygroup.com/biblio-therapy and requires password “bibliotherapy”
Thanks!
Topic: Whited-out Profile Fields
On BP Legacy and Noveau, the fields to the left under View Profile – Base are whited-out. I can see that there are descriptors, and if I highlight, I can read them, but otherwise, I cannot. Does this have something to do with my theme (Hestia) or is there a way I can change the text color? The details to the right are readable in black text, so it’s weird the stuff on the left isn’t. To clarify, I have no add-ons for BP.
Hi – I’ve run into an issue (via BP Member Types Pro plugin) where the registration button won’t submit under the following circumstance:
– the registration form contains required xprofile fields that have been conditionally hidden
The plugin itself is doing its job of first associating xprofile fields with member roles, and then allowing them to conditionally show/hide on the registration form as needed (based on member roles). But in turns out that such a form won’t submit, as the code running the registration process is still checking for any of these fields that are required (even though they’re hidden). It’s not distinguishing. I’ve touched base with the plugin’s developer (Brajesh @ BuddyDev) and he’s said, “I do agree that there should be a simple way for [developers] to mark a field as non required (in html attributes). It is still doable but too complex at the moment. Please do report it.”
Might anyone have a workaround?
Much thanks,
SamAll,
I’ve tweaked the layout of Buddypress as far as I can with CSS, but wondering how I can have some profile fields head to a sidebar and others head to a main column.
Example: https://familytravel.org/pm_group/liling-pang/profile/
Personal Details, Contact Information and Social Media I’d like to have live in a sidebar to the right of the About section.
Thoughts and tips appreciated! I’m ok to modify a template, but I need to know which one and how to separate the content areas.