Feature launch and misc typo fixes
This commit is contained in:
parent
c37d0298b0
commit
b034b1ae6c
|
@ -124,7 +124,7 @@ const (
|
||||||
ThreadViewDebounceCooldown = 1 * time.Hour
|
ThreadViewDebounceCooldown = 1 * time.Hour
|
||||||
|
|
||||||
// Enable user-owned forums (feature flag)
|
// Enable user-owned forums (feature flag)
|
||||||
UserForumsEnabled = false
|
UserForumsEnabled = true
|
||||||
)
|
)
|
||||||
|
|
||||||
// User-Owned Forums: Quota settings for how many forums a user can own.
|
// User-Owned Forums: Quota settings for how many forums a user can own.
|
||||||
|
|
|
@ -886,7 +886,7 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
This feature is available to {{PrettyTitle}} members who have been Certified and continued to hang around
|
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>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -919,7 +919,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<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:
|
A couple of the easiest ways you are likely to gain your first forum include:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -957,7 +957,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
Regional forums: create one for your city or country, so that {{PrettyTitle}} members who live near
|
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>
|
||||||
<li>
|
<li>
|
||||||
Hobbies or interests: create forums about board games, Star Trek, knitting or sewing, golf or
|
Hobbies or interests: create forums about board games, Star Trek, knitting or sewing, golf or
|
||||||
|
@ -1101,7 +1101,7 @@
|
||||||
<p>
|
<p>
|
||||||
Your forums will still exist and other members' posts and replies in them will remain. <em>Your</em>
|
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
|
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.
|
with it.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
As you continue to participate on the Forums, your allowance of forums you may create yourself will increase over time.
|
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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -212,7 +212,7 @@
|
||||||
{{if .ForumSubscriberCount}}
|
{{if .ForumSubscriberCount}}
|
||||||
<div class="has-text-info mt-2">
|
<div class="has-text-info mt-2">
|
||||||
<i class="fa fa-book-bookmark mr-1"></i>
|
<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 -->
|
<!-- Follow/Unfollow This Forum -->
|
||||||
<form action="/forum/subscribe" method="POST" class="is-inline">
|
<form action="/forum/subscribe" method="POST" class="is-inline">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user