Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'profile fields'

Viewing 25 results - 151 through 175 (of 3,908 total)
  • Author
    Search Results
  • xbladerunner
    Participant

    I have three signup fields that look identical. This phenomenon is displayed on the registration page, as well as in the signup fields tab from the admin side (users/profile fields).
    I can reorder them and edit them, but not delete them. Please help.

    Buddypress version 9.1.1
    Wordpress 5.8 multisite configuration (all the sites are displaying the error, example linked below)

    Register

    #320510
    ririshi
    Participant

    Hey there. I just ran into the same issue and fixed it by replacing an old (deprecated in BP 8.0.0) call to bp_nouveau_base_account_has_xprofile() with bp_nouveau_has_signup_xprofile_fields(true). The true is very important as it will initialize the global variable $profile_template, which is used by bp_profile_groups() (the function that is erroring). You’d have to change this in the overwritten buddypress register.php template, used by your theme. My template probably looks different from yours, so I can’t provide the specific lines that you’d have to make changes to. Good luck!

    #320505
    knowmates
    Participant

    Hello,

    in our registration form we have two areas with the following fields (all required):

    Account details (WordPress):
    – field “user name”
    – field “email”
    – field “choose a password”
    – field “repeat chosen password”

    Profile details (BuddyPress):
    – field “name”
    – field “first name”
    – field “last name”

    Actually we don’t need the fields “user name” (WordPress) and “name” (BuddyPress).

    We want to use only first name and last name (no user name, name, nickname, whatever). Is that possible?

    With that we want to make the registration easier to our users and we also want to sort the members directory according to the last name. Is that also possible?

    Best regards

    vitoanthony80
    Participant

    Good morning.
    For several days I have a problem that consists in the possibility of extracting from the site I am creating the data entered by users in the registration / registration form, in which I have added several fields with the BuddyPress Xprofile Custom Field Types plugin.
    I have tried several plugins and all of them only allow you to extract the base fields. I am wondering if the add fields plugin allows you to add other fields as base fields why do the plugins I have tried do not recognize these fields as base fields?
    The creator of one of the plugins used told me that the additional fields do not end up in the database or are not considered as metadata because buddypress uses its own tables.
    So how can I do to extract user data into a single csv or excel file?
    It is strange that this function does not happen as a basic function of buddypress …

    The extraction plugins used are:

    LH Buddypress Export Xprofile Data
    LH Export Users to CSV
    Import users and customers from CSV
    WordPress Users & WooCommerce Customers Import Export (BASIC)

    I hope there will be some users who can help me.
    Thank you

    #320402
    mark2021
    Participant

    Is there a plugin outhere that can show/hide fields on edit profile just like “member types prof” but on edit profile??

    Is this even possible with buddpress? Help

    mark2021
    Participant

    BuddyPress 9.0

    This is my scenario. I want only the user to input his/her username and email upon registration. Later he/she can update his/her profile once registered. My Problem is I cant see the other field group in the profile, which have all the needed fields, only the base field group is there.

    I am following this documentation, https://codex.buddypress.org/getting-started/guides/modifying-the-registration-form/. Is there additional steps to do?

    #320311
    anonymous
    Participant

    I am going to create a public profile directory website using BuddyPress .
    Users will register, then complete their profile, admin will check the information and manually approve them for the directory listing.
    but the problem is, I don’t want to waste my time checking incomplete profiles, also I don’t know when they will complete their profile, today or a few weeks later.
    so I need a submit biodata button under BuddyPress save button. after filling the required fields, the user will be able to click this submit button. admin will be able to see them separately from incomplete profiles.
    I don’t know how to do this. please help

    Nifty
    Participant

    Hello,

    I’m working on a mobile app to interface with our BuddyPress 9.0.0 website via the BP API. Our website has some xprofile group fields of the “checkbox” type, each group with a set of “options” which the user can set to be true or false. For example, there is a group called “Pets” under which the user can select one or more of the specified check boxes such as “Dog”, “Cat”, “Cow”, etc.

    I am having trouble trying to update this type of “checkbox” field using Postman. The update works fine for fields of type “textbox” and “selectbox”, but doesn’t work for the “checkbox” type.

    The endpoint is “/buddypress/v1/xprofile/<field_id>/data/<user_id>” (POST operation, here the field_id I am using is the id of the parent group field)

    The JSON in the body of my call is
    { “context” : “edit”, “value”: [“Dog”, “Cat”]}

    As mentioned before, if I try the same post call with a field of type “textbox” or “selectbox”, it works fine, but if I post to a “checkbox” field it just clears the existing data and does not set it to the new values.

    Any ideas what I may be doing wrong here?

    #320150
    scaredychatter
    Participant

    Hi, new to this whole BuddyPress thing. Trying to make a social site and I’m having a rough time with it.

    I’ve searched and searched, here included, for info on how to change the colors and design of the profile page, but all I ever find is how to add new fields. I don’t want to add new fields, I want to change the colors. Can’t find it anywhere. Please help.

    WP/BP versions – current

    nzurita
    Participant

    Hello, I just installed and configured BP and registration page is blank.

    These things are checked:

    • Site is configured to allow anyone to register
    • BP is coonfigured (under pages tab) with correct register and activate page
    • WordPress permalink structure has been reset and has been tried with both, page_name and date/pagename
    • Pages register and activate do exist and show header and title, but content is blank
    • I tried both BP themes, legacy and noveau. register.php file exists under both themes folder
    • Worpress version 5.8, BP version 9.0.0
    • I dindn’t configure any additional fields for registration under profile fields but according to the docs, the form should be available with this configurations I did.

      Thank you.

    #320012
    codyrickman
    Participant

    Shane, thanks. I have tried to contact them but it seems they are off the grid. Can you point me to an example of how to loop through the x profile fields for the registration form? I believe fixing that will resolve my issue.

    vitoanthony80
    Participant

    Good morning.
    In my site I have created new fields with the plugin.
    The problem is that these fields do not follow the order I set in administration.
    Is there a way to arrange them in the order I would like?
    Thank you

    dantimatter
    Participant

    Hello Forum

    Newbie here, so apologies in advance 🙂

    I noticed that when I try to use bulleted lists in user fields I see some strange formatting, including large spaces introduced between the fields. I asked around and it turns out that the CSS for a bulleted list adds a bottom margin (which maybe i can override?), but more importantly the multiline text editor is adding a <br> tag. I have no idea how to stop that from happening.

    But the strangest of all is that adding bulleted lists in the profile rich text field disappears the next time one edits that profile. It reverts to a plain old list at the end of the day.

    Has anybody used bulleted lists in the fields and have any suggestions?

    (wordpress version 5.7.2)

    shendeluth
    Participant

    Hello,

    The problem is, we are recibing user registration petition with only email without other fields. How is possible if i have a correctly validation fields system? This users are spam in all this special situations. I’m using Stop Spammers antispam plugin and it register this spamer but not block becasue it detects is ok.

    I have a register page customized with another url and blocking acces with usual registration url or usual acces. In this page i’m showing only all required fields from my xprofile fields list.

    I’m using Buddypress 7.3.0 and WordPress 5.7.2.

    Our system works like this:
    If i don’t fill all fields i can’t send this information and it show message error if i don’t fill some fields so form validation is working ok. When some user send this registration form correctly the system send a email with all information to system email and user is stand by to be activated using “user > manage signups” tool. User can be activated only by an administrator user.

    This screenshot shows when is a normal user registration: https://drive.google.com/file/d/1NXahXVctAt76atlhrJ8-Hl5-KokKZqIF/view?usp=sharing

    This screenshot shows when is an spamer with only email (it doesn’t show xprofiles fields, when other usual registration petitions show all fields empty or not empty): https://drive.google.com/file/d/1YC2fF_g3pnrPyD7kFQaJUE9Gt_ZBzHlK/view?usp=sharing

    I don’t know why can do this this users I need some help.

    Thank you.

    #319863

    In reply to: BuddyPress 8.0.0

    shendeluth
    Participant

    Hi,

    i’m using field types textbox,textarea and phone number. “Checkbox acceptance” field from “BuddyPress Xprofile Custom Field Types” plugin show error message correctly and it’s the only one from xprofile fields i’m added but isn’t native from buddypress. I’m analizing code and I see all of this working in the same way using same do_action( bp_get_the_profile_field_errors_action() ); but the other ones not working.

    I don’t understand where is the problem.

    #319857

    In reply to: BuddyPress 8.0.0

    shendeluth
    Participant

    Hello @imath,
    thank you for your work in this ne update.
    I have a problem with registration required fields. Xprofile fields identified like signup fields and whith required flag up, don’t fired error if they’re empty when i’m sending form. Only user, email and acceptance field of extrae fields plugin show error message.

    This is a big problem for me, are there some solution to fix it even temporarily ?

    Thank you.

    #319838
    codyrickman
    Participant

    Hello, any update on this? Users have not been able to signup to my site in over a month now. I cannot disabled the xProfile fields as they are a required parameter.

    codyrickman
    Participant
    codyrickman
    Participant

    Hello, I recently updated BuddyPress and now I am having issues with my registration page. I get the following error:

    [06-Jul-2021 12:49:48 UTC] PHP Fatal error: Uncaught Error: Call to a member function profile_groups() on null in /home/toptrailhorse/public_html/Website/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php:101
    Stack trace:
    #0 /home/toptrailhorse/public_html/Website/wp-content/themes/thrive-nouveau/buddypress/members/register.php(50): bp_profile_groups()
    #1 /home/toptrailhorse/public_html/Website/wp-includes/template.php(732): require(‘/home/toptrailh…’)
    #2 /home/toptrailhorse/public_html/Website/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(165): load_template(‘/home/toptrailh…’, false, Array)
    #3 /home/toptrailhorse/public_html/Website/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(67): bp_locate_template(Array, true, false, Array)
    #4 /home/toptrailhorse/public_html/Website/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(350): bp_get_template_part(‘members/registe…’, NULL, Array)

    doctrpnyc
    Participant

    Yes the xProfile component is active.
    Buddypress version is 8.0.0 and I can see the sign up fields tab as well.

    If I deactivate the extended profile in buddypress settings the registration page is opening. But if I activate the extended profile, the registration page gets stuck at preloader loading infinitely. Please help.

    Mathieu Viet
    Moderator

    Hi @doctrpnyc

    Do you know if the BP xProfile Component is active in WP-Admin > Settings > BuddyPress?
    If so what is the version of BuddyPress you are using ?
    If it’s 8.0.0, if you go to WP Admin / Users / Profile fields, do you have a Signup Fields tab ?

    #319646
    wbcomdesigns
    Participant

    @ibanez78200 first approach could be using member type and mapping it to member roles and display profile fields based on member type.
    2nd approach, you can use https://www.gravityforms.com/add-ons/user-registration/ to create multiple forms and map each registration with different membership roles. It also allows mapping xprofile fields with form fields.

    #319512

    In reply to: BuddyPress 8.0.0

    Mathieu Viet
    Moderator

    Hi @tamarazambrana

    Could you share more information about your config, eg: Is there a plugin playing with xProfile fields, multisite or not, etc..?

    I guess what you call “primary cell” is the primary field of the primary Group (what we initialize as the Name field).

    When on the Signup Fields group, what is the JavaScript error your browser’s console displays?

    Thanks in advance for your inputs. This shouldn’t happen, sorry it did for you.

    3bsstudio
    Participant

    Wordpress 5.7.2 BuddyPress 7.3.0 Theme: Gwangi

    My site has a search form. When input search fields are matched with a profile, the profile appears on the members results page as it should. Great. However, I want the ability for the person searching to click on the member profile and send them a message (notification) by email.

    When I currently follow the above, when I click on the profile of the member there is no-where on the profile page a facility to send them a message. Am I missing something obvious here?

    BuddyPress doc says: BuddyPress provides ways for you to send a message publicly to another member of the site or network. It also mentions: Private Message button in the member’s header – but I can’t see that.

    It must work that a non-registered person can send a registered person a message. Is this possible?

    Site is: https://myfamilyfinder.co.uk/family-search/

    To test: If you put Brian in the Current Name search field on the above page and click Submit you’ll get Brian’s Profile appear on the members page.

Viewing 25 results - 151 through 175 (of 3,908 total)
Skip to toolbar