{% include 'public/partials/header.html' %}
{% include 'usercp/partials/banner.html' %}
{% include 'usercp/partials/sidebar.html' %}
Appearance

Avatar & locale

Upload an avatar, drag and drop an image, link one from the web, or keep your initial.

Profile avatar

Your group controls available methods and upload limits.

{% if $member['avatar_url'] %}Current avatar{% else %}{{ strtoupper(substr($member['username'],0,1)) }}{% endif %}Current avatar
{% if $member['can_upload_avatar'] %}{% endif %}{% if $member['can_link_avatar'] %}{% endif %}
Initial avatar

Use your username initial and choose an accent color.

{% foreach ['#f0a500','#2f81f7','#3fb950','#a371f7','#f85149','#db61a2','#39c5cf','#8b949e'] as $color %}{% endforeach %}
{% if $member['can_upload_avatar'] %}

JPG, PNG, GIF, or WebP · up to {{ round($member['avatar_max_bytes']/1048576,2) }} MB · maximum {{ $member['avatar_max_width'] }}×{{ $member['avatar_max_height'] }} px

{% endif %}{% if $member['can_link_avatar'] %}

Only HTTP and HTTPS links are accepted. Remote images are displayed within your group’s avatar dimensions.

{% endif %}

Timezone & dates

Forum timestamps and calendar events use this timezone.

Server time preview{{ date('M j, Y · g:i A') }}
{% include 'public/partials/footer.html' %}