Search Results for 'profile fields'
-
Search Results
-
Topic: Custom Group Fields
Hello,
I was wondering if there are any solutions for non-developers to create custom profile fields for the buddypress group. Basically I want to add custom fields so that every group that is created by users has them. I tried BP Group Extras, however this has way too much front end work to be useful for someone just wanting to use the website. I need to be able to present exactly the information I want at group creation and have it show up on the group home page.
Thanks!
Hi there,
i am using Events Manager and have one specific custom user field i’ve implemented in my registration from for our events. This field i also need to see in the related user profile afterwards.
How can i achieve this?
Topic: BuddyPress Profile
I want to know whether you are able to rearrange the tables are shown on the profile pages. For example if I had a description, an email address and a telephone number as my profile fields, I may want to telephone number and email on one side and the description on the other.
Is there a way to jump into the files (I am using a child theme) and move the code around so it displays differently on the front end?
Any guidance would be appreciated.
I need you to build a system where we can verify the license of each dental professional and we are using https://data.wa.gov/Health/Health-Care-Provider-Credential-Data/qxh8-f4bd) API to verify license.
We are getting three fields from API i.e license No, Licence Type and Licence status and we would like the same information displayed on their Buddypress profile page.
Hi I would like to alter the registration profile fields to be instead First Name and Last Name rather than the single Name field. I would then want the Name Field to go away and have First Name and Last Name fields be primary. How can I do this?
Hello BuddyPress Team,
Is it possible to use an add-on to design the profile fields so that certain fields can only be changed by an admin?
These should be shown to the user in the profile but should not be changeable by the user.
Thanks for you work.
Regrads Peter
Greetings,
I have a very simple requirement where I would like to have a mobile/phone number field in the registration form which is doable by adding custom registration fields in Buddypress but, I want the mobile/phone number to have a unique meta key value so that no user can create a second profile with same mobile/phone number.Just like email has a unique meta key so that the user can have one account with one email ID, similarly, I would like to have mobile/phone number to be associated with only one profile.
I don’t want to implement any 3rd party plugin for registration like Ultimatemeber etc as it ads a lot of pages too. I would like to have a small snippet or function to attain this.
Any help would be highly appreciated.
Waiting for the reply!
Regard
RWI want to make a custom page where user can edit his profile and save the profile same as edit profile page of buddypress,
my idea here is to after user registration, when user login and if the required field is not filled then user will see a profile custom edit page with all the profile field as editable field, and
Most important part is how to save those field values like images/ date and allHi there,
I must be missing something very obviously because I can’t work out however to download my users data from my site. For clarity, I need basic profile i.e. Name, email etc PLUS profile information i.e. job title, company etc.
Can someone please tell me how to do this?
Thank you
Topic: ONBOARDING- Best Practices
Hey guys,
Im looking for Onboarding best practices for end-users..
Im finding the current setup unwieldy.
for example.
– I dont want to loadup too many fields to fill out when registering so i usually keep it at username, email and password.
– I then do a re-direct to userprofile when logged-in (courtesy of @buddydev)The problem with this is that when a new USER is logged in for the first time — its not clear that
EDIT exist — whats worse is that other “PROFILE FIELD GROUPS” (thats not part of the initial register screen is buried by default and its not clear that this exist)*Im using twenty seventeen as theme for https://filmcrew.network
and im sorta forced to load as many details in the registration form.anyway…
I use to use @Buddyboss (boss theme) – this worked really well because the MENU system for the user was on a slider -which people sorta intuitively messed around with.
If I had a wish list..
– registration should natively be just email (ycombinator companies usually just need an email address – everything else is sent to you..
– I would love the user onboarding flow to be natively like this.
1) Registration page just has an email address (user presses next)
1a) email is sent to user with password reset
1b) email is sent with a “community welcome letter”2) User continues with being asked for username
3) User is automatically logged in
4) User is presented with “profile fields group 1”I would love to see some interesting BP onboarding best-practices..
Cheers,
I’m looking to add additional profile fields to the member loop in the new BuddyPress Nouveau. I was able to do this in the legacy theme but can’t get it to work in the new theme. Anyone been able to do this?
Hi,
We are using the Miniorange SSO plugin for our Active Directory Sync. This sync populates our basic profile with First, Last, Display Name, Email, etc but that is it. We added an additional 4 attributes that we map from the MiniOrange SSO and we have confirmed these do get populated from active directory. What we are missing is how to map this info the appropriate fields in the Extended Profile in Buddy Press.
https://today.nationallife.com/
Could anyone of you please help me on this.
Hello Everyone,
I use signup fields from buddypress on my registration site.
I have a dropdown box field that I can with php populate data onto it with the use of the action xprofile_insert_field() which with an array can add data to the dropdown box by its parent id.
I would like to do the exact opposite, i.e., having a parent id (dropdown box) delete data from it, but I can’t seem to find the proper action to it. The xprofile_delete_field only takes an id and would delete the entire dropdown box…
Any ideas?