view-add.html 1.7 KB

12345678910111213141516171819202122232425
  1. <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. <div class="help-box" style="text-align:center">
  3. <a href="path:images/views3-views-all.png"><img src="path:images/views3-views-all.png" /></a>
  4. <em>All the created Views</em>
  5. </div>
  6. <p>You can enter the following information about it.</p>
  7. <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>
  8. <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>
  9. You must choose a view type.
  10. <dl>
  11. <dt>Node</dt>
  12. <dd>Nodes are a Drupal site's primary content.</dd>
  13. <dt>Comment</dt>
  14. <dd>When you want to handle comments and information related to the and information related to them.</dd>
  15. <dt>File</dt>
  16. <dd>When you want to handle files and file information.</dd>
  17. <dt>Node revision</dt>
  18. <dd>When you want to handle node revision information, choose this.</dd>
  19. <dt>Term</dt>
  20. <dd>When you want to handle taxonomy, choose this one.</dd>
  21. <dt>User</dt>
  22. <dd>When you want to handle users and user information, choose this one.</dd>
  23. </dl>