Search Results for 'profile fields'
-
Search Results
-
Topic: Display the group id PHP ?
Hello,
This is my problem, I use ACF PRO to create my own fields on my WordPress theme, for the member profiles part everything works with this code:
<?php /** * BuddyPress - Members Settings ( General ) * * @since 3.0.0 * @version 3.1.0 */ acf_form_head (); $author_id = bp_displayed_user_id(); ?><div class="col-lg-6"> <?php acf_form(array( 'id' => 'acf-formA', /* Groupe de champs ID utilisé */ 'field_groups' => array('663'), //CHANGE ID IN LIVE /* Quelle est la function meta utiliser en $ sur ID auteur ? */ 'post_id' => 'user_'.$author_id, /* Quel est le nom sur le bouton du button de sauvegarde */ 'submit_value' => __("SAUVEGARDER", 'acf'), /* Le message que je retourne en cas de réussite sur l'infobox bootstrap */ 'updated_message' => __("Mise à jour réalisée", 'acf'), /* Button de submit de formulaire */ 'html_submit_button' => '<div class="text-center"><input name="updateuser1" type="submit" id="updateuser1" class="btn-style1" value="%s" /></div>', /* Le spinner de chargement */ 'html_submit_spinner' => '<span class="acf-spinner"></span>', 'form' => true, 'return' => '' )); add_action('acf/save_post', 'my_acf_save_post', 20); ?> </div>So far no problem to display then on the member’s profile page the information of the ACF field.
My Problem:
On the other hand, on the Groups part I can’t find how to attach the field to the ID group, that’s what I tried.In my edit-details.php (in group),My field works, I enter test in my acf form
it comes out in the echo “test” but on all the groups, I can’t associate this field with the group id.<?php /** * BP Nouveau Group's edit details template. * * @since 3.0.0 * @version 3.1.0 * @version 4.0.0 Removed 'Notify group members' checkbox in favor of hooked callback. */ acf_form_head (); $group_id = bp_displayed_user_id(); $group = new BP_Groups_Group( $group_id ); ?><?php echo get_field('test_group', 'group_'. $group_id); ?><?php acf_form(array( 'id' => 'acf-formA', /* Groupe de champs ID utilisé */ 'field_groups' => array('714'), //CHANGE ID IN LIVE /* Quelle est la function meta utiliser en $ sur ID auteur ? */ 'post_id' => 'group_'.$group_id, /* Quel est le nom sur le bouton du button de sauvegarde */ 'submit_value' => __("SAUVEGARDER", 'acf'), /* Le message que je retourne en cas de réussite sur l'infobox bootstrap */ 'updated_message' => __("Mise à jour réalisée", 'acf'), /* Button de submit de formulaire */ 'html_submit_button' => '<div class="text-center"><input name="updateuser1" type="submit" id="updateuser1" class="btn-style1" value="%s" /></div>', /* Le spinner de chargement */ 'html_submit_spinner' => '<span class="acf-spinner"></span>', 'form' => true, 'return' => '' )); add_action('acf/save_post', 'my_acf_save_post', 20); ?>Thanks for your help !
demo : https://cryodev.fr/branch/build/alpha/groupes/le-groupe-a-demo/Topic: Hide “Modify” Button
Hello,
Can you help me for hiding the “Modify” button on a member page.
I Don’t want that my members can change their profile by themself because all fields are automaticly feed by an LDAP authentication.
Before updating my Woffice theme, i just have to comment some lines of this file :
/home/wordpress/wp-content/themes/woffice/buddypress/members/single/profile.php// Edit
//case ‘edit’ :
// bp_get_template_part( ‘members/single/profile/edit’ );
// break;
But now i Don’t find where i can hide this button for my suscribers.
Can you try to help me please ?
ThxHello,
I’m looking to create widgets specifically for profile pages. For that I need a way to get the ID/display name of the current profile being viewed.
In plain English: User 1 views their own profile and sees data in widgets relative to their own profile.
User 2 views User 1’s profile and sees data in widgets relative to User 1’s profile.
Example: Custom post types they’ve authored or data from their custom profile fields.For that I need to fetch the ID/Display Name of the currently viewed profile page.
Thanks
I have many custom profile and need hide some from VIEW option profile, can you help me please???
I have a field called “user available”
How do I hide the other fields when I select the option “NO” in the user’s data view?Topic: profile fields in same line
Hi,
I am using BuddyPress v4.1.0 and WordPress v5.0.3I need to two different profile fields in the same line.
For instance I have a field that is called Instrument and other than is Level. In the profile it shows in two different lines
Instrument Guitar
Level Advance
What I need is to display both fields in the same line
Instrument Guitar Level AdvanceIs that possible?
Thank you
Topic: target _blank
Hi
I’m trying open a new tab when clicking on our terms of use – Profile extra registration Field. But when I put in the target=”_blank” on the link and saves it is gone after the save.
The website is this: https://testlearn.blueworkforce.com/register/
Is there another way to add a _blank to the here link instead of linking to the same window. The user information will be gone else when you go back to the registration page.I have found this https://buddypress.org/support/topic/profile-fields-open-url-in-new-tab-_blank/
But couldn’t get it to work.Hi There,
I am looking for a CMS template to build a simple social/dating website. I was wondering if BuddyPress supports the following features/functionalities:
– Responsive on all devices
– Users to be able to pay for messaging and/or subscription
– User should be able to register, to have public and private profile also public and private photos.
– Users to be able to edit and add custom fields on their profile page
– Admin should also be able to edit those fields/profile pages
– Users to be able to filter search results, based on those fields
– IP Geo detection function? Showing users in your area?
– Multilanguage support.
– Are gifts or badges also available/active, which are to be given on a subscription or user rank basis?
– Any performance issues? Browsing experience should be smooth.
Thank you so much in advance.
I am open to suggestions, if you think that this particular CMS is not appropriate for this.Hi,
I am trying to place information from certain profile fields in the sidebar whenever a persons profile is displayed. I think I also want to to stay there in the sidebar as long as a user is viewing that profile. Anyhow, I can get it to display and work like that except for the formatting. No matter how the users fills in that data using the WYSIWYG editor it all runs together. Here is the code I am using:
$profile = bp_get_profile_field_data('city partners'); if ( !empty($data) && strlen($data) > 0 ) { echo "<h4>City Resources</h4>"; echo $profile; }It displays all together like this:
City Hall Ut et dui pulvinar diam suscipit cursus. Nulla est tellus, rutrum non euismod nec, rutrum et ligula. Etiam eget nunc congue, convallis dolor eget, volutpat arcu. Sed velit tellus, pretium eu ante eu, auctor laoreet sapien. Gramercy Park Suspendisse sollicitudin tempus mauris, quis sollicitudin nisi euismod ac. Sed sit amet tincidunt nibh. Aenean non magna mauris. Link hereor if a single line it all just runs together. In the body of the profile page it looks like it does in the editor and how it should with the formatting:
City HallUt et dui pulvinar diam suscipit cursus. Nulla est tellus, rutrum non euismod nec, rutrum et ligula. Etiam eget nunc congue, convallis dolor eget, volutpat arcu. Sed velit tellus, pretium eu ante eu, auctor laoreet sapien.
Gramercy Park
Suspendisse sollicitudin tempus mauris, quis sollicitudin nisi euismod ac. Sed sit amet tincidunt nibh. Aenean non magna mauris. Link here
———-
All nice and neat which is how I want it. How can I keep the formatting, spacing, line breaks, etc.?
Thanks,
StanI am running the BuddyPress 4.1.0 and WP 4.4.9.
Hello, I am trying to add additional Extended User Profile Fields in the backend but they dont show up on my profile page. I am using BuddyPress 4.1.0 as well as Buddy Boss Boss Theme, Wall plugin etc. The primary Profile fields are visuable on my Profile page members/user/profile/ but if I try to add a new field group and add a new field it doesnt show up on my page. MY WordPress version is 5.0.2 and all other plugins are also updated to the latest version. I installed Twenty Nineteen Theme by WordPress but still the same issue. My website is: https://wushantcm.com
Topic: hide group profile
Hi,
Hope you can help me with this.
I have created different member types with BuddyPress Member Type Generator. Each member type is associated to a group of profile fields. One user can have more than one member type.
How can I hide the groups that are not associated to the member type/s of the user?
Thanks
