From b034b1ae6c6aa7651d8e6ae204fe0e5b347ec590 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Sat, 31 Aug 2024 01:47:03 +0000 Subject: [PATCH] Feature launch and misc typo fixes --- pkg/config/config.go | 2 +- web/templates/faq.html | 8 ++++---- web/templates/forum/admin.html | 2 +- web/templates/forum/board_index.html | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index 54c9be3..3a93a2f 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -124,7 +124,7 @@ const ( ThreadViewDebounceCooldown = 1 * time.Hour // Enable user-owned forums (feature flag) - UserForumsEnabled = false + UserForumsEnabled = true ) // User-Owned Forums: Quota settings for how many forums a user can own. diff --git a/web/templates/faq.html b/web/templates/faq.html index d3a0a73..fbe52f8 100644 --- a/web/templates/faq.html +++ b/web/templates/faq.html @@ -886,7 +886,7 @@

This feature is available to {{PrettyTitle}} members who have been Certified and continued to hang around - on the site for a while, or who have written a post of posts on the forums that we already have. + on the site for a while, or who have written a lot of posts on the forums that we already have.

@@ -919,7 +919,7 @@

- So, the allowance to create your own forums is a privileged and is earned over time. + So, the allowance to create your own forums is a privilege and is earned over time. A couple of the easiest ways you are likely to gain your first forum include:

@@ -957,7 +957,7 @@