diff --git a/files/routes/front.py b/files/routes/front.py index 44e752c180..b0cce790f3 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 7ee700cb16..caa5de3d4b 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 64c62a5f82..6b38cf1dbf 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -420,6 +420,10 @@
+ {% if p.sub %} + /s/{{p.sub}}   + {% endif %} + {% if p.bannedfor %} {% endif %} @@ -459,9 +463,6 @@   Edited {{p.edited_string}} {% endif %}   {{p.views}} views - {% if p.sub %} -   /s/{{p.sub}} - {% endif %}
{% if p.active_flags %}
diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 8770eaaaa1..10107a70e6 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -152,6 +152,10 @@