diff --git a/pkg/models/user_inner_circle.go b/pkg/models/user_inner_circle.go index f23e7df..b3f9408 100644 --- a/pkg/models/user_inner_circle.go +++ b/pkg/models/user_inner_circle.go @@ -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) } diff --git a/web/templates/account/inner_circle.html b/web/templates/account/inner_circle.html index 7779b9c..8791fee 100644 --- a/web/templates/account/inner_circle.html +++ b/web/templates/account/inner_circle.html @@ -32,28 +32,39 @@ in the description on this page:

- + @@ -73,6 +84,14 @@ sharing nude pics with face for other nonshy nudists to see.

+

+ As a member of the inner circle, you can see who else on the website is a part of the circle. Look + for the 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 not in the circle won't see these indicators + anywhere on the website. +

+

What can I do for being in the inner circle?

@@ -102,6 +121,12 @@ Forums you can access exclusive inner circle-only boards. +

  • + On the + Chat Room 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! +
  • On your profile page you get an "Inner circle" badge near your Certified status. This badge is only visible to members of the inner circle.