{% extends "settings.html" %} {% block pagetitle %}Profile Settings - {{SITE_NAME}}{% endblock %} {% block content %}
{% if SITE_NAME == 'rDrama' %}

House

{% if v.house %} {% set cost=2000 %}

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

{% else %} {% set cost=500 %}

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

{% endif %}
{% endif %}

Theme

Enable if you would like to display images and videos in full size on the frontpage.
Enable if you would like to highlight comments made after the last time you visited a thread.

Change the theme for the website.

{% for themecolor in COLORS %} {% endfor %}

Or type a color code:

Change the background for the website.

{% if v.background %} {% endif %}

Profile Picture

your profile picture
JPG, PNG, GIF files are supported. Max file size is {% if v and v.patron %}8{% else %}4{% endif %} MB.

Profile Banner

JPG, PNG, GIF files are supported. Max file size is {% if v and v.patron %}8{% else %}4{% endif %} 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 %}
{% if SITE_NAME == 'rDrama' %}

Linked Accounts

Manage your connections to other services.

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

RSS Feed

Subscribe to the {{SITE_NAME}} 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}}.

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 COLORS %} {% endfor %}

Or type a color code:

{% if v.flairchanged %} {% set ti = datetime.utcfromtimestamp(v.flairchanged).strftime('%Y-%m-%d %H:%M:%S') %} {% endif %}
    Limit of 100 characters
{% for titlecolor in COLORS %} {% endfor %}

Or type a color code:

{% if v.verified %}
{% for verifiedcolor in COLORS %} {% endfor %}

Or type a color code:

Limit of 100 characters
{% endif %}
         

										
Limit of 1500 characters

										
Limit of 500 characters

										
Limit of 500 characters
{% if v.patron or v.id == MOOSE_ID %}
       

										
Limit of 200 characters
{% endif %}
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.
{% include "emoji_modal.html" %} {% include "gif_modal.html" %} {% endblock %}