Search Results for 'profile fields'
-
Search Results
-
Topic: Remove account details
Hi. My question is how to remove account details in registration page? I want use details registration on profile fields only.
Wordpress: Version 4.9.8
BuddyPress: Version 3.2.0The website is for my client. Thanks.
Topic: Registration problem
I am worried about the strange problem I am facing when user registers. My registration page contains three profile fields from “Base” called Base name, gender, DOB and name.
I noticed frequently users get successfully registered with no update to any of the above mentioned fields. These fields are defined “Required”. I am worried how these fields are not getting updated in database because the registration will not be allowed unless user enters these fields. Is this a bug in buddypress? Or what else otherwise?
Topic: Profile Fields
I have 2 questions regarding BuddyPress profile fields.
1. is it possible to remove the required name field? I want to remove this and add First and Last name as 2 separate fields instead.
2. I have a field set as Phone Number type but I am able to put anything into the field. It does not validate as a phone number. How do change this so users can only put #’s in this format: (area) xxx-xxxx?
Is it possible to block certain words / characters in the Profile edit boxes of text fields or multiline text fields?
Also is it possible that if someone enter such values then the administrator should be notified?
The word / characters that I do not want people to insert are : @, dot , any numerals,
Hi !
Is it possible to create QR code of user’s profile’s some of fields. like Name, Email and Phone. And when in some form when this Name, Email and Phone fields asks to fill than scan QR code and its fill automatically.
Thanks
Topic: Upgrading from 2.9.4 to 3.x
I have taken on development of a site which currently uses buddypress 2.9.4, although really only uses the members profile functionality, so no groups, activity streams, notifications, friendships, private messaging etc.
In truth, I don’t think the BP was the right choice for the site but it’s so baked into the site now that changing to something different just isn’t an option.
I’m currently in the process of developing a new theme for the site and so now would be a good time to upgrade from 2.9.4 to 3.2 (current latest).
The only add-on plugin for BP on the site is BuddyPress Xprofile Custom Fields Type, for which I see development has now ceased but that there is a replacement for.
Is there anything that I should be aware of, gotchas etc, in making the upgrade? I’m quite wary of making the upgrades as the existing codebase isn’t mine and I am new to BP development, although a very experienced WP dev.
I’ve read the release notes and nothing leaps out at me as being a massive problem but I am anticipating some, deprecated functions being one.
So, any general or specific advice from others who have gone through the upgrade would be appreciated!
Thanks,
John
I have hidden the “Who can see this field?” from buddypress profile fields and registration page. But I notice whenever the registration page loads/refreshes and also profile, this field keeps keeps appearing for few seconds. Is there a way to completely disable this field appearing?
Please help me with the code to show different profile field groups in Tabs. When the member edits his profile containing multiple profile groups then I wan the profile fields groups to arranged in Tabs.
Hi,
Can anyone please help me with this. I do not want members to modify the registration details once after they have registered. Hence I have hidden the first group (group 1) in Profile > Edit. But I noticed that whenever the member edits his profile to update fields in other profile groups then by default he lands into group 1 which is empty in my case. Can anyone help me to change the default landing page to group 2 instead?
How to add separate user role’s all users list in drop down menu of custom add profile field of Buddy Press ?
For example I have three types of roles. Admin,Doctor,Patient. I built Patient registration form. In this form I add the field using Buddy Press plugin’s sub menu as using below steps…
First I go to Users->Profile Fields->Add New Field->
Here in Name I add a name of field label “Assigned to”
Under the Type I select “Drop Down”
Now I stuck. I want here I need users list of my all users whose role is Doctor. In another words I want here my sites all registered Doctors list.Is anyone have an idea to do this ?
Regards and Thanks in Advance
I have a corporate Intranet running on WordPress 4.9.8 and BuddyPress 3.1.0
I have specific xprofile fields that I’d like only editable to people who have the “Edit Users” capability.
I’ve seen snippets of code here or there that almost do what I’m looking for but everything I’ve found is old and out of date.
Could someone help me with this.
Basically I need the PHP equivalent of
If we’re on the edit BuddyPress profile page AND user does not have the “edit users” capability then hide profile fields with X id(s).
I’d also be happy with specifying a role instead of capability as long as I can specify multiple role ids.
Thank you in advance.