Full ELMS Learning Network documentation
views-view-row-comment.tpl.php
×
Error message
User warning: The following module is missing from the file system: theme/theme. For information about how to fix this, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (line 1156 of /var/www/html/elmsln_community/api.elmsln.org/includes/bootstrap.inc).- cis7 sites/all/modules/ulmus/views/theme/views-view-row-comment.tpl.php
- cle7 sites/all/modules/ulmus/views/theme/views-view-row-comment.tpl.php
- ecd7 sites/all/modules/ulmus/views/theme/views-view-row-comment.tpl.php
- elmsmedia7 sites/all/modules/ulmus/views/theme/views-view-row-comment.tpl.php
- harmony7 sites/all/modules/ulmus/views/theme/views-view-row-comment.tpl.php
- icor7 sites/all/modules/ulmus/views/theme/views-view-row-comment.tpl.php
- meedjum_blog7 sites/all/modules/ulmus/views/theme/views-view-row-comment.tpl.php
- mooc7 sites/all/modules/ulmus/views/theme/views-view-row-comment.tpl.php
Default simple view template to display a single comment.
Rather than doing anything with this particular template, it is more efficient to use a variant of the comment.tpl.php based upon the view, which will be named comment-view-VIEWNAME.tpl.php. This isn't actually a views template, which is why it's not used here, but is a template 'suggestion' given to the comment template, and is used exactly the same as any other variant of the comment template file, such as node-nodeTYPE.tpl.php
1 string reference to the theme hook from views-view-row-comment.tpl.php
Note: this list is generated by looking for the string for this theme hook, so it may include some references that are not actually using this theme hook.
- comment_views_plugins in sites/
all/ modules/ ulmus/ views/ modules/ comment.views.inc - Implements hook_views_plugins().
File
sites/all/modules/ulmus/views/theme/views-view-row-comment.tpl.phpView source
- <?php
-
- /**
- * @file
- * Default simple view template to display a single comment.
- *
- * Rather than doing anything with this particular template, it is more
- * efficient to use a variant of the comment.tpl.php based upon the view,
- * which will be named comment-view-VIEWNAME.tpl.php. This isn't actually
- * a views template, which is why it's not used here, but is a template
- * 'suggestion' given to the comment template, and is used exactly
- * the same as any other variant of the comment template file, such as
- * node-nodeTYPE.tpl.php
- *
- * @ingroup views_templates
- */
- ?>
- <?php print $comment; ?>
-