Changeset 1806640
- Timestamp:
- 01/21/2018 07:27:44 PM (8 years ago)
- File:
-
- 1 edited
-
wp-sentry/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-sentry/trunk/readme.txt
r1806637 r1806640 11 11 == Description == 12 12 13 This is a simple plugin to allow for access-restricted posting, allowing bloggers to discuss sensitive subjects 14 without Google or the world finding the post. 13 This is a simple plugin to allow for access-restricted posting, allowing bloggers to discuss sensitive subjects without Google or the world finding the post. 15 14 16 After plugin activation, an administration panel is added to your "Users" and "Plugins" tabs, allowing you to create user groups 17 and manage WP Sentry's other options. The creation of user groups is completely optional, although it does make things a little easier. 15 After plugin activation, an administration panel is added to your "Users" and "Plugins" tabs, allowing you to create user groups and manage WP Sentry's other options. The creation of user groups is completely optional, although it does make things a little easier. 18 16 19 Also upon activation, a section is added to the post creation and editing screen. This section allows you to specify 20 which users or groups have access to the post. Setting any access restrictions here forces the post to be listed as 21 "private" in WordPress, so you don't have to worry about forgetting to hide a sensitive post. 17 Also upon activation, a section is added to the post creation and editing screen. This section allows you to specify which users or groups have access to the post. Setting any access restrictions here forces the post to be listed as "private" in WordPress, so you don't have to worry about forgetting to hide a sensitive post. 22 18 23 Users may be members of multiple groups. Multiple groups and multiple individual users may be allowed to view each 24 post. Overlaps are ignored -- if the user is a member of any group that is allowed to view the post, that user will 25 be able to view it. 19 Users may be members of multiple groups. Multiple groups and multiple individual users may be allowed to view each post. Overlaps are ignored -- if the user is a member of any group that is allowed to view the post, that user will be able to view it. 26 20 27 21 … … 31 25 32 26 1. Upload 'wp-sentry.php' to the '/wp-content/plugins/' directory 33 1. Activate the plugin through the 'Plugins' menu in WordPress27 2. Activate the plugin through the 'Plugins' menu in WordPress 34 28 35 29 To upgrade the plugin manually, follow these steps: 36 30 37 31 1. Disable the plugin 38 1. Upload the new version to /wp-content/plugins/39 1. Reactivate the plugin32 2. Upload the new version to /wp-content/plugins/ 33 3. Reactivate the plugin 40 34 41 35 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.