annotate sites/all/modules/views/help/view-add.html @ 2:b74b41bb73f0

-- Google analytics module
author danieleb <danielebarchiesi@me.com>
date Thu, 22 Aug 2013 17:22:54 +0100
parents ff03f76ab3fe
children
rev   line source
danielebarchiesi@0 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>
danielebarchiesi@0 2
danielebarchiesi@0 3 <div class="help-box" style="text-align:center">
danielebarchiesi@0 4 <a href="path:images/views3-views-all.png"><img src="path:images/views3-views-all.png" /></a>
danielebarchiesi@0 5 <em>All the created Views</em>
danielebarchiesi@0 6 </div>
danielebarchiesi@0 7
danielebarchiesi@0 8 <p>You can enter the following information about it.</p>
danielebarchiesi@0 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>
danielebarchiesi@0 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>
danielebarchiesi@0 11 You must choose a view type.
danielebarchiesi@0 12 <dl>
danielebarchiesi@0 13 <dt>Node</dt>
danielebarchiesi@0 14 <dd>Nodes are a Drupal site's primary content.</dd>
danielebarchiesi@0 15 <dt>Comment</dt>
danielebarchiesi@0 16 <dd>When you want to handle comments and information related to the and information related to them.</dd>
danielebarchiesi@0 17 <dt>File</dt>
danielebarchiesi@0 18 <dd>When you want to handle files and file information.</dd>
danielebarchiesi@0 19 <dt>Node revision</dt>
danielebarchiesi@0 20 <dd>When you want to handle node revision information, choose this.</dd>
danielebarchiesi@0 21 <dt>Term</dt>
danielebarchiesi@0 22 <dd>When you want to handle taxonomy, choose this one.</dd>
danielebarchiesi@0 23 <dt>User</dt>
danielebarchiesi@0 24 <dd>When you want to handle users and user information, choose this one.</dd>
danielebarchiesi@0 25 </dl>