Skip to content

Commit

Permalink
updated user interface images
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskaschulz committed Apr 18, 2016
1 parent 769db96 commit d2a0dff
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 4 deletions.
Binary file modified user-interface/assets/dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified user-interface/assets/editor-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified user-interface/assets/editor-link.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified user-interface/assets/editor-video.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified user-interface/assets/editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified user-interface/assets/finder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified user-interface/assets/marketplace-install.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified user-interface/assets/marketplace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added user-interface/assets/users-edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added user-interface/assets/users-pages.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added user-interface/assets/users-permissions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified user-interface/assets/users.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions user-interface/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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)
8 changes: 6 additions & 2 deletions user-interface/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

Expand Down Expand Up @@ -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**.

0 comments on commit d2a0dff

Please sign in to comment.