Kankuro
(Kankuro)
2018 年 11 月 20 日午後 7:00
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)
2018 年 11 月 21 日午後 11:04
2
It’s not possible just yet.
「いいね!」 5
Kankuro
(Kankuro)
2018 年 11 月 24 日午前 3:02
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
zogstrip
(Régis Hanol)
2022 年 2 月 9 日午後 9:23
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.

「いいね!」 3