1 |
85ad3d82
|
Assos Assos
|
<p>When you want to create a new view navigate to <strong> Structure > Views </strong>. 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".</p>
|
2 |
|
|
|
3 |
|
|
<div class="help-box" style="text-align:center">
|
4 |
|
|
<a href="path:images/views3-views-all.png"><img src="path:images/views3-views-all.png" /></a>
|
5 |
|
|
<em>All the created Views</em>
|
6 |
|
|
</div>
|
7 |
|
|
|
8 |
|
|
<p>You can enter the following information about it.</p>
|
9 |
|
|
<p> First, you must enter a <strong>view name</strong>. 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.</p>
|
10 |
|
|
<p> You can enter a <strong>description of the view</strong>. This description will appear on the Views administrative UI to tell you what the view is about. You can enter a <strong>view tag</strong>. It will be used help sort views on the administrative page.</p>
|
11 |
|
|
You must choose a view type.
|
12 |
|
|
<dl>
|
13 |
|
|
<dt>Node</dt>
|
14 |
|
|
<dd>Nodes are a Drupal site's primary content.</dd>
|
15 |
|
|
<dt>Comment</dt>
|
16 |
|
|
<dd>When you want to handle comments and information related to the and information related to them.</dd>
|
17 |
|
|
<dt>File</dt>
|
18 |
|
|
<dd>When you want to handle files and file information.</dd>
|
19 |
|
|
<dt>Node revision</dt>
|
20 |
|
|
<dd>When you want to handle node revision information, choose this.</dd>
|
21 |
|
|
<dt>Term</dt>
|
22 |
|
|
<dd>When you want to handle taxonomy, choose this one.</dd>
|
23 |
|
|
<dt>User</dt>
|
24 |
|
|
<dd>When you want to handle users and user information, choose this one.</dd>
|
25 |
|
|
</dl> |