Feature launch and misc typo fixes

This commit is contained in:
Noah Petherbridge 2024-08-31 01:47:03 +00:00
parent c37d0298b0
commit b034b1ae6c
4 changed files with 7 additions and 7 deletions

View File

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

View File

@ -886,7 +886,7 @@
<p>
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.
</p>
<p>
@ -919,7 +919,7 @@
</p>
<p>
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:
</p>
@ -957,7 +957,7 @@
<ul>
<li>
Regional forums: create one for your city or country, so that {{PrettyTitle}} members who live near
the area can meet up discuss.
the area can meet up and discuss local places and topics.
</li>
<li>
Hobbies or interests: create forums about board games, Star Trek, knitting or sewing, golf or
@ -1101,7 +1101,7 @@
<p>
Your forums will still exist and other members' posts and replies in them will remain. <em>Your</em>
posts and replies will have been deleted, along with your account, but your forums remain because
it wouldn't be fair to your forum's members if _all of their_ posts would need to be deleted along
it wouldn't be fair to your forum's members if <em>all of their</em> posts would need to be deleted along
with it.
</p>

View File

@ -36,7 +36,7 @@
<p>
As you continue to participate on the Forums, your allowance of forums you may create yourself will increase over time.
<a href="#" class="has-text-danger">Learn more <i class="fa fa-external-link"></i></a>
<a href="/faq#forum-quota">Learn more <i class="fa fa-external-link"></i></a>
</p>
</div>

View File

@ -212,7 +212,7 @@
{{if .ForumSubscriberCount}}
<div class="has-text-info mt-2">
<i class="fa fa-book-bookmark mr-1"></i>
{{.ForumSubscriberCount}} {{if eq .ForumSubscriberCount 1}}person follows{{else}}people people{{end}} this forum.
{{.ForumSubscriberCount}} {{if eq .ForumSubscriberCount 1}}person follows{{else}}people follow{{end}} this forum.
<!-- Follow/Unfollow This Forum -->
<form action="/forum/subscribe" method="POST" class="is-inline">