diff --git a/user-interface/assets/dashboard.png b/user-interface/assets/dashboard.png index ab186ee..dd2c9a0 100644 Binary files a/user-interface/assets/dashboard.png and b/user-interface/assets/dashboard.png differ diff --git a/user-interface/assets/editor-image.png b/user-interface/assets/editor-image.png index 6240b33..60b9ec6 100644 Binary files a/user-interface/assets/editor-image.png and b/user-interface/assets/editor-image.png differ diff --git a/user-interface/assets/editor-link.png b/user-interface/assets/editor-link.png index cc38e68..b0a40c0 100644 Binary files a/user-interface/assets/editor-link.png and b/user-interface/assets/editor-link.png differ diff --git a/user-interface/assets/editor-video.png b/user-interface/assets/editor-video.png index 131ae6b..aca4875 100644 Binary files a/user-interface/assets/editor-video.png and b/user-interface/assets/editor-video.png differ diff --git a/user-interface/assets/editor.png b/user-interface/assets/editor.png index 1a207b2..a24c36c 100644 Binary files a/user-interface/assets/editor.png and b/user-interface/assets/editor.png differ diff --git a/user-interface/assets/finder.png b/user-interface/assets/finder.png index 5d3efe6..e34f0cf 100644 Binary files a/user-interface/assets/finder.png and b/user-interface/assets/finder.png differ diff --git a/user-interface/assets/marketplace-install.png b/user-interface/assets/marketplace-install.png index 3ba89a1..83cfc22 100644 Binary files a/user-interface/assets/marketplace-install.png and b/user-interface/assets/marketplace-install.png differ diff --git a/user-interface/assets/marketplace.png b/user-interface/assets/marketplace.png index c522cf9..008a77e 100644 Binary files a/user-interface/assets/marketplace.png and b/user-interface/assets/marketplace.png differ diff --git a/user-interface/assets/users-edit.png b/user-interface/assets/users-edit.png new file mode 100644 index 0000000..4f8c5cb Binary files /dev/null and b/user-interface/assets/users-edit.png differ diff --git a/user-interface/assets/users-pages.png b/user-interface/assets/users-pages.png new file mode 100644 index 0000000..29a0fb0 Binary files /dev/null and b/user-interface/assets/users-pages.png differ diff --git a/user-interface/assets/users-permissions.png b/user-interface/assets/users-permissions.png new file mode 100644 index 0000000..e8c1e2d Binary files /dev/null and b/user-interface/assets/users-permissions.png differ diff --git a/user-interface/assets/users.png b/user-interface/assets/users.png index 5ea4851..34df6b6 100644 Binary files a/user-interface/assets/users.png and b/user-interface/assets/users.png differ diff --git a/user-interface/blog.md b/user-interface/blog.md index 4e5e621..7d57c19 100644 --- a/user-interface/blog.md +++ b/user-interface/blog.md @@ -37,6 +37,8 @@ Enable Comments | Allows users to engage in discussion about your post. You can ## Comments The _Blog_ extension includes a sophisticated comment function that you can manage and curate in the _Comments_ section of the blog administration. It provides a list of the comments to all posts in your site. +![Blog Comments](assets/blog-comments.png) + If you click on the **Status** parameter in the table heading, you can sort comments by whether they are **Pending**, **Approved** or marked as **Spam**. Each item displays the author and – if provided – their email address above the comment's content. Clicking on the timestamp will bring you directly to the the comment's location below the post. To approve a comment or mark it as pending, hit the green or yellow circle in the status column. In the _Post_ column, click on the post's title to enter Edit mode. To see all comments on that post, click on the comment icon, which also indicates the number of comments. @@ -64,5 +66,3 @@ Field | Description :-------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Comments | Determine whether users need to provide an e-mail address in order to comment and set a period of time after which it is no longer possible to comment a post. Appearance | Enable [Gravatar](http://gravatar.com), change the order of comments and allow nesting of comments by a maximum number that you set. - -![Blog Comments](assets/blog-comments.png) diff --git a/user-interface/users.md b/user-interface/users.md index e5fcd9a..5ac92cd 100644 --- a/user-interface/users.md +++ b/user-interface/users.md @@ -27,6 +27,8 @@ Blue | This is a new user account and the user is enabled. To create a new user, hit the _Add User_ button in the top right hand corner; to edit an existing one, click on the user name in the user listing. The following fields will be available. +![Edit User](assets/users-edit.png) + Field | Description :------------------- | :------------------------------------------------------------------------------------------------------- **Username** | The username that identifies the user. Note that you can only use alphanumeric characters, numbers, hyphen, dot and underscore. @@ -43,9 +45,9 @@ Field | Description Pagekit implements [Gravatar](https://gravatar.com/) to create users' profile pictures. Just enter the e-mail address that is associated with your Gravatar account and the image will be fetched automatically. ## Permissions -In the _Permissions_ tab you can see an overview of user roles and the actions they are allowed to perform. +In the _Permissions_ tab you can see an overview of user roles and the actions they are allowed to perform. The permissions are grouped by their according extensions and can be assigned or revoked by toggling the checkboxes. Changes are stored immediately. -The permissions are grouped by their according extensions and can be assigned or revoked by toggling the checkboxes. Changes are stored immediately. +![Permissions](assets/users-permissions.png) **Note** You will have to give permission to _Access admin area_ to all roles that are supposed to perform any action in the admin panel, even if it is limited to editing pages. If you don't, they won't be able to reach the pages' admin panel. @@ -77,4 +79,6 @@ Pagekit provides a link type for the user extension to help you create registrat Just go to the _Site_ section of the Pagekit administration and [add a new page](site.md#pages). Make sure you select the type _Link_. Once in the Edit view, hit the _Select_ button to use the link picker and choose _User_ from the **Extension** select field. Now you can define the page by choosing one of the options from the _View_ select field. Available views are **User Login**, **User Logout**, **User Registration**, **User Profile** and **User Password Reset**. +![Registration and Login](assets/users-pages.png) + **Note** When creating a **User Registration**, **User Login** or **User Password Reset** page, you might want to restrict access to **Anonymous** users and correspondingly restrict **User Logout** and **User Profile** to **Authenticated** users or **Administrator**. \ No newline at end of file