Search Results for 'profile fields'
-
Search Results
-
I’m using the BP Registration plugin to handle signups to my clan’s website.
However, the only way that I know of to see additional profile info (.e.g Steam Profile URL) is by clicking onto the registered users profile link, then viewing the tabs on the actual profile pages.
I’m wondering if there’s a way to have a way to view certain fields on the Member Requests page?

Hello, is there any new and creative ways to sync the data of members and their Extended Profile details to a 2nd non-networked / non-multisite website?
For example, WPMU’s “WordPress User Sync” is great to sync all of the stock WordPress members – but does not include Extended Profile data.
Another was syncing the Extended Profile data using “BuddyPress to WordPress Full Sync” to match a custom xprofile “bio” with WP’s stock “description” but this is limited to only WordPress’s available items: first name, last name, description, url, locale – not all of the other custom fields such as social media etc.
Another has been connecting to the database directly but having difficulty getting xprofile data.
Aside from going with a Multi-site Networked site, is there any new and creative ways to push xprofile and member details to a 2nd site?
Thanks so much in advance
WordPress 4.8.1 running Newspaper theme.
BuddyPress Version 2.9.1 |I feel like this should be fairly simple but have search the forums for awhile and tried 3 different plugins. Groups-o-matic basically does it, but I need an auto remove option as well.
Sooo….if a person selects an option in their profile, they would be added to a certain group. If they select a different option, they would be removed from the previous group and added to the new group.
Any help would be appreciated!
Right now there are only three options when setting each profile fields Everyone, Only Me, All Members.
Is there a way to add other visibility options based on the user role (such as admin, editor, contributor, etc..)
We are using this as a member area on our website for our fire department and some fields such as Emergency Contact info, etc… we only want viewable to say admins and editor NOT all members. Is there a way to add this option in?
Wordpress 4.8.1
BuddyPress 2.9.0I’ve created a new group with fields at xProfile but it is only showing the Base Group at the Registration page (it is showing at Edit Profile page).
How can I fix this?
Thank you
Topic: Single line text field
Creating a text box in Users -> Profile Fields, users are only allowed to write text in on single long line.
Choosing Multi Line Area in the drop down also adds a tool bar which is not appropriate for users.
How can I achieve a multi line textbox with all the text visible?
Regards
CarstenHi, how is it possible for users to enter an existing profile name in BuddyPress in the ->users ->profile fields -> primary field?
Why is the user name not unique?
Regards
CarstenHello!
I have been trying to find an answer to this for weeks now… not consistently, just coming back to it again and again. I’ve tried to look up solutions and from what I can tell it seems like something is not set up right. I will post an example of what my administrator settings for profile visibility should be vs what they actually are. Also, I read that someone else had this issue but there was no response to follow up with their inquiry.
Here are the two images:
(From “How to Change Buddy Press Profile Field” https://wptavern.com/how-to-change-buddypress-profile-field-visibility-settings)
Screen shot of what this how-to guide says my edit screen should look like when I go to Users > Profile Fields > Edit Field:
https://www.mycrewlink.com/wp-content/uploads/2017/08/Screen-shot-1.png
This is what it looks like when I go to Users > Profile Fields > Edit Field:
https://www.mycrewlink.com/wp-content/uploads/2017/08/Screen-shot-2.png
And when I click on edit for the specific field:
https://www.mycrewlink.com/wp-content/uploads/2017/08/Screen-shot-3.png
Thank you so much for your time.
Take care,
KariHello all forum members. Recently I encountered the need to add here such fields for profiles, including registration of a new account. Record, give an example. There is a single choice field for the country. And there is a plural list with cities. And it is necessary to make so that cities vary depending on a choice of the country. Well, or so that just changed the field. Found at the moment such a plugin: https://buddydev.com/plugins/conditional-profile-fields-for-buddypress/. But for some reason it does not work for me, maybe this problem arises because of my theme. In advance thanks to all responded =)
I don’t have super advanced PHP skills so I made this as a start to show off only 3 profile fields (will be svg icons later) ..when their set of course.
<?php $twitter = bp_get_member_profile_data( 'field=Twitter', bp_get_member_user_id() ); $instagram = bp_get_member_profile_data( 'field=Instagram', bp_get_member_user_id() ); $website = bp_get_member_profile_data( 'field=Website', bp_get_member_user_id() ); if ( isset( $twitter, $instagram, $website ) ) { echo '<div class="test">'; if ( isset( $twitter ) ) { echo '<span>'. $twitter .'</span><br>'; } if ( isset( $instagram ) ) { echo '<span>'. $instagram .'</span><br>'; } if ( isset( $website ) ) { echo '<span>'. $website .'</span><br>'; } echo '</div>'; } ?>I have this feeling, this can be made better or nicer within some sort of loop instead of all those IF statements.
Usually I use Advanced Custom Fields Pro for those kinda of things because of their detailed Documentation and examples but I thought it would be overkill to use ACF only for 3 simple fields while BuddyPress has this inside the core.
Thanks.
Topic: Display Name Sync
whenever i update xprofile fields, the display name changes to email. How can i stop that?
Topic: Pre implementation questions
Hello,
I’m a newbie to buddypress and have a couple of hopefully simple questions before I implement to a website.
– How can I allow profiles to be visible to all types of users? I.e users do not have to be logged into see profiles?
– Can I add repeater fields to the registration form process? If not can I use the advanced custom fields (ACF) plugin?
Any help much appreciated.
Thanks