{% extends "settings.html" %} {% block pagetitle %}Personal Settings{% endblock %} {% block content %}
Site Experience
{% if IS_EVENT() and v.can_toggle_event_music %} {{common.toggle_section('Event Music', 'event_music_switch', 'event_music', v.event_music, 'Toggle event music.', false)}} {% endif %}

You're a {{TIER_TO_NAME[v.patron] if v.patron else "freeloader"}}!

{% if v.patron %} Thanks ily! <3{% endif %} {% if not v.patron and v.truescore >= TRUESCORE_MINIMUM and DONATE_LINK != DEFAULT_CONFIG_VALUE %}

To stop freeloading, first verify your email, support us on {{DONATE_SERVICE}} with the same email, and click "Claim {{patron}} Rewards"

{% elif not v.patron %}

To stop freeloading, you can donate via crypto. Please let us know first beforehand by sending us a modmail. Thanks!

{% endif %}
{{common.color_section('theme-color', '/settings/themecolor', 'themecolor', 'Theme Color', v.themecolor)}}

Change the background for the website.

{% if v.background %}
{% endif %}
Your Aesthetic
{% if FEATURES['HOUSES'] %}
{% if v.house %} {% set cost = HOUSE_SWITCH_COST %}

Change your house (cost: {{cost}} coins or marseybux).

{% if ' Founder' in v.house %}

Warning: you'll lose your founder status if you join a different house

{% endif %} {% else %} {% set cost = HOUSE_JOIN_COST %}

Join a house (cost: {{cost}} coins or marseybux).

{% endif %}
{%- endif %}
your profile picture
All image files are supported. Max file size is {% if v and v.patron %}16{% else %}8{% endif %} MB.
{% if FEATURES['USERS_PROFILE_BANNER'] -%}
All image files are supported. Max file size is {% if v and v.patron %}16{% else %}8{% endif %} MB.
{%- endif %}
{% if v.profile_background %}
your profile background
{% endif %}
All image files are supported. Max file size is {% if v and v.patron %}16{% else %}8{% endif %} MB.

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

{% if v.patron %} {% set minlength = 1 %} {% else %} {% set minlength = 3 %} {% endif %} {{minlength}}-25 characters, including letters, numbers, _ , and -
{{common.color_section('namecolor', '/settings/namecolor', 'namecolor', 'Name Color', v.name_color)}} {% if FEATURES['PRONOUNS'] %} {{common.line_text_section('pronouns', '/settings/pronouns_change', 'pronouns', 'Pronouns', v.pronouns, 'Limit of 15 characters', 'Enter pronouns here', 'Change Pronouns', false, 3, 15, '([a-zA-Z]{1,7})/[a-zA-Z]{1,7}(/[a-zA-Z]{1,7})?', false)}} {% endif %} {{common.line_text_section('flair', '/settings/change_flair', 'flair', 'Flair', v.flair, 'Limit of 100 characters', 'Enter a flair here', 'Change Flair', true, 0, 100, '.*', v.flairchanged)}} {{common.color_section('flaircolor', '/settings/flaircolor', 'flaircolor', 'Flair Color', v.flaircolor)}} {% if FEATURES['USERS_PROFILE_SONG'] -%}

You can use an MP3 file or a YouTube video.


In some browsers, users have to click at least once anywhere in the profile page for the anthem to play.
{%- endif %} {% if FEATURES['USERS_PROFILE_BODYTEXT'] %} {{common.text_area_section('profile-bio', '/settings/personal', 'bio', 'Bio', v.bio, 'Limit of ' ~ BIO_FRIENDS_ENEMIES_LENGTH_LIMIT ~ ' characters', 'Tell the community a bit about yourself.', true, BIO_FRIENDS_ENEMIES_LENGTH_LIMIT)}} {% endif %} {{common.text_area_section('profile-friends', '/settings/personal', 'friends', 'Friends', v.friends, 'Limit of ' ~ BIO_FRIENDS_ENEMIES_LENGTH_LIMIT ~ ' characters', 'Enter your friends on the site...', false, BIO_FRIENDS_ENEMIES_LENGTH_LIMIT)}} {{common.text_area_section('profile-enemies', '/settings/personal', 'enemies', 'Enemies', v.enemies, 'Limit of ' ~ BIO_FRIENDS_ENEMIES_LENGTH_LIMIT ~ ' characters', 'Enter your enemies on the site...', false, BIO_FRIENDS_ENEMIES_LENGTH_LIMIT)}} {{common.text_area_section('profile-signature', '/settings/personal', 'sig', 'Signature', v.sig, 'Limit of 200 characters', 'Enter a signature...', true, 200)}} {{common.toggle_section('Private Mode', 'privateswitch', 'private', v.is_private, 'This will hide your profile page from other users.', false)}} {{common.toggle_section('Lifetime Donated Visiblity', 'lifetimedonated_visibleswitch', 'lifetimedonated_visible', v.lifetimedonated_visible, 'Make the "lifetime donated" field in your profile visible to everyone instead of just you.', false)}} {{common.toggle_section('Cursor Marsey', 'cursormarseyswitch', 'cursormarsey', v.cursormarsey, 'Have a cute marsey accompany you during your journey on the site.', false)}} {{common.toggle_section('Spider', 'spiderswitch', 'spider', v.spider, 'Have a spider friend accompany you during your journey on the site.', v.spider > 1)}} {{common.toggle_section('Marsify', 'marsifyswitch', 'marsify', v.marsify, 'Automatically insert relevant marseys into your future comments.', v.marsify > 1)}}
Checkmark Customization
{{common.color_section('verifiedcolor', '/settings/verifiedcolor', 'verifiedcolor', 'Checkmark Color', v.verifiedcolor)}} {{common.line_text_section('checkmark_text', '/settings/checkmark_text', 'checkmark-text', 'Checkmark Hover Text', v.verified, 'Limit of 100 characters', 'Enter checkmark hover text here', 'Change Text', false, 0, 100, '.*', false)}}
Filters
{% set ns = namespace(slurtext='Enable if you would like to automatically replace slurs.', profanitytext='Enable if you would like to automatically replace profanities.') %} {% if FEATURES['USERS_PERMANENT_WORD_FILTERS'] %} {% if v.slurreplacer > 1 %} {% set slurtext = "You've enabled the slur replacer permanently! ✊🏿" %} {% else %} {% set slurtext = 'Enable if you would like to automatically replace slurs. ' %} {% endif %} {% if v.profanityreplacer > 1 %} {% set profanitytext = "You've enabled the profanity replacer permanently! 😇" %} {% else %} {% set profanitytext = 'Enable if you would like to automatically replace profanities. ' %} {% endif %} {% endif %} {{common.toggle_section("Slur Replacer", "slurreplacerswitch", 'slurreplacer', v.slurreplacer, slurtext, FEATURES['USERS_PERMANENT_WORD_FILTERS'] and v.slurreplacer > 1)}} {{common.toggle_section("Profanity Replacer", "profanityreplacerswitch", 'profanityreplacer', v .profanityreplacer, profanitytext, FEATURES['USERS_PERMANENT_WORD_FILTERS'] and v.profanityreplacer > 1)}}
Refer 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 %}
{% for user in v.referrals %} {% endfor %}
{% include "user_in_table.html" %}
{% include "modals/emoji.html" %} {% include "modals/gif.html" %} {% if v.flairchanged %} {% endif %} {% if v.namechanged %} {% endif %} {% macro permanent_filter_modal(id, form_action, field, friendly_name, badge_name) %} {% if FEATURES['USERS_PERMANENT_WORD_FILTERS'] -%} {%- endif %} {% endmacro %} {{permanent_filter_modal('slurreplacer', '/settings/personal', 'slurreplacer', 'Slur Replacer', 'Social Justice Berserker')}} {{permanent_filter_modal('profanityreplacer', '/settings/personal', 'profanityreplacer', 'Profanity Replacer', 'Soapy-Mouthed Angel')}} {% endblock %}