Search Results for 'profile fields'
-
Search Results
-
Topic: Major issues since 7.3
Since updating I had two major issues. First registration page stopped working. It reloads and never submits. Also when using the view button in the page assignment it doesn’t find the page. I have re-saved permalinks several times created a new page and everything else that I have read to fix the issue but still doesn’t work.
Also the user avatars on WP side stopped working only BP avatars work.
Thanks for any help in advance.Using BP xprofile for extended fields
how to add a submit biodata (Profile Fields) button to buddypress profile . after completing the profile user have to click submit biodata . as a admin i will be able to check the biodata then approve or disapprove . user will get a email upon approval or disapproval .
BP Profile Search plugin will only show the member i approved.
plz help , i am new to buddypress.How do I add profile fields to buddypress profile I know how to add them to the sign up page and go to edit profile to fill them out and vview them but how do I add that data to the bbuddypress members page I see buddypress has its own bp members page seperate from the wp one
The one I want to put fields on that they fill oout has mentions and friends on it.. I think it’s the buddypress members pageHi guys
I have just installed this and I can’t create profile fields or post on the activity stream.
I have got this error come up on my log…
nikmania.me.uk [Fri Apr 02 20:25:00 2021] [error] [client 95.147.209.117:0] WordPress database error Table ‘wordpress-313031017d.wp_bp_user_blogs_blogmeta’ doesn’t exist for query SHOW FULL COLUMNS FROM
wp_bp_user_blogs_blogmetamade by do_action(‘admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, bp_admin_init, do_action(‘bp_admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, bp_core_activation_notice, bp_blogs_record_existing_blogs, bp_blogs_record_blog, bp_blogs_update_blogmeta, update_metadata, add_metadata
nikmania.me.uk [Fri Apr 02 20:25:00 2021] [error] [client 95.147.209.117:0] WordPress database error Table ‘wordpress-313031017d.wp_bp_user_blogs_blogmeta’ doesn’t exist for query SELECT id FROM wp_bp_user_blogs_blogmeta WHERE meta_key = ‘close_comments_days_old’ AND blog_id = 1 made by do_action(‘admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, bp_admin_init, do_action(‘bp_admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, bp_core_activation_notice, bp_blogs_record_existing_blogs, bp_blogs_record_blog, bp_blogs_update_blogmeta, update_metadataLatest version of BuddyPress and WordPress… 🙂
Thanks in advance
Kriss 🙂
Topic: “Name” fileld dupication
Hi,
In by BuddyPress I notice that I have everywhere “Name” filed listed twice. So new user during the registration will see required filed Name… and again required field Name, then First Name and Last name.
It looks ridiculous and looks like I can’t delete this field from the ‘profile fields’ page.
Hi everyone,
I am using buddypress and extra functions were added using plugins and child theme.
Buddypress version 6.3.0
Wordpress version 5.5.3I observed that from frontend user accounts, if they change custom field visibility, the field value is deleted from the database table “bp_xprofile_data”. It happens in several ways, for example changing from adminsonly to public and also from public to adminsonly.
The function used for editing visibility is ” bp_nouveau_xprofile_edit_visibilty() ” in the edit.php file of the child theme.
I would like to know if this is the normal behaviour and if there is a way to maintain the data?
Thanks for your help 🙂
I would like to display profile fields on different parts of the site.
I read that BP comes with this function:
https://codex.buddypress.org/developer/function-examples/bp_profile_field_data/I created a shortcode in my functions.php file:
/* Dislay BP field */ add_shortcode('bp_field_display', 'bp_profile_field_data');Then went and added this shortcode to one of my pages:
[bp_field_display field="Register As"]I expected that it would show me the value of the field I have on my profile called Register As. I didn’t specify a user ID so it should return mine since I’m logged in.
Instead, I got blank, nothing displayed at all.
Any idea what I’m missing? I’m open to other suggestions but thought that making this shortcode wouild be the most direct and straight forward way.
Topic: Visibility?
How can I set the visibility?
The fields are greyed-out, it’s not possible to select privacy settings.
The users shall control who can view their profiles.
Project Details :
– WordPress version : 5.5.3
– BuddyPress version : 6.3.0
– Website Link : https://microfarmap.dev-local.com/
– Other plugins I use : Advanced Custom Fields PRO, Advanced Custom Fields: JSON, bbPress, bbPress – Moderation Tools, BuddyForm Premium, BuddyForm Advanced Custom Fields, BuddyForm Hook Fields, BuddoForm Members Premium, BuddyPress Username Changer, Custom Post Type UI, LoginPress, Paid Memberships Pro, Progress Map, List & Filter, User Role Editor …Hello,
I have been updating a WordPress website that was made by others, I might lack some information.BuddyPress works like a charm except for a few features :
– From the user profile, we can send friendship requests. As a new user, I sent a friendship request to my admin account. I did receive the notification on my admin profile, but the Friends tab says there is no friend requests pending. It just doesn’t display theme on my customized Understrap theme.
– Switching to WordPress Twenty Twenty One theme does solve the issues. Switching to Understrap parent theme does switch the issue. There seems to be a problem with my custom theme.
Under this custom there, there is a /buddypress/ directory with template pages and loops. The buddypress/members/single/friends/requests-loop.php file was not modified, it’s the default one. That’s where I checked first.
I also checked in the plugin files directly, under plugins/buddypress/bp-friends/bp-friends-functions.php but did not find a clue.
After some research, I found out that only users that have an active ‘ Paid Memberships Pro ‘ subscription can send friend requests, or atleast their friend requests appear.
I also installed the ” BuddyPress Integration ” plugin from Paid Memberships Pro website, in which there is an option to allow non-registered users to send friend requests, but it did not solve the issue.
Please if you need more details or even an access, do not mind asking.
Hi, I’d like to update what a user has inserted into an xprofile field before it is saved to the database using sanitize_key. I think I’m really close. Would really appreciate your help! With the current code, I get a 503 server error when I save a new value for the relevant fields.
In my functions.php:
function expertise_tag_functions_before_save() {
global $bp;
foreach ($_REQUEST as $field => $value) {
if ($field == ‘field_24’ || $field == ‘field_26’ || $field == ‘field_27’) {
$value = sanitize_key( $value );
$field_label = str_replace(‘field_’, ”, $field);
xprofile_set_field_data($field_label, $user_id, $value);
}}
};add_action( ‘xprofile_data_before_save’, ‘expertise_tag_functions_before_save’, 10);
Hello,
I have buddyforms and Buddypress and the extended profile.
When I want to modify the profile on front-end :
– if I am admin ==> I can modify all fields
– If am the member ==> I have a blank page on modifySo, I would like to know how to display the fields when the member connect please ?
Is this link to user role ? To an another extension ?
Topic: Data Export
Hi Everyone,
Under user profiles, if they want to export there data how can I filter/hide listing all plugins from being listed please? I would like to to show only specific fields even though it still exports the other data I just don’t want it listing all the plugins associated with he site.Thanks
Rockyuk
Hello,
I try since 2 days to customize informations on the members pages ==> lilisoumise.fr/membrs
I find a topic said that I must go on members-loop.php
I add a custom field on the extended profile : Statut. I try to display on the member pages to add where the file said to me. but it doesn’t work. Do you know why ?
<?php /** * Fires inside the display of a directory member item. * * @since 1.1.0 */ do_action( 'bp_directory_members_item' ); ?> <?php /*** * If you want to show specific profile fields here you can, * but it'll add an extra query for each member in the loop * (only one regardless of the number of fields you show): * bp_member_profile_data( 'Custom field name' ); */ bp_member_profile_data( 'Statut' ); ?>I want to add shortcode to xprofile fields, but when I edit the field, the shortcode in it will be rendered. How to see the original shortcode when edit it, how to solve that problem? Thanks!
Hi there,
Is there a description for the Member Types function somewhere?
Is it possible to create this as a profile field so that a user can select the member type when registering?Thank you & best regards
AdrianTopic: Columns for Options
I have a site, and one of my custom profile fields is a checkbox list. There are at least 30 options, so how can I make those options in columns on the register page, otherwise it just goes on forever. Thanks!
Hi,
I am experiencing an issue with the default “Profile Fields” of BP. Specifically, I noticed that the table containing these details is not responsive on mobile devices. The theme I am using is storefront.
For example, check the link below:
https://1businessworld.com/pro/stelios-hatzakis/profile/The Professional Profile table is not responsive on mobile.
Any ideas?
Thanks!
Hello there 🙂
I’m using the plug in “Import and export users and customers”
And it does a great job.I wab able to create all the extra fields I do need within BuddyPress.
And, automatically, send an email to each user.BUT :
Like you can see here, the email field is not displaying :
https://prnt.sc/v3jzpf
But if I clik over “Modifier” (modify), the email field is empty :
https://prnt.sc/v3k0luOn my import, I do have an email for each user (and each user did receive a message on their Email for information).
Do you have any idea ?
Greeting 🙂
Topic: xprofile show public fields
Hi,
im a bit lost. I try to display all Profile Fields when the visibility level is public.
The best would be to just display all of the social media group which are marked as public.But, I found no solution for receiving the name by id. So my solution at the moment works, but seems to be a bit static and complicated.
$user_visibility_levels = bp_xprofile_get_fields_by_visibility_levels($post->post_author, 'public'); $soc_instagram = xprofile_get_field_data('Instagram', $post->post_author); $id_instagram = xprofile_get_field_id_from_name('Instagram'); $soc_website = xprofile_get_field_data('Webseite', $post->post_author); $id_website = xprofile_get_field_id_from_name('Webseite'); if(in_array($id_instagram, $user_visibility_levels)){ echo "<td>Instagram</td><td>$soc_instagram</td>"; } if(in_array($id_website, $user_visibility_levels)){ echo "<td>Webseite</td><td>$soc_website</td>"; }It would be a dream to receiving fieldname, fieldvalue of a user filtered by the level. Is there any way? Or how I can improve the code above?
Thanks!