From 936f5cccabdb20e3c1126db9dce06278dc58b6ec Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 6 Feb 2022 14:13:48 +0200 Subject: [PATCH] dfs --- files/routes/front.py | 2 +- files/templates/header.html | 10 ++++++---- files/templates/submission.html | 7 ++++--- files/templates/submission_listing.html | 7 ++++--- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/files/routes/front.py b/files/routes/front.py index 44e752c18..b0cce790f 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -304,7 +304,7 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, ccmode="false" if sort == "hot": ti = int(time.time()) + 3600 - posts = posts.order_by(-1000000*(Submission.realupvotes + 1 + Submission.comment_count/5 + (func.length(Submission.body_html)-func.length(func.replace(Submission.body_html,'','')))/4)/(func.power(((ti - Submission.created_utc)/1000), 1.23))) + posts = posts.order_by(-1000000*(Submission.realupvotes + 1 + Submission.comment_count/5 + (func.length(Submission.body_html)-func.length(func.replace(Submission.body_html,'',''))))/(func.power(((ti - Submission.created_utc)/1000), 1.23))) elif sort == "new": posts = posts.order_by(Submission.created_utc.desc()) elif sort == "old": diff --git a/files/templates/header.html b/files/templates/header.html index 7ee700cb1..caa5de3d4 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -163,7 +163,7 @@ {% if request.host != 'pcmemes.net' %} Discord {% endif %} - {% if not (g.webview and v.truecoins < 1) %} + {% if not (g.webview and v.truecoins < 1) and request.host != '2Much4You' %} Donate {% endif %} {% if request.host == 'rdrama.net' %}Archives{% endif %} @@ -206,9 +206,11 @@ - + {% if not g.webview %} + + {% endif %} Android app Source code diff --git a/files/templates/submission.html b/files/templates/submission.html index 64c62a5f8..6b38cf1db 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -420,6 +420,10 @@
{% if p.active_flags %}
diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 8770eaaaa..10107a70e 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -152,6 +152,10 @@