Search Results for 'profile fields'
-
Search Results
-
Hello,
I have buddyforms and Buddypress and the extended profile.
When I want to modify the profile on front-end :
– if I am admin ==> I can modify all fields
– If am the member ==> I have a blank page on modifySo, I would like to know how to display the fields when the member connect please ?
Is this link to user role ? To an another extension ?
Topic: Data Export
Hi Everyone,
Under user profiles, if they want to export there data how can I filter/hide listing all plugins from being listed please? I would like to to show only specific fields even though it still exports the other data I just don’t want it listing all the plugins associated with he site.Thanks
Rockyuk
Hello,
I try since 2 days to customize informations on the members pages ==> lilisoumise.fr/membrs
I find a topic said that I must go on members-loop.php
I add a custom field on the extended profile : Statut. I try to display on the member pages to add where the file said to me. but it doesn’t work. Do you know why ?
<?php /** * Fires inside the display of a directory member item. * * @since 1.1.0 */ do_action( 'bp_directory_members_item' ); ?> <?php /*** * If you want to show specific profile fields here you can, * but it'll add an extra query for each member in the loop * (only one regardless of the number of fields you show): * bp_member_profile_data( 'Custom field name' ); */ bp_member_profile_data( 'Statut' ); ?>
Hello,
i have this error when i want to edit extended profiles fields. Impossible to know what is blocking.
Sorry, you do not have permission to access this page.
Thx for your help
—
Bonjour,j’ai cette erreur quand je veux modifier les champs de profils étendus. Impossible de savoir ce qui bloque.
Hello,
I have the buddy form and the buddypress.
On the buddyform, I add checkboxes and valuesWhen I validate my form, the checkboxes are not saved on the profile on the correspondinf field.
I have no problem with the other fields.
I want to add shortcode to xprofile fields, but when I edit the field, the shortcode in it will be rendered. How to see the original shortcode when edit it, how to solve that problem? Thanks!
Hi there,
Is there a description for the Member Types function somewhere?
Is it possible to create this as a profile field so that a user can select the member type when registering?Thank you & best regards
AdrianQuestion en UK et FR :
Hi,
Users will create a profile and indicate that they are part of a company.
I could create as many fields as needed for their user profile as well as their Company …
Ok, but I’m going to have quite a few people working for the same company.
When a 1st user creates his file and that of his (of) company.
How do you ensure that the following can associate the data of this company with their profile?I would really like there to be a company tab with the data of a company that the user is chosen …
An idea ?
Thank you !!—
Bonjour,
Des utilisateurs vont créer un profil et indiqué qu’ils font partis d’une entreprise.
Je pourrais créer autant de champ qu’il faut pour leur profile utilisateur ainsi qu’à leur Entreprise…
Ok, mais je vais avoir pas mal de personne travaillant pour une même entreprise.
Quand un 1èr utilisateur créée sa fiche et celle de son (d’une) entreprise.
Comment faire pour que le suivant puisse associer les données de cette entreprise à son profil ?J’aimerai vraiment qu’il y ait un tab entreprise avec les données d’une entreprise que l’utilisateur est choisie…
Une idée ?
Merci à vous !
Topic: Columns for Options
I have a site, and one of my custom profile fields is a checkbox list. There are at least 30 options, so how can I make those options in columns on the register page, otherwise it just goes on forever. Thanks!
Topic: Customize search result
I have created extended profile fields for my members, that I use for filtering search results. Each member has a role that can be either: ‘Mentor’, ‘Mentee’, ‘Mentor and Mentee’, ‘Not in the mentor program’.
If the role ‘Mentor’ or ‘Mentee’ is selected the members with the role ‘Mentor and Mentee’ should also be shown, is this possible?
Buddypress Version 6.3.0
Wordpress Version 5.5.3Link to websites search page: https://danwise.org/members/womens-network/
Hi there,
similarly to this old thread with unfortunately no reply:
https://buddypress.org/support/topic/adding-a-tag-field-to-extended-profile/I want to extend profiles with custom fields / tags.
E.g., let’s say a profile-field “Skills”, where someone can enter Tags from a predefined superset list of Skills, e.g. “Cooking”, “Coding”, “Sewing”, etc…I want to be able to filter profiles later on, because I’m building a local community where ppl can contribute with their skills and one should be able to able to find a lawyer, in case there’s one in the community.
Is there a plugin to do so?
Thanks!Hi,
I am experiencing an issue with the default “Profile Fields” of BP. Specifically, I noticed that the table containing these details is not responsive on mobile devices. The theme I am using is storefront.
For example, check the link below:
https://1businessworld.com/pro/stelios-hatzakis/profile/The Professional Profile table is not responsive on mobile.
Any ideas?
Thanks!
Hello there 🙂
I’m using the plug in “Import and export users and customers”
And it does a great job.I wab able to create all the extra fields I do need within BuddyPress.
And, automatically, send an email to each user.BUT :
Like you can see here, the email field is not displaying :
https://prnt.sc/v3jzpf
But if I clik over “Modifier” (modify), the email field is empty :
https://prnt.sc/v3k0luOn my import, I do have an email for each user (and each user did receive a message on their Email for information).
Do you have any idea ?
Greeting 🙂
Topic: xprofile show public fields
Hi,
im a bit lost. I try to display all Profile Fields when the visibility level is public.
The best would be to just display all of the social media group which are marked as public.But, I found no solution for receiving the name by id. So my solution at the moment works, but seems to be a bit static and complicated.
$user_visibility_levels = bp_xprofile_get_fields_by_visibility_levels($post->post_author, 'public'); $soc_instagram = xprofile_get_field_data('Instagram', $post->post_author); $id_instagram = xprofile_get_field_id_from_name('Instagram'); $soc_website = xprofile_get_field_data('Webseite', $post->post_author); $id_website = xprofile_get_field_id_from_name('Webseite'); if(in_array($id_instagram, $user_visibility_levels)){ echo "<td>Instagram</td><td>$soc_instagram</td>"; } if(in_array($id_website, $user_visibility_levels)){ echo "<td>Webseite</td><td>$soc_website</td>"; }
It would be a dream to receiving fieldname, fieldvalue of a user filtered by the level. Is there any way? Or how I can improve the code above?
Thanks!
This is an amazing plugin! I have a quick question that hopefully can be solved by some plugin or some code…
I have a site where the user will need to upload a document within 30 days of registration or their profile will be deactivated. I’m using custom profile fields. It doesn’t even need to be during sign-up; maybe there can be a spot in their profile to upload the doc. Is there any way to make that happen?
Thank you!
Topic: Convert DOB to Age
Can anyone tell me how to convert DOB to Age without using the bp xprofile fields plugin.
I have found several snippets to add to functions.php but none work for me.
Thank you.
my Website : http://www.rajyaseva.com
i have registration link in menu which leads to http://www.rajyaseva.com/register/
the page opens very properly but afte user fills up the form and clicks on register butten.
the massage popps up saying there has been critical error on your website.
buddypress version 6.3.0
Note that user gets registered on website but the extendend profile fields that he filled up while registering are not recorded and they apear blank upon login.