• Resolved mominet

    (@mominet)


    Good evening everyone,
    I would like to change the users’ avatar and allow users to do so (as well as being able to customize part of the profile), with WP Customer Area this is not possible?
    I was thinking of adding some plugins for user management to him (another need would be to create new user roles), but I fear that for similar functions (access, logout, profile, redirect) they are incompatible with each other and risk creating problems.

    With WP Customer Area it is not really possible to manage the modification of the profile in this sense? Do you have any suggestions on how to do it? Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author Thomas

    (@tlartaud)

    Hi,

    Sorry for the delay.

    I would like to change the users’ avatar

    By default, avatars are using the Gravatar feature on WordPress, meaning that users can change their avatar on gravatar.com

    You can disable this Gravatar feature in default WP Settings > Discussion.

    If it’s nto enough, you can still edit the part of the code that generate the avatar icon. You can find it there, feel free to overwrite the function in a custom plugin or to remove the filter and add a new one attached to your custom function.

    and allow users to do so (as well as being able to customize part of the profile)

    The best and easiest way to edit the profile and add some fields is to use the ACF Plugin and our ACF Integration add-on. You could even use those plugins to create your own avatar uploading field using ACF.

    another need would be to create new user roles

    You can use any plugin related to that, like WP user roles.

    they are incompatible with each other and risk creating problems

    It’s ok, you can create new roles, and those new roles will appear in Settings > WP Customer Area > Capabilities, so you can create specific accesses for that roles.

    Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Edit profile image and other’ is closed to new replies.