diff --git a/files/assets/images/TheMotte/coins.webp b/files/assets/images/TheMotte/coins.webp new file mode 100644 index 000000000..b57f5ba8b Binary files /dev/null and b/files/assets/images/TheMotte/coins.webp differ diff --git a/files/assets/images/TheMotte/sidebar.webp b/files/assets/images/TheMotte/sidebar.webp new file mode 100644 index 000000000..48826f996 Binary files /dev/null and b/files/assets/images/TheMotte/sidebar.webp differ diff --git a/files/assets/images/TheMotte/site_preview.webp b/files/assets/images/TheMotte/site_preview.webp new file mode 100644 index 000000000..30ebdfa58 Binary files /dev/null and b/files/assets/images/TheMotte/site_preview.webp differ diff --git a/files/routes/comments.py b/files/routes/comments.py index 145a6af0f..630ba7fb6 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -219,13 +219,15 @@ def api_comment(v): if image == "": return {"error":"Image upload failed"} if v.admin_level > 2 and level == 1: if parent_post.id == 37696: - filename = 'files/assets/images/rDrama/sidebar/' + str(len(listdir('files/assets/images/rDrama/sidebar'))+1) + '.webp' - copyfile(oldname, filename) - process_image(filename, 400) + pass + # filename = 'files/assets/images/rDrama/sidebar/' + str(len(listdir('files/assets/images/rDrama/sidebar'))+1) + '.webp' + # copyfile(oldname, filename) + # process_image(filename, 400) elif parent_post.id == 37697: - filename = 'files/assets/images/rDrama/banners/' + str(len(listdir('files/assets/images/rDrama/banners'))+1) + '.webp' - copyfile(oldname, filename) - process_image(filename) + pass + # filename = 'files/assets/images/rDrama/banners/' + str(len(listdir('files/assets/images/rDrama/banners'))+1) + '.webp' + # copyfile(oldname, filename) + # process_image(filename) elif parent_post.id == 37833: try: badge_def = loads(body) diff --git a/files/templates/comments.html b/files/templates/comments.html index 7d719bf1b..07b89c913 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -198,9 +198,6 @@ {% if c.ghost %} 👻 {% else %} - {% if SITE_NAME=='rDrama' and c.author.house %} - House {{c.author.house}} - {% endif %} {% if c.author.verified %} {% endif %} diff --git a/files/templates/submission.html b/files/templates/submission.html index f2ffd75d5..c5a04517f 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -651,9 +651,6 @@ {% if p.ghost %} 👻 {% else %} - {% if SITE_NAME=='rDrama' and p.author.house %} - House {{p.author.house}} - {% endif %} {% if p.author.verified %} {% endif %} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index b1e1d01b4..6c6accad7 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -186,9 +186,6 @@ {% if p.ghost %} 👻 {% else %} - {% if SITE_NAME=='rDrama' and p.author.house %} - House {{p.author.house}} - {% endif %} {% if p.author.verified %} {% endif %} diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 94c7f78fd..4557d9cbf 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -59,10 +59,6 @@ {% endif %} - {% if SITE_NAME=='rDrama' and u.house %} - House {{u.house}} - {% endif %} - {% if u.verified %} {% endif %} @@ -380,10 +376,6 @@ {% endif %} - {% if SITE_NAME=='rDrama' and u.house %} - House {{u.house}} - {% endif %} - {% if u.verified %}   {% endif %}