Kankuro
(Kankuro)
November 20, 2018, 7:00pm
1
I’ve added a bunch of avatars to the list in the Admin area but it seems there isn’t any option for users to select from the avatars if I don’t force them to choose one. I’d like for the selectable avatars to be an option as well as a custom upload. Is this something that can be done?
If I force them to select from the list of selectable avatars then it only lets them choose from that, it doesn’t allow custom uploads or gravatar.
Here are my current settings
zogstrip
(Régis Hanol)
November 21, 2018, 11:04pm
2
It’s not possible just yet.
5 Likes
Kankuro
(Kankuro)
November 24, 2018, 3:02am
4
Aww, alright, I guess I just won’t be able to use the selectable ones just yet then. Thank you for the reply!
2 Likes
zogstrip
(Régis Hanol)
February 9, 2022, 9:23pm
5
@Kankuro I have some good news for you
discourse:main
← discourse:add-selectable-avatar-tl-uploads
opened 08:40PM - 09 Feb 22 UTC
Allow staff or users above a trust level to upload avatars even when the site
h… as selectable avatars enabled.
Everyone can still pick from the list of avatars. The option to upload is shown
below the selectable avatar list.
refactored boolean site setting into an enum with the following values:
none: No selectable avatars enabled (default)
restrict_tl1: show selectable avatars, but allow tl2+ and staff to upload custom avatars
restrict_tl2: show selectable avatars, but allow tl3+ and staff to upload custom avatars
restrict_tl3: show selectable avatars, but allow tl4 and staff to upload custom avatars
restrict_nonstaff: show selectable avatars, but allow staff to upload custom
avatars.
restrict_all: old "true" setting, do not allow anyone to upload custom avatars.
All users pick from the selectable avatar list.
![Screenshot from 2022-02-09 12-38-12](https://user-images.githubusercontent.com/1322534/153285961-e0f3c31c-bce1-42ba-a863-b091b47be22d.png)
3 Likes