diff options
author | Treer <treer.git@the-bordello.com> | 2016-05-06 01:34:52 +1000 |
---|---|---|
committer | Treer <treer.git@the-bordello.com> | 2016-05-06 01:44:46 +1000 |
commit | 2174cdcd0ebda4ba62653791489f003bf085f282 (patch) | |
tree | 061fb8b85f05f8dc7829a4a7e8593fce20c223c5 /doc/acl_dialog_post.html | |
parent | 8ffdc4859baa9f2ae9567a4c443dfbb227919167 (diff) | |
download | volse-hubzilla-2174cdcd0ebda4ba62653791489f003bf085f282.tar.gz volse-hubzilla-2174cdcd0ebda4ba62653791489f003bf085f282.tar.bz2 volse-hubzilla-2174cdcd0ebda4ba62653791489f003bf085f282.zip |
Unify permissions dialog for network posts, channel posts, and remote posts
* changes the warning from being about when a post is "sent" to when it's "shared", to match the Share button.
* hyperlinks the "cannot be changed" part of the warning to the help file
* adds some more content to the help file
Diffstat (limited to 'doc/acl_dialog_post.html')
-rw-r--r-- | doc/acl_dialog_post.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/acl_dialog_post.html b/doc/acl_dialog_post.html index 19c366419..b387ec08e 100644 --- a/doc/acl_dialog_post.html +++ b/doc/acl_dialog_post.html @@ -5,7 +5,12 @@ <p>Sometimes called Access Control List, or ACL, the permissions set who is able to see your new post.</p> -<p>Pressing the ACL button (<i class="fa fa-lock"></i> or <i class="fa fa-unlock"></i>) beside the Submit button will display a dialog in which you can select what channels and/or privacy groups can see the post. You can also select who is explicitly denied access. For example, say you are planning a surprise party for a friend. You can send an invitation post to everyone in your <b>Friends</b> group <i>except</i> the friend you are surprising. In this case you "Show" the <b>Friends</b> group but "Don't show" that one person. +<p>Pressing the ACL button (<i class="fa fa-lock"></i> or <i class="fa fa-unlock"></i>) beside the Submit button will display a dialog in which you can select what channels and/or privacy groups can see the post. You can also select who is explicitly denied access. For example, say you are planning a surprise party for a friend. You can send an invitation post to everyone in your <b>Friends</b> group <i>except</i> the friend you are surprising. In this case you "Show" the <b>Friends</b> group but "Don't show" that one person.</p> + +<dl> +<dt>Tip:</dt> +<dd>The border color of each channel indicates whether that channel — or one of the groups it belongs to — has access to the post. The border color will also indicate when a channel [or group it belongs to] has been expliciyly set to "Don't show".</dd> +</dl> <h3>Why can't I edit a post's permissions after I saved it?</h3> |