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 @@