Full ELMS Learning Network documentation
Views template files
- cis7 sites/all/modules/ulmus/views/theme/theme.inc views_templates
- cle7 sites/all/modules/ulmus/views/theme/theme.inc views_templates
- elmsmedia7 sites/all/modules/ulmus/views/theme/theme.inc views_templates
- icor7 sites/all/modules/ulmus/views/theme/theme.inc views_templates
- meedjum_blog7 sites/all/modules/ulmus/views/theme/theme.inc views_templates
- mooc7 sites/all/modules/ulmus/views/theme/theme.inc views_templates
All views templates can be overridden with a variety of names, using the view, the display ID of the view, the display type of the view, or some combination thereof.
For each view, there will be a minimum of two templates used. The first is used for all views: views-view.tpl.php.
The second template is determined by the style selected for the view. Note that certain aspects of the view can also change which style is used; for example, arguments which provide a summary view might change the style to one of the special summary styles.
The default style for all views is views-view-unformatted.tpl.php
Many styles will then farm out the actual display of each row to a row style; the default row style is views-view-fields.tpl.php.
Here is an example of all the templates that will be tried in the following case:
View, named foobar. Style: unformatted. Row style: Fields. Display: Page.
- views-view--foobar--page.tpl.php
- views-view--page.tpl.php
- views-view--foobar.tpl.php
- views-view.tpl.php
- views-view-unformatted--foobar--page.tpl.php
- views-view-unformatted--page.tpl.php
- views-view-unformatted--foobar.tpl.php
- views-view-unformatted.tpl.php
- views-view-fields--foobar--page.tpl.php
- views-view-fields--page.tpl.php
- views-view-fields--foobar.tpl.php
- views-view-fields.tpl.php
Important! When adding a new template to your theme, be sure to flush the theme registry cache!
See also
Globals
Name![]() |
Location | Description |
---|---|---|
$tmp_featured_row |
profiles/ |
@file Default simple view template to all the fields as a row. |
Files
Name![]() |
Location | Description |
---|---|---|
views-view.tpl.php |
sites/ |
Main view template. |
views-view-unformatted.tpl.php |
sites/ |
Default simple view template to display a list of rows. |
views-view-unformatted--nodequeue-6--block.tpl.php |
profiles/ |
Default simple view template to display a list of rows. |
views-view-unformatted--cis-faculty--page.tpl.php |
profiles/ |
Default simple view template to display a list of rows. |
views-view-table.tpl.php |
sites/ |
Template to display a view as a table. |
views-view-summary.tpl.php |
sites/ |
Default simple view template to display a list of summary lines. |
views-view-summary-unformatted.tpl.php |
sites/ |
Default simple view template to display a group of summary lines. |
views-view-rss.tpl.php |
sites/ |
Default template for feed displays that use the RSS style. |
views-view-row-rss.tpl.php |
sites/ |
Default view template to display a item in an RSS feed. |
views-view-row-comment.tpl.php |
sites/ |
Default simple view template to display a single comment. |
views-view-list.tpl.php |
sites/ |
Default simple view template to display a list of rows. |
views-view-list--nodequeue-7--block.tpl.php |
profiles/ |
Default simple view template to display a list of rows. |
views-view-list--nodequeue-5--block.tpl.php |
profiles/ |
Default simple view template to display a list of rows. |
views-view-grid.tpl.php |
sites/ |
Default simple view template to display a rows in a grid. |
views-view-fields.tpl.php |
sites/ |
Default simple view template to all the fields as a row. |
views-view-fields--nodequeue-7--block.tpl.php |
profiles/ |
Default simple view template to all the fields as a row. |
views-view-fields--nodequeue-6--block.tpl.php |
profiles/ |
Default simple view template to all the fields as a row. |
views-view-fields--nodequeue-5--block.tpl.php |
profiles/ |
Default simple view template to all the fields as a row. |
views-view-fields--nodequeue-3--block.tpl.php |
profiles/ |
Default simple view template to all the fields as a row. |
views-view-fields--nodequeue-1--block.tpl.php |
profiles/ |
Default simple view template to all the fields as a row. |
views-view-fields--courses-overview--page-1.tpl.php |
profiles/ |
Default simple view template to all the fields as a row. |
views-view-fields--courses-overview--block-4.tpl.php |
profiles/ |
Default simple view template to all the fields as a row. |
views-view-fields--courses-overview--block-3.tpl.php |
profiles/ |
Default simple view template to all the fields as a row. |
views-view-fields--courses-overview--block-1.tpl.php |
profiles/ |
Default simple view template to all the fields as a row. |
views-view-fields--cis-marketing-programs--page.tpl.php |
profiles/ |
Default simple view template to all the fields as a row. |
views-view-fields--cis-faculty--page.tpl.php |
profiles/ |
Default simple view template to all the fields as a row. |
views-view--themegeeks-rotator.tpl.php |
sites/ |
views-view.tpl.php Main view template |
views-view--nodequeue-7--block.tpl.php |
profiles/ |
Main view template. |
views-view--nodequeue-5--block.tpl.php |
profiles/ |
Main view template. |
views-view--frontpage.tpl.php |
sites/ |
Main view template. |
views-view--courses-overview--page-1.tpl.php |
profiles/ |
Main view template. |
views-view--cis-marketing-programs--page.tpl.php |
profiles/ |
Main view template. |
views-view--cis-faculty--page.tpl.php |
profiles/ |
Main view template. |
views-more.tpl.php |
sites/ |
Theme the more link. |
views-fluid-grid-plugin-style.tpl.php |
sites/ |
Default view template to display a list of items in a fluid grid. |
views-fluid-grid-plugin-style--courses-overview--page-1.tpl.php |
profiles/ |
Default view template to display a list of items in a fluid grid. |
views-field-calc-table.tpl.php |
sites/ |
views-view-table.tpl.php Template to display a view as a table. |
views-field-calc-table.tpl.php |
profiles/ |
views-view-table.tpl.php Template to display a view as a table. |
views-exposed-form.tpl.php |
sites/ |
This template handles the layout of the views exposed filter form. |
views-data-export-xml-header.tpl.php |
sites/ |
views-view-table.tpl.php Template to display a view as a table. |
views-data-export-xml-body.tpl.php |
sites/ |
views-view-table.tpl.php Template to display a view as a table. |
views-data-export-txt-body.tpl.php |
sites/ |
views-view-table.tpl.php Template to display a view as a table. |
media-views-view-media-browser.tpl.php |
sites/ |
media-views-view-media-browser.tpl.php View template to display a grid of media previews in the media browser. |
eva-display-entity-view.tpl.php |
sites/ |
eva-display-entity-view.tpl.php Entity content view template |
File
- sites/
all/ modules/ ulmus/ views/ theme/ theme.inc, line 1110 - Preprocessors and helper functions to make theming easier.