Update some text copy

main
Noah Petherbridge 2024-04-13 15:10:15 -07:00
parent e947a005d9
commit 4623cdca50
2 changed files with 46 additions and 21 deletions

View File

@ -57,7 +57,7 @@ func RemoveFromInnerCircle(u *User) error {
if err := DB.Model(&Photo{}).Where(
"user_id = ? AND visibility = ?",
u.ID, PhotoInnerCircle,
).Update("visibility", PhotoFriends); err != nil {
).Update("visibility", PhotoPrivate); err != nil {
log.Error("RemoveFromInnerCircle: couldn't update photo visibility: %s", err.Error)
}

View File

@ -32,28 +32,39 @@
in the description on this page:
</p>
<ul class="menu-list block">
<li>
<a href="/photo/gallery?visibility=circle">
<i class="fa fa-image mr-1"></i>
Gallery (circle-only photos)
</a>
</li>
<aside class="menu">
<ul class="menu-list block">
<li>
<a href="/photo/gallery?visibility=circle">
<i class="fa fa-image mr-1"></i>
Gallery (circle-only photos)
</a>
</li>
<li>
<a href="/members?certified=circle">
<i class="fa fa-people-group mr-1"></i>
Inner circle members
</a>
</li>
<li>
<a href="/members?certified=circle">
<i class="fa fa-people-group mr-1"></i>
Inner circle members
</a>
</li>
<li>
<a href="/f/circle">
<i class="fa fa-comments mr-1"></i>
Forum (Circle Chat)
</a>
</li>
</ul>
<li>
<a href="/f/circle">
<i class="fa fa-comments mr-1"></i>
Forum (Circle Chat)
</a>
</li>
{{if .CurrentUser.Explicit}}
<li>
<a href="/f/circle-jerk">
<i class="fa fa-comments mr-1"></i>
Forum (Circle Jerk) <small class="fa fa-fire has-text-danger" title="Explicit"></small>
</a>
</li>
{{end}}
</ul>
</aside>
</div>
</div>
</div>
@ -73,6 +84,14 @@
sharing nude pics with face for other nonshy nudists to see.
</p>
<p>
As a member of the inner circle, you can see who else on the website is a part of the circle. Look
for the <img src="/static/img/circle-16.png" alt="Inner circle"> icon on profile pages, the
member directory, forums or the chat room. You may find that some of your {{PrettyTitle}} friends
were already in the circle! People who are <em>not</em> in the circle won't see these indicators
anywhere on the website.
</p>
<h2>What can I do for being in the inner circle?</h2>
<p>
@ -102,6 +121,12 @@
<a href="/f/circle"><strong><i class="fa fa-comments mr-1"></i> Forums</strong></a>
you can access exclusive inner circle-only boards.
</li>
<li>
On the
<a href="/chat"><strong><i class="fa fa-message"></i> Chat Room</strong></a> you have access
to the exclusive Circle Chat channel, and you can see who else in the chat room is a part of
the inner circle. People outside the circle can't see who the inner circle members are!
</li>
<li>
On your <a href="/u/{{.CurrentUser.Username}}">profile page</a> you get an "Inner circle" badge near your
Certified status. This badge is <strong>only</strong> visible to members of the inner circle.