2023-06-27 21:25:35 +00:00
< div class = "col sidebar text-left {% if not request.path.startswith('/sidebar') %}d-none d-lg-block{% endif %} pt-2" { % if request . path ! = ' / sidebar ' % } id = "sidebar-content" { % endif % } >
2022-05-23 20:09:40 +00:00
2023-01-01 14:52:16 +00:00
< a href = "/users" >
2023-02-25 18:12:58 +00:00
< h5 class = "text-center mt-0 mt-md-2 mb-4" >
2022-12-30 13:57:00 +00:00
Current registered users: {{current_registered_users()}}
< / h5 >
2023-01-01 14:52:16 +00:00
< / a >
2022-12-30 13:54:49 +00:00
2023-12-21 14:22:33 +00:00
{% if IS_FISTMAS() %}
{% set image = macros.random_image("assets/events/" ~ IS_EVENT() ~ "/images/sidebar/" ~ SITE_NAME ) %}
{% elif IS_EVENT() %}
2023-04-27 12:08:11 +00:00
{% set image = macros.random_image("assets/events/" ~ IS_EVENT() ~ "/images/sidebar") %}
2023-04-25 15:30:44 +00:00
{%- elif v -%}
{%- set image = macros.random_image("assets/images/" ~ SITE_NAME ~ "/sidebar") -%}
2023-01-01 12:39:25 +00:00
{%- else -%}
2023-12-22 20:14:21 +00:00
{%- set image = SITE_FULL_IMAGES ~ '/i/' ~ SITE_NAME ~ '/sidebar.webp?x=7' -%}
2023-01-01 12:39:25 +00:00
{%- endif -%}
{% if request.path != '/sidebar' %}
2023-12-18 15:19:28 +00:00
{% if IS_HOMOWEEN() %}
{% include "events/homoween/eye_tracking.html" %}
2023-09-28 23:58:09 +00:00
{% else %}
< a href = "{{image}}" >
< img class = "mb-4 sidebar-img" alt = "sidebar image" data-nonce = "{{g.nonce}}" data-onclick = "expandImage()" loading = "lazy" src = "{{image}}" >
< / a >
{% endif %}
2023-01-01 12:39:25 +00:00
{% endif %}
2022-07-12 19:18:40 +00:00
< p class = "text-center text-md mb-4" >
2024-01-10 20:43:39 +00:00
< a class = "sidebar-link d-md-none" href = "/random_user" data-bs-toggle = "tooltip" data-bs-placement = "top" title = "Random User with a Profile Anthem" > < i class = "fas fa-music" > < / i > < / a >
2024-02-03 03:45:42 +00:00
< a class = "sidebar-link" href = "/ping_groups" data-bs-toggle = "tooltip" data-bs-placement = "top" title = "Ping Groups" > < i class = "fas fa-bell" > < / i > < / a >
2022-07-12 19:18:40 +00:00
< a class = "sidebar-link" href = "/badges" data-bs-toggle = "tooltip" data-bs-placement = "top" title = "Badges" > < i class = "fas fa-hexagon" > < / i > < / a >
2022-06-22 04:49:10 +00:00
< a class = "sidebar-link" href = "/admins" data-bs-toggle = "tooltip" data-bs-placement = "top" title = "Admins" > < i class = "fas fa-crown" > < / i > < / a >
< a class = "sidebar-link" href = "/log" data-bs-toggle = "tooltip" data-bs-placement = "top" title = "Moderation Log" > < i class = "fas fa-scroll-old" > < / i > < / a >
2022-07-12 19:18:40 +00:00
< a class = "sidebar-link" href = "/transfers" data-bs-toggle = "tooltip" data-bs-placement = "top" title = "Transfers" > < i class = "fas fa-arrow-right-arrow-left" > < / i > < / a >
2022-08-13 07:42:19 +00:00
< a class = "sidebar-link" href = "/random_post" data-bs-toggle = "tooltip" data-bs-placement = "top" title = "Random Post" > < i class = "fas fa-random" > < / i > < / a >
Rearrange nav icons, move some to sidebar.
After the recent addition of the Lottershe, some narrow phone screens
caused the header to wrap to two lines. Prompted by this, a more
general rework of the header nav icons was initiated.
Notably: random user, random post, all comments has been moved to
sidebar on all sites, and a .sidebar-link CSS class was created to
support it. Additionally, on rDrama, links for Badges and Marseys
were added, since I believe these are presently inaccessible from
the UI. Further, a Modlog link was added to be more accessible.
Additionally, the icons in the header were rearranged on desktop and
mobile to better fit relative priority.
2022-05-30 08:16:03 +00:00
< / p >
2023-09-29 08:06:20 +00:00
{% if IS_HOMOWEEN() %}
< div class = "progress" >
< div style = "--width:{{bar_position()[0]}}%" class = "bar-left" > < / div >
< div style = "--width:{{bar_position()[1]}}%" class = "bar-right" > < / div >
< div class = "legend" >
< span title = "{{bar_position()[2]}}" > {{bar_position()[0]}}% Vaxxed< / span >
< span title = "{{bar_position()[3]}}" > {{bar_position()[1]}}% Infected< / span >
< / div >
2023-09-28 23:58:09 +00:00
< / div >
2023-09-29 08:06:20 +00:00
{% endif %}
2023-09-28 23:58:09 +00:00
2024-02-03 03:46:48 +00:00
< a class = "btn btn-primary btn-block mb-3" href = "/post/122529/new-user-welcome-message-supplement-for" > SITE GUIDE< / a >
2024-02-03 03:48:56 +00:00
< a id = "sidebar--directory--btn" class = "btn btn-primary btn-block mb-3" href = "/directory" >
< span id = "sidebar--directory--head" > DIRECTORY< / span >
< span id = "sidebar--directory--subhead" > Submit Marseys & Art | Info Megathreads< / span >
< / a >
2024-02-03 03:46:48 +00:00
2024-02-06 02:31:14 +00:00
{% if hole %}
{% if v and v.mods_hole(hole.name) %}
< a class = "btn btn-primary btn-block mb-3 text-uppercase" style = "font-size: 0.87rem" href = "/h/{{hole}}/settings" > /h/{{hole}} SETTINGS< / a >
< a class = "btn btn-primary btn-block mb-3 text-uppercase" style = "font-size: 0.87rem" href = "/h/{{hole}}/log" > /h/{{hole}} LOG< / a >
< a class = "btn btn-primary btn-block mb-3 text-uppercase" style = "font-size: 0.87rem" href = "/h/{{hole}}/followers" > /h/{{hole}} FOLLOWERS< / a >
< a class = "btn btn-primary btn-block mb-3 text-uppercase" style = "font-size: 0.87rem" href = "/h/{{hole}}/blockers" > /h/{{hole}} BLOCKERS< / a >
{% endif %}
2024-02-06 02:24:08 +00:00
2024-02-06 02:31:14 +00:00
{% if hole.sidebar_html %}
< div class = "mt-5 mb-4" > {{hole.sidebar_html|safe}}< / div >
{% endif %}
2024-02-06 02:20:54 +00:00
{% endif %}
2023-09-05 19:25:50 +00:00
2024-02-06 02:20:54 +00:00
< div class = "hr-title" >
< hr >
< h5 > DEATH< / h5 >
< hr >
< / div >
< div class = "sidebar-wpd--holes sidebar-wpd--holes--3" >
< a href = "/h/accident" > Accident< / a >
< a href = "/h/animal" > Animal< / a >
< a href = "/h/beating" > Beating< / a >
< a href = "/h/beheading" > Beheading< / a >
< a href = "/h/bladed" > Bladed< / a >
< a href = "/h/burning" > Burning< / a >
< a href = "/h/cartel" > Cartel< / a >
< a href = "/h/combat" > Combat< / a >
< a href = "/h/compilation" > Compilation< / a >
< a href = "/h/disaster" > Disaster< / a >
< a href = "/h/drowning" > Drowning< / a >
< a href = "/h/electricity" > Electricity< / a >
< a href = "/h/execution" > Execution< / a >
< a href = "/h/explosions" > Explosions< / a >
< a href = "/h/falling" > Falling< / a >
< a href = "/h/industrial" > Industrial< / a >
< a href = "/h/isis" > ISIS< / a >
< a href = "/h/maiming" > Maiming< / a >
< a href = "/h/police" > Police< / a >
< a href = "/h/shooting" > Shooting< / a >
< a href = "/h/suicide" > Suicide< / a >
< a href = "/h/vehicle" > Vehicle< / a >
< a href = "/h/other" > Other< / a >
< / div >
2023-09-05 19:25:50 +00:00
2024-02-06 02:20:54 +00:00
< div class = "hr-title mt-3" >
< hr >
< h5 > GORE< / h5 >
< hr >
< / div >
< div class = "sidebar-wpd--holes sidebar-wpd--holes--3" >
< a href = "/h/aftermath" > Aftermath< / a >
< a href = "/h/fights" > Fights< / a >
< a href = "/h/gore" > Gore< / a >
< a href = "/h/medical" > Medical< / a >
< a href = "/h/request" > Request< / a >
< a href = "/h/selfharm" > Self-Harm< / a >
< / div >
2022-06-23 10:56:37 +00:00
2024-02-06 02:20:54 +00:00
< div class = "hr-title mt-3" >
< hr >
< h5 > SOCIAL< / h5 >
< hr >
< / div >
< div class = "sidebar-wpd--holes sidebar-wpd--holes--3" >
< a href = "/h/discussion" > Discussion< / a >
< a href = "/h/meta" > Meta< / a >
< a href = "/h/music" > Music< / a >
< a href = "/h/pets" > Pets< / a >
< a href = "/h/social" > Social< / a >
< / div >
2023-01-21 04:27:30 +00:00
2024-02-06 02:20:54 +00:00
< div class = "hr-title mt-3" >
< hr >
< h5 > ACTIVE CONFLICTS< / h5 >
< hr >
< / div >
< div class = "sidebar-wpd--holes sidebar-wpd--holes--1 mb-3" >
< a href = "/h/slavshit" >
< img loading = "lazy" class = "emoji" src = "{{SITE_FULL_IMAGES}}/e/marseyflagukraine.webp" >
Slavshit
< img loading = "lazy" class = "emoji mirrored" src = "{{SITE_FULL_IMAGES}}/e/marseyflagrussia.webp" >
< / a >
< a href = "/h/sandshit" >
< img loading = "lazy" class = "emoji" src = "{{SITE_FULL_IMAGES}}/e/marseyflagpalestine.webp" >
Sandshit
< img loading = "lazy" class = "emoji mirrored" src = "{{SITE_FULL_IMAGES}}/e/marseyisrael.webp" >
< / a >
< / div >
2023-12-24 23:05:02 +00:00
2024-02-06 02:20:54 +00:00
{% if not (hole and hole.sidebar_html) %}
2023-12-24 23:05:02 +00:00
< div class = "sidebar--rules sidebar--rules--wpd pt-2" >
{% set rules = "rules_" ~ SITE_NAME ~ ".html" %}
{% include rules %}
< / div >
{% endif %}
2024-02-06 02:20:54 +00:00
< hr >
< div class = "mt-3" >
Live commit: < a href = "https://fsdfsd.net/rDrama/rDrama/commit/{{git_head()[0]}}" > {{git_head()[0]}}< / a >
< / div >
2022-05-24 21:28:16 +00:00
< / div >