{% extends "settings.html" %} {% block pagetitle %}Profile Settings - {{"SITE_NAME" | app_config}}{% endblock %} {% block content %} {% include "emoji_modal.html" %} {% include "gif_modal.html" %}

Theme

Change the theme for the website.

{% for themecolor in ['ff66ac','805ad5','62ca56','38a169','80ffff','2a96f3','eb4963','ff0000','f39731','30409f','3e98a7','e4432d','7b9ae4','ec72de','7f8fa6', 'f8db58'] %} {% endfor %}

Profile Picture

{% if v.profileurl %}
{% endif %}
JPG, PNG, GIF files are supported. Max file size is 16 MB.

Profile Banner

{% if v.bannerurl %}
{% endif %}
JPG, PNG, GIF files are supported. Max file size is 16 MB.

Referrals

Invite a friend.

{{v.referral_count}}
Share this link with a friend. {% if v.referral_count==0 %} When they sign up, you'll get the bronze recruitment badge. Learn more.{% elif v.referral_count<10 %} When you refer 10 friends, you'll receive the silver recruitment badge. Learn more.{% elif v.referral_count<100 %} When you refer 100 friends, you'll receive the gold recruitment badge. Learn more.{% endif %}

Linked Accounts

Manage your connections to other services.

{% if v.discord_id %}
Disconnecting your Discord account will remove you from the {{"SITE_NAME" | app_config}} Discord server.
{% else %} Link Discord
Link your Discord account to join the {{"SITE_NAME" | app_config}} Discord server.
{% endif %}

RSS Feed

Subscribe to the {{"SITE_NAME" | app_config}} RSS feed.

You can change the feed by replacing "hot" with whatever sorting you want and "all" with whatever time filter you want.

Your Profile

Edit how others see you on {{"SITE_NAME" | app_config}}.

Your original username will always stay reserved for you: {{v.original_username}}

3-25 characters, including letters, numbers, _ , and -

Must be a youtube video link.


In some browsers, users have to click at least once anywhere in the profile page for the anthem to play.
{% for color in ['ff66ac','805ad5','62ca56','38a169','80ffff','2a96f3','eb4963','ff0000','f39731','30409f','3e98a7','e4432d','7b9ae4','ec72de','7f8fa6', 'f8db58'] %} {% endfor %}
Enable animated username (only available to users in the {{"coins_name" | app_config}} leaderboard and patrons)
{% if not v.flairchanged %}
    Limit of 100 characters
{% endif %}
{% for titlecolor in ['ff66ac','805ad5','62ca56','38a169','80ffff','2a96f3','eb4963','ff0000','f39731','30409f','3e98a7','e4432d','7b9ae4','ec72de','7f8fa6', 'f8db58'] %} {% endfor %}
         

										
										
Limit of 1500 characters

Profile badges show off all of your site achievements. If your badges look not quite up to date, use this tool to refresh them.

This will hide your post and comment history from others. We will also ask search engines to not index your profile page. (Your content will still be accessible via direct link.)
Prevent other users from following you.
{% endblock %}