Search Results for 'profile fields'
-
Search Results
-
Hello everyone,
I would like that when a user adds information or changes information (via the profile fields)
The administrator is informed and validates these changes, in the meantime nothing changes in the profile.
It is not a validation of a new user that I would like but a change.
Does this speak to you?
I hope I am not making a duplicate, I don’t think I read this request…
Thanks!!Topic: Cannot add profile fields
The button to update the profile field is blocked by the type box. I cannot press update.
See screen shot https://ibb.co/jyMvngr
Hi,
I am building a new buddypress website and want to set all spam preventions before going live.
Does this honeypot code still work for buddypress register page?
// BuddyPress Honeypot function add_honeypot() { echo ''; } add_action('bp_after_signup_profile_fields','add_honeypot'); function check_honeypot() { if (!empty($_POST['system55'])) { global $bp; wp_redirect(home_url()); exit; } } add_filter('bp_core_validate_user_signup','check_honeypot');
best regards,
flamurenI have WordPress 6.6.2 and Buddypress 14.1.0 and in the edit profile page, the options are displayed horizontally like this: https://snipboard.io/DrOLiw.jpg
This does not look good, they do not even have a gap between them. How can I make them display vertically like a list?
My users are being confused by our ‘register’ page as it prompts them to enter a ‘Name’ twice. It prompts them to fill in six forms as follows:
—–
Account Details
Username (required)
Email Address (required)
Choose a Password (required)
Confirm Password (required)Profile Details
Name (required)
Name (required)—–
Should the ‘Name’ option appear twice? It seems wrong.
I have found the option to edit this in the WordPress admin under User > Profile Fields > Signup Fields. But although I can drag the two options which are labelled ‘Name (Primary) (required) (Sign-up)’, I cannot remove either of them. How can I fix this?
I am using BuddyPress 14.1.0 and WordPress 6.5.3.
I’m looking to customize user profiles in BuddyPress to better suit my site’s needs. What are the best practices for:
Adding custom fields and profile sections
Ensuring seamless integration with existing themes
Improving user interface and experience for profile pages
Any recommended plugins or techniques for advanced customization
I’d appreciate any advice or resources you can share to help with customizing BuddyPress profiles effectively.Thanks!
I’m trying to get the XProfile of the specified user using the API.
My endpoint looks like this:
https://xxxxxxxx/wp-json/buddypress/v1/xprofile/2/data/4As expected, it will get Fields #2 with user ID 4, which has enforced visibility and visibility level onlyme (adminsonly in the database).
But when I used an authentication with admin privileges to get the endpoint, it returned “Sorry, the profile field value is not viewable for this user.”After testing,”All Members” is also invalid, only in “Everyone” API can get data properly
The Buddypress version I am using is 14.0