WPD-specific bug thread

master
Aevann 2023-08-23 01:44:12 +03:00
parent b63e6f2145
commit 54f36c0328
3 changed files with 6 additions and 3 deletions

View File

@ -601,6 +601,7 @@ LOTTERY_SINK_RATE = 3
LOTTERY_DURATION = 60 * 60 * 24 * 7
NOTIFICATION_THREAD = 1
BUG_THREAD = 0
SIDEBAR_THREAD = 0
BANNER_THREAD = 0
@ -675,6 +676,7 @@ if SITE == 'rdrama.net':
FEATURES['ASSET_SUBMISSIONS'] = True
NOTIFICATION_THREAD = 6489
BUG_THREAD = 18459
SIDEBAR_THREAD = 37696
BANNER_THREAD = 37697
@ -820,6 +822,7 @@ elif SITE == 'watchpeopledie.tv':
ERROR_MARSEYS[403] = "marseyconfused"
NOTIFICATION_THREAD = 27855
BUG_THREAD = 56363
SIDEBAR_THREAD = 5403
BANNER_THREAD = 9869

View File

@ -11,7 +11,7 @@
'Bugs / Suggestions',
'Something broken? Improvements?',
'fa-bug', '#6b8e23',
'/post/18459',
'/post/' ~ BUG_THREAD,
),
(
'Changelog',

View File

@ -303,7 +303,7 @@
<a class="dropdown-item" rel="nofollow noopener" href="https://fsdfsd.net/rDrama/rDrama"><i class="fab fa-git-alt fa-fw mr-3"></i>Source code</a>
<a class="dropdown-item" rel="nofollow noopener" href="https://rdrama.net/post/18459"><i class="fas fa-bug fa-fw mr-3"></i>Bugs/Suggestions</a>
<a class="dropdown-item" rel="nofollow noopener" href="/post/{{BUG_THREAD}}"><i class="fas fa-bug fa-fw mr-3"></i>Bugs/Suggestions</a>
{% if TELEGRAM_ID %}
<a rel="nofollow noopener" class="dropdown-item" href="https://t.me/s/{{TELEGRAM_ID}}"><i class="fab fa-telegram fa-fw mr-3"></i>Telegram Channel</a>
@ -366,7 +366,7 @@
<a class="nav-item nav-link" rel="nofollow noopener" href="https://fsdfsd.net/rDrama/rDrama"><i class="fab fa-git-alt fa-fw mr-3"></i>Source code</a>
<a class="nav-item nav-link" rel="nofollow noopener" href="https://rdrama.net/post/18459"><i class="fas fa-bug fa-fw mr-3"></i>Bugs/Suggestions</a>
<a class="nav-item nav-link" rel="nofollow noopener" href="/post/{{BUG_THREAD}}"><i class="fas fa-bug fa-fw mr-3"></i>Bugs/Suggestions</a>
{% if TELEGRAM_ID %}
<a rel="nofollow noopener" class="nav-item nav-link" href="https://t.me/s/{{TELEGRAM_ID}}"><i class="fab fa-telegram fa-fw mr-3"></i>Telegram Channel</a>