xc
BIN
files/assets/Ruqqus_v1.7.apk
Normal file
BIN
files/assets/images/Ruqqus/banner.webp
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
files/assets/images/Ruqqus/cached.webp
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
files/assets/images/Ruqqus/cover.webp
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
files/assets/images/Ruqqus/default_text.webp
Normal file
After Width: | Height: | Size: 458 B |
BIN
files/assets/images/Ruqqus/headericon.webp
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
files/assets/images/Ruqqus/icon.webp
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
files/assets/images/Ruqqus/sidebar.webp
Normal file
After Width: | Height: | Size: 298 KiB |
BIN
files/assets/images/Ruqqus/site_preview.webp
Normal file
After Width: | Height: | Size: 5.3 KiB |
|
@ -270,7 +270,7 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, ccmode="false"
|
|||
|
||||
if sub: posts = posts.filter_by(sub=sub.name)
|
||||
elif SITE_NAME == '2Much4You': posts = posts.filter(Submission.sub.in_(toomuch_subs))
|
||||
elif SITE_NAME == 'ruqqus': posts = posts.filter(Submission.sub != None)
|
||||
elif SITE_NAME == 'Ruqqus': posts = posts.filter(Submission.sub != None)
|
||||
else: posts = posts.filter_by(sub=None)
|
||||
|
||||
if gt: posts = posts.filter(Submission.created_utc > gt)
|
||||
|
@ -346,7 +346,7 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, ccmode="false"
|
|||
pins = g.db.query(Submission).filter(Submission.stickied != None, Submission.is_banned == False)
|
||||
if sub: pins = pins.filter_by(sub=sub.name)
|
||||
elif SITE_NAME == '2Much4You': pins = pins.filter(Submission.sub.in_(toomuch_subs))
|
||||
elif SITE_NAME == 'ruqqus': pins = pins.filter(Submission.sub != None)
|
||||
elif SITE_NAME == 'Ruqqus': pins = pins.filter(Submission.sub != None)
|
||||
else: pins = pins.filter_by(sub=None)
|
||||
|
||||
if v and v.admin_level == 0:
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<a class="nav-link active emojitab" data-bs-toggle="tab" href="#emoji-tab-favorite">Favorite</a>
|
||||
</li>
|
||||
|
||||
{% if SITE_NAME == 'ruqqus' %}
|
||||
{% if SITE_NAME == 'Ruqqus' %}
|
||||
<li class="nav-item">
|
||||
<a class="nav-link emojitab" data-bs-toggle="tab" href="#emoji-tab-ruqqie">Ruqqie</a>
|
||||
</li>
|
||||
|
@ -63,7 +63,7 @@
|
|||
<div class="d-flex flex-wrap py-3 pl-2" id="EMOJIS_favorite"></div>
|
||||
</div>
|
||||
|
||||
{% if SITE_NAME == 'ruqqus' %}
|
||||
{% if SITE_NAME == 'Ruqqus' %}
|
||||
<div class="tab-pane fade" id="emoji-tab-ruqqie">
|
||||
<div class="d-flex flex-wrap py-3 pl-2" id="EMOJIS_ruqqie"></div>
|
||||
</div>
|
||||
|
|
|
@ -160,7 +160,7 @@
|
|||
{% if request.host != 'pcmemes.net' %}
|
||||
<a class="dropdown-item" href="/discord"><i class="fab fa-discord fa-fw text-left mr-3"></i>Discord</a>
|
||||
{% endif %}
|
||||
{% if not (g.webview and v.truecoins < 1) and SITE_NAME not in ('2Much4You','ruqqus') %}
|
||||
{% if not (g.webview and v.truecoins < 1) and SITE_NAME not in ('2Much4You','Ruqqus') %}
|
||||
<a class="dropdown-item" rel="nofollow noopener noreferrer" href="{{config('GUMROAD_LINK')}}"><i class="fas fa-dollar-sign fa-fw text-left mr-3"></i>Donate</a>
|
||||
{% endif %}
|
||||
{% if SITE_NAME == 'Drama' %}<a class="dropdown-item" href="/archives"><i class="fas fa-book fa-fw text-left mr-3"></i>Archives</a>{% endif %}
|
||||
|
@ -215,7 +215,7 @@
|
|||
{% if request.host != 'pcmemes.net' %}
|
||||
<a class="nav-item nav-link" href="/discord"><i class="fab fa-discord fa-fw mr-3"></i>Discord</a>
|
||||
{% endif %}
|
||||
{% if not (g.webview and v.truecoins < 1) and SITE_NAME not in ('2Much4You','ruqqus') %}
|
||||
{% if not (g.webview and v.truecoins < 1) and SITE_NAME not in ('2Much4You','Ruqqus') %}
|
||||
<a class="nav-item nav-link" rel="nofollow noopener noreferrer" href="{{config('GUMROAD_LINK')}}"><i class="fas fa-dollar-sign fa-fw mr-3"></i>Donate</a>
|
||||
{% endif %}
|
||||
{% if SITE_NAME == 'Drama' %}<a class="nav-item nav-link" href="/archives"><i class="fas fa-book fa-fw mr-3"></i>Archives</a>{% endif %}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{% if sub %}
|
||||
{% set image=sub.sidebar_url %}
|
||||
{% else %}
|
||||
{% set image='/static/assets/images/ruqqus/sidebar.webp?a=1039' %}
|
||||
{% set image='/static/assets/images/Ruqqus/sidebar.webp?a=1039' %}
|
||||
{% endif %}
|
||||
|
||||
<img alt="sidebar image" role="button" data-bs-toggle="modal" data-bs-target="#expandImageModal" onclick="expandDesktopImage('{{image}}')" loading="lazy" src="{{image}}" width=100%>
|
||||
|
|