danielebarchiesi@0:

When you want to create a new view navigate to Structure > Views . There you can see all the views specified. Fresh install has a few examples ready and you can choose "edit" to investigate how the is made. To create a new view press "Add new view".

danielebarchiesi@0: danielebarchiesi@0:
danielebarchiesi@0: danielebarchiesi@0: All the created Views danielebarchiesi@0:
danielebarchiesi@0: danielebarchiesi@0:

You can enter the following information about it.

danielebarchiesi@0:

First, you must enter a view name. This is the unique name of the view. It must contain only alphanumeric characters and underscores; it is used to identify the view internally and to generate unique theming template names for this view. If you are overriding a module provided view, the name must not be changed or a new view will be created instead of overriding.

danielebarchiesi@0:

You can enter a description of the view. This description will appear on the Views administrative UI to tell you what the view is about. You can enter a view tag. It will be used help sort views on the administrative page.

danielebarchiesi@0: You must choose a view type. danielebarchiesi@0:
danielebarchiesi@0:
Node
danielebarchiesi@0:
Nodes are a Drupal site's primary content.
danielebarchiesi@0:
Comment
danielebarchiesi@0:
When you want to handle comments and information related to the and information related to them.
danielebarchiesi@0:
File
danielebarchiesi@0:
When you want to handle files and file information.
danielebarchiesi@0:
Node revision
danielebarchiesi@0:
When you want to handle node revision information, choose this.
danielebarchiesi@0:
Term
danielebarchiesi@0:
When you want to handle taxonomy, choose this one.
danielebarchiesi@0:
User
danielebarchiesi@0:
When you want to handle users and user information, choose this one.
danielebarchiesi@0: