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

Visibility & communication

Control who can view your profile and contact you.

Profile visibility

Private profiles remain visible to you and authorized staff.

Privacy controlsReview visibility and contact preferences.

Blocked members

Blocked members cannot send you private messages, live chats, or friend requests. Staff communication is not blocked.

{% if $blockedUsers %}{% foreach $blockedUsers as $blocked %}
{% if $blocked['avatar_url'] %}{% else %}{{ substr($blocked['username'],0,1) }}{% endif %}{{ $blocked['username'] }}
{% endforeach %}{% else %}

You have not blocked any members.

{% endif %}
{% include 'public/partials/footer.html' %}