Search Results for 'profile fields'
-
Search Results
-
Topic: Xprofile field
Hello,
I’m using BB. I want to show custom fields on the profile page.
How can I show the following data on the profile?$jobtitle = get_user_meta( $user_id, 'JobTitle', true);
I prefer to add a custom function, than use an extra plugin
Thanks
I’m trying to find a way to use two profile fields to help group and list members of my site. So there’s a continent field and a country field that I want to use, but am not quite sure if it’s possible with buddypress out of the box.
The grouping would go something like this:
Continent
— Countries
—- MembersI imagine the loop to display would be something like:
-Get list of continents and display it
— within that loop, get the list of country that belong to said continent and display it
— within that loop, display all the members that belong that countryi want to change bp_xprofile_fields name & discriptio based on condition selected by user .
for that i want create muliple bp_xprofile_fields table with _suffixand when user select option based on that bp_xprofile_fields_suffix shoud activate
please guid how to achive
class BP_XProfile_Component extends BP_Component { public function setup_globals( $args = array() ) $global_tables = array( 'table_name_data' => $bp->table_prefix . 'bp_xprofile_data', 'table_name_groups' => $bp->table_prefix . 'bp_xprofile_groups', 'table_name_fields' => $bp->table_prefix . 'bp_xprofile_fields', 'table_name_meta' => $bp->table_prefix . 'bp_xprofile_meta', );
to
$global_tables = array( 'table_name_data' => $bp->table_prefix . 'bp_xprofile_data', 'table_name_groups' => $bp->table_prefix . 'bp_xprofile_groups', 'table_name_fields' => $bp->table_prefix . 'bp_xprofile_fields<strong>_hi</strong>', 'table_name_meta' => $bp->table_prefix . 'bp_xprofile_meta', );
Topic: Advanced profile fields
I installed Buddypress and created advanced profile fields,
They are displayed for me to fill out in my own profile, but other users are not displayed.
I also don’t see the profile fields of other users,Why is this? Does anyone know?
Hi.
I made custom profile fields on “Users”.
In “Multi fields” of sort order “Custom” does not work.Only working “Ascending” and “Descending”.
I can not find the way of fixing it.Please someone tell me how to fix it.
Shokuhi
hi, i have removed buddypress. how can i remove instagram-profil-url, myspace-profil-url and other social url’s from database?
i don’t want my customer to add their social links on their profile.
thank you
Hi there,
I have uploaded the BuddyPress plugin, purchased the Youzify Pro, and using Woocomerce.
My client requires me to add a QR code in the Youzify info section which I have renamed to Bio so all his customers will have a unique QR code for their dog.
I am using a short code being [su_qrcode data=”%CURRENT_URL%” title=”Dogs”] but need some help to add this in the profile fields form which is uploaded by BuddyPress.
It would be great if there was a php snippet I could put in my theme to ensure all users once sign up automatically have their own QR code sitting in the info section.
Below is the link to the page I am talking about.
https://www.thedogbook.com.au/members/e-shop/info/
Any help would be highly appreciated, thank you.
Can custom fields be added to the profile page?
I want to use the plugin Advanced Custom Fields to add custom fields on the profile page. I know there is a buddypress specific plugin that adds custom fields but it doesn’t offer the field types I’m after. OR if there is another custom fields plugin that can be used to add custom fields on buddypress profile pages. (I’m looking to add a repeater field, a field that users can add multiples of)I need some sort of function that can mass update a extended profile field I added called ‘My Pin’
I need to mass update for all users to set My Pin field to “Jamie001”
Any ideas?
Topic: register just refreshes page
when filling out register form it just refreshes the page – seems to fail with no error message I can see.
How would I find out what is happening in the browser and on the server to debug?tried with turning off plugins and back to default theme,
also did the list of things to check from here:
(
– check the WordPress settings allows account to be created (Anyone can register checkbox needs to be active) See: wordpress.org/support/article/settings-general-screen/#membership
– check your permalink settings are using one of the pretty permalink options (not plain), see this documentation page wordpress.org/support/article/using-permalinks/#mod_rewrite-pretty-permalinks
– check the activate and register actions are associated with a public WordPress page. You can find some inputs about it from this documentation page : codex.buddypress.org/getting-started/configure-components/#settings-buddypress-pagesNB: the registration and activation pages are only displayed to users who are not logged in,
)site is https://www.chatyolo.com/register/ – it’s kind of NSFW
1. Which version of WordPress are you running?
5.8.3
2. Did you install WordPress as a directory or subdomain install?
main directory
6. Which version of BP are you running?
9.2
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
301 Redirects, All in One SEO, AdRotate, Error Log Monitor, Forminator Pro,
Slide Anything – Responsive Content / HTML Slider and Carousel, Wise Chat Pro, Wordfence Security,
WP Activity Log, Smush Pro, Query Monitor,
9. Are you using a standard WordPress theme or customized theme?
tried both -happens with 2021 theme, zakra, and astra13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
2.6.9 – it’s turned off through and still issue20. What BP Template Pack is activated in your installation? You will see that under Dashboard > Settings > BuddyPress – Options page.
was on legacy, switched to neavoxTried with firefox and chrome and different computers..
had a few other profile fields – then removed them from the base signup and it still fails –Help greatly appreciated
I was able to change the font size of the Account Details with:
#buddypress #register-page label {
font-size:70%;
}I used this to try and change the font-size of the (Extended) Profile Fields:
#buddypress table.profile-fields td.label {
font-size:120%;
display: table-cell;
}But it didn’t work. Please assist! http://www.smartkidsclubtt.com/register
I’d like to add custom WordPress profile fields that in turn are synchronized with BP Xprofile fields. (I want to register users not using buddypress for registration)
this bpdev post hints that is would be a ‘thing’ – but the explanations are incomplete. https://bpdevel.wordpress.com/2021/03/24/wordpress-xprofile-field-types/
searching solutions for adding WP profile fields look like there is no way they’d be compatible with Xprofile sync
Is this even possible?
Is there an explanation/tutorial somewhere?
Thanks
Topic: PROFILE FIELDS PER USER ROLE
Topic: Chaning Register Page
Hey,
I have one question. I want that if a user is registering on my website, that when he goes to the register page, that he can choose between the member type and then for the member group specific the questionaire appears. I already created different member types and also I changed the profile fields
How can I achieve that. Thank you very much!
Website: dmg-heirat .de
Topic: Getting profile fields data?
I have a profile field called “phone number”. I need a way to set that as a variable so I can send it with a curl call..
Does anybody know the function to get profile field data?
Hi, Thanks in advance.
WP 5.8.1
BP 9.1.1
marioncomga.orgWe are working to add BP to our site. We have successfully added several Profile Fields. Here’s our dilemma, we want to limit the ability to edit those Profile Fields based on Role. Just two Role options, Edit by Member or Edit by Admin Only. Currently “Requirement” and “Visibility” are settings under Profile Fields. How can I add a third setting option called something like “Edit Options”?
Thanks again,
Jim