Search Results for 'custom field'

Viewing 15 results - 31 through 45 (of 147 total)
  • Author
    Search Results
  • #7270

    webalot
    Free User
    Post count: 12

    Hello,

    Because i could choose to display them on the info tab and userpage in the formbuilder, i expected them to show up there. I need this data in the info tab and userpage, and i think it is overdone to make extra fields for them so they will show up. So if you could do the customizing for that, i would be very thankfull!

    Can you inform me of the customizations you did when done please?

    Regards,
    Marcel

    #7269

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Those are the default fields and used to for user’s identification and those fields are used to display the info about the user which registered. If you still want to display them then let me know and I can do some customization to use them.

    Regards,
    Patrik

    #7245

    izzi
    Free User
    Post count: 3
    This reply has been marked as private.
    #7240

    Patrik
    Moderator
    Post count: 1971

    Hi,

    Those are the default fields and are used for the general data of the user and not used as custom fields. So you can display the custom fields only in the more info tab or users page. Because there is no meaning of displaying first name and last name in the users listing page as a separate data as there is already a user name displayed below the profile image. If you want to still display those fields then let me know or you can also display them on the frontend where you want using minor customization.

    Regards,
    Patrik

    #7222

    Patrik
    Moderator
    Post count: 1971

    Hi,

    The layout is not looking good because in fieldset you have not entered any title and that’s why there is a space for the title. I have added the following CSS in the Appearance->Customize->Custom CSS:

    .uwp-profile-extra-wrap {
        padding: 7px 0;
    }
    .uwp-profile-extra-div h3 {
        display: none;
    }

    You can remove the last CSS if you want to add a title for the fieldset in the future.

    Regards,
    Patrik

    #7158

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    you can show the bio field with this shortcode:

    
    
    
    [uwp_user_meta key="bio"]
    

    You can use the shortcode builder to create your own shortcode.

    There isn’t a built in way to show only an excerpt so that would require your own custom CSS.

    #7057

    In reply to: Woocommerce Issues


    Colleen Quenzel
    Free User
    Post count: 21
    This reply has been marked as private.
    #7037

    Patrik
    Moderator
    Post count: 1971

    Hi,

    This can be done using customization only but we will add this as a predefined field in the next update release.

    Regards,
    Patirk

    #7031

    Alex Rollin
    Moderator
    Post count: 27815

    All UsersWP data is stored in custom tables, so I don’t think that is possible without a customization.

    I understand what you are trying to do though, to make it easier for logged in users to fill in the comments form.

    I will ask the developers if there is a workaround to save the website field to the WP profile field.

    #7003

    directoryfan
    Free User
    Post count: 157

    Hi Alex and thank you for your help!

    Yes, I have used the custom fields and I like it very much to work and play with the v2.

    I try to be more clear, I ask if there is a way how to override the existing website field of the author/user in WP.

    First I decided for the role contributor, then changed to subscriber and UsersWP forms in order to reduce and simplify the user frontend. And now some users have the website link and others not. And I want to add this field with UsersWP and override the original in WordPress.

    The existing UsersWP fields override other WP user fields like name, email, etc. Is there some reason, why there is no UsersWP custom field to override the WP user website field?

    That website field value is used in the comments widget, when I click on the user name then I open its website. I think, that adding a link field, will not manage this functionality. Or am I wrong?

    Thx

    #6959

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    you can use the “URL” custom field to add a new custom field. Then select ‘registration’.

    Select the blue button to show the advanced options and choose “Include this field in register form”

    #6945

    directoryfan
    Free User

    Hello Support Team,

    each user in WP has a field for its own website. This link is used e.g. in the link of the author name in the comments widget.

    Since UsersWP does the registration and the login, I miss this field and want to add it to the registration form. There are a lot of custom fields like facebook ,instagram, …. but no field for the website.

    How should I add this field, since it is existent in WP and used in other places. I want, that the users can change this field through the account site of UsersWP or on registration.

    Thank you for any help in advance!
    Marius


    Patrik
    Moderator
    Post count: 1971

    Hi,

    We will change that text and regarding fieldset, You have to first add a fieldset from the available field and select it’s location to more info tab and then add other custom fields like phone, social links etc and choose more info and fieldset for them as a location and check the more info tab in the profile and you will see those fields will be displayed under the title same as fieldset label and you can do the same process for adding more fieldset groups.

    Regarding Vegan Story, the data is connected to the custom field you have created in the account form builder and removing or changing tab will not affect the user’s custom fields. So you can add/remove tabs as required. You can add the predefined tabs or shortcodes to display the content from the shortcode.

    Regards,
    Patrik

    #6747

    In reply to: Potential Privacy Fail


    Patrik
    Moderator
    Post count: 1971

    Hi,

    First name, Last name, Display name, username, email and bio are the default fields. The “Is public” is used to target the custom fields created other than this. There are multiple places where we need to display the above fields and that’s why we could not make it private. We may hide the option for the above fields.

    Regards,
    Patrik

    #6671

    In reply to: Potential Privacy Fail


    Patrik
    Moderator
    Post count: 1971

    Hi,

    Have you checked if there are any JS errors in the console while saving fields? Also, provide admin details so that we can try to regenerate the issue and fix it. Showing usernames to the public will not create a security issue as it requires a password to log in. If you can provide the screenshot for each issue would help us to identify the issue as making first name private will not hide it from the user’s name displaying in profile. That privacy is for custom fields.

    Regards,
    Patrik

Viewing 15 results - 31 through 45 (of 147 total)