Search Results for 'profile fields'
-
Search Results
-
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
I have user id – $cur_user_id = the_author_meta(‘ID’). How i can to show users buddypress fields (name, surname, about me, facebook link, instagram link) on a single post page (single.php)? This fields was created with buddypress Profile Fields (not a plugin, standart). I need to show post and under them post author fields. Thank you!
Topic: Custom Registration Page
Please help me know how to setup a custom registration page which should ask for the below fields(if there is an option to profile photo field mandatory):
-First and last name
-Email address
-Phone number
-Location (city, state)
-Profile photoWebsite : https://smartprofin.wpengine.com
Thanks!!
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.Topic: Gutenberg breaks BuddyPress
Having updated today to WordPress 5.0.3 (and running BuddyPress 4.1.0) textarea fields (e.g. in the registration form) no longer show the TinyMCE editor. This is because with Gutenberg enabled wp_editor() doesn’t work, which is what the textarea field type uses:
/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-textarea.php:90-118
/** * Filters the arguments passed to <code>wp_editor()</code> in richtext xprofile fields. * * @since 2.4.0 * * @param array $args { * Array of optional arguments. See <code>wp_editor()</code>. * @type bool $teeny Whether to use the teeny version of TinyMCE. Default true. * @type bool $media_buttons Whether to show media buttons. Default false. * @type bool $quicktags Whether to show the quicktags buttons. Default true. * @type int $textarea_rows Number of rows to display in the editor. Defaults to 1 in the * 'admin' context, and 10 in the 'edit' context. * } * @param string $context The display context. 'edit' when the markup is intended for the * profile edit screen, 'admin' when intended for the Profile Fields * Dashboard panel. */ $editor_args = apply_filters( 'bp_xprofile_field_type_textarea_editor_args', array( 'teeny' => true, 'media_buttons' => false, 'quicktags' => true, 'textarea_rows' => 10, ), 'edit' ); wp_editor( bp_get_the_profile_field_edit_value(), bp_get_the_profile_field_input_name(), $editor_args );
The console shows the error “Uncaught ReferenceError: tinymce is not defined” which is apparently located in the tinyMCEPreInit script definition at the foot of the page.
Any ideas?
Thanks
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.
Using Buddy press I can only adds some of my custom fields under Profile Details but on my situation. how can I add new custom fields under the Account Details ??
Advance thank you for the your help
Topic: Display Base Profile Tab
What code do I write to display the base profile fields tab, or all of the tabs for that matter?
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
Hello. My issue is when no user is logged in, my contact form 7 form fields show “user not found.” Some of my other fields using default, non custom, user fields e.g. [text* your-first-name default:user_first_name] don’t show (as desired) the “user not found” when user is logged out, or not a user of the site. Do you know of code, or setting, to clear out/not show the “user not found” message in fields when user is not logged in? I’m using Contact Form 7, Dynamic Text Extension, Buddypress and BP Profile Shortcodes Extra to achieve my desired form fields.
Thank you!
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?
ThanksHi,
I’m using WordPress 4.9.8, BuddyPress 3.0, BuddyPress Xprofile Custom Field Types 1.0.6 and Conditional Profile Fields for BuddyPress 1.2.4.
I created a a group of profile fields with only one field that is be a drop down list with a list of categories. A second group with fields that depend on the category selected in the first group, and a third group that the fields depend also on the category selected in the drop down list. When I go to the users profile edit and select a category from the drop down list, I can complete the info for that category. That works as a charm. But my intention is that the user could select more than one category.
When I select the second category I can fill all the fields and save, but the first category disappears. Is there any way to display two or more tabs with custom fields?Thank you
Topic: Dropdown Field Not Saving
Buddypress V.4.0.0
Wordpress V.4.9.8My website is an adult company that has not launched yet. So with respect to those viewing this thread I will not share a link to site. But I am using the BeSocial Theme.
My Problem is:
I create a dropdown profile field. Save it in admin. But when a member edits on the front end, the selection is not saved. Nothing shows in database. Doesn’t show on their profile etc. Its as if they never made a selection even though the site says the save was successful.I am at a lost on what is going on. It is also happening on multi-select box. Other forms are saving though.
Only the dropdown style fields are not saving.
Please help anyone