diff options
author | Andrew Manning <andrew@reticu.li> | 2016-03-26 14:17:53 -0400 |
---|---|---|
committer | Andrew Manning <andrew@reticu.li> | 2016-03-26 14:17:53 -0400 |
commit | 661b0084f3d819532c4c97c840a189d7e0c7a93d (patch) | |
tree | 812c40654c6921429efd18b9622654878c377592 /doc/context/network/help.html | |
parent | 59827b6dfdcab85b65853f3ee75365bda057a993 (diff) | |
download | volse-hubzilla-661b0084f3d819532c4c97c840a189d7e0c7a93d.tar.gz volse-hubzilla-661b0084f3d819532c4c97c840a189d7e0c7a93d.tar.bz2 volse-hubzilla-661b0084f3d819532c4c97c840a189d7e0c7a93d.zip |
Added help for post permissions
Diffstat (limited to 'doc/context/network/help.html')
-rw-r--r-- | doc/context/network/help.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/context/network/help.html b/doc/context/network/help.html index 9d9031af8..956af7380 100644 --- a/doc/context/network/help.html +++ b/doc/context/network/help.html @@ -21,6 +21,6 @@ <dd>At the top of the page there is a text box that says "Share". Clicking this box opens a new post editor. The post editor is customizable, but the basic editor provides fields for a post body and an optional post <b>Title</b>. Buttons below the text area to the left provide shortcuts to text formatting and inserting links, images, and other data into the post. The buttons to the right provide a post preview, the post permissions setting, and a <b>Submit</b> button to send the post.</dd> <dt><a href='#' onclick='contextualHelp1("#group-sidebar", 1); return false;' title="Click to highlight element...">Privacy Groups</a></dt> <dd>The privacy groups you have created are displayed in the side panel. Selecting them filters posts to those created by channels in the chosen group.</dd> - <dt><a href='#' onclick='$("jot-title-wrap").show(); contextualHelp1("#dbtn-acl", 0); return false;' title="Click to highlight element...">Post Permissions</a></dt> - <dd></dd> + <dt><a href='#' onclick='$("#dbtn-acl").click(); return false;' title="Click to highlight element...">Post Permissions</a></dt> + <dd>The access control list (ACL) is what you use to set who can see your new post. Pressing the ACL button 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.</dd> </dl>
\ No newline at end of file |