View source
<?php
$view = new view();
$view->name = 'admin_content_comment';
$view->description = 'List and edit site comments and the comment moderation queue.';
$view->tag = 'admin';
$view->view_php = '';
$view->base_table = 'comments';
$view->is_cacheable = FALSE;
$view->api_version = 2;
$view->disabled = FALSE;
$handler = $view
->new_display('default', 'Defaults', 'default');
$handler
->override_option('relationships', array(
'nid' => array(
'label' => 'Node',
'required' => 0,
'id' => 'nid',
'table' => 'comments',
'field' => 'nid',
'relationship' => 'none',
),
));
$handler
->override_option('fields', array(
'subject' => array(
'label' => 'Title',
'alter' => array(
'alter_text' => 0,
'text' => '',
'make_link' => 0,
'path' => '',
'link_class' => '',
'alt' => '',
'prefix' => '',
'suffix' => '',
'help' => '',
'trim' => 0,
'max_length' => '',
'word_boundary' => 1,
'ellipsis' => 1,
'strip_tags' => 0,
'html' => 0,
),
'link_to_comment' => 1,
'exclude' => 0,
'id' => 'subject',
'table' => 'comments',
'field' => 'subject',
'relationship' => 'none',
),
'name' => array(
'label' => 'Author',
'alter' => array(
'alter_text' => 0,
'text' => '',
'make_link' => 0,
'path' => '',
'link_class' => '',
'alt' => '',
'prefix' => '',
'suffix' => '',
'help' => '',
'trim' => 0,
'max_length' => '',
'word_boundary' => 1,
'ellipsis' => 1,
'strip_tags' => 0,
'html' => 0,
),
'link_to_user' => 1,
'exclude' => 0,
'id' => 'name',
'table' => 'comments',
'field' => 'name',
'relationship' => 'none',
),
'title' => array(
'label' => 'Posted in',
'alter' => array(
'alter_text' => 0,
'text' => '',
'make_link' => 0,
'path' => '',
'link_class' => '',
'alt' => '',
'prefix' => '',
'suffix' => '',
'target' => '',
'help' => '',
'trim' => 1,
'max_length' => '16',
'word_boundary' => 1,
'ellipsis' => 1,
'strip_tags' => 0,
'html' => 0,
),
'empty' => '',
'hide_empty' => 0,
'empty_zero' => 0,
'link_to_node' => 1,
'exclude' => 0,
'id' => 'title',
'table' => 'node',
'field' => 'title',
'relationship' => 'nid',
),
'timestamp' => array(
'label' => 'Posted',
'alter' => array(
'alter_text' => 0,
'text' => '',
'make_link' => 0,
'path' => '',
'link_class' => '',
'alt' => '',
'prefix' => '',
'suffix' => '',
'help' => '',
'trim' => 0,
'max_length' => '',
'word_boundary' => 1,
'ellipsis' => 1,
'strip_tags' => 0,
'html' => 0,
),
'date_format' => 'time ago',
'custom_date_format' => '',
'exclude' => 0,
'id' => 'timestamp',
'table' => 'comments',
'field' => 'timestamp',
'relationship' => 'none',
),
'edit_comment' => array(
'label' => '',
'alter' => array(
'alter_text' => 0,
'text' => '',
'make_link' => 0,
'path' => '',
'link_class' => '',
'alt' => '',
'prefix' => '',
'suffix' => '',
'target' => '',
'help' => '',
'trim' => 0,
'max_length' => '',
'word_boundary' => 1,
'ellipsis' => 1,
'strip_tags' => 0,
'html' => 0,
),
'empty' => '',
'hide_empty' => 0,
'empty_zero' => 0,
'text' => '',
'exclude' => 0,
'id' => 'edit_comment',
'table' => 'comments',
'field' => 'edit_comment',
'relationship' => 'none',
'override' => array(
'button' => 'Override',
),
),
'delete_comment' => array(
'label' => '',
'alter' => array(
'alter_text' => 0,
'text' => '',
'make_link' => 0,
'path' => '',
'link_class' => '',
'alt' => '',
'prefix' => '',
'suffix' => '',
'target' => '',
'help' => '',
'trim' => 0,
'max_length' => '',
'word_boundary' => 1,
'ellipsis' => 1,
'strip_tags' => 0,
'html' => 0,
),
'empty' => '',
'hide_empty' => 0,
'empty_zero' => 0,
'text' => '',
'exclude' => 0,
'id' => 'delete_comment',
'table' => 'comments',
'field' => 'delete_comment',
'override' => array(
'button' => 'Override',
),
'relationship' => 'none',
),
));
$handler
->override_option('sorts', array(
'timestamp' => array(
'order' => 'DESC',
'granularity' => 'second',
'id' => 'timestamp',
'table' => 'comments',
'field' => 'timestamp',
'relationship' => 'none',
),
));
$handler
->override_option('filters', array(
'subject' => array(
'operator' => 'contains',
'value' => '',
'group' => '0',
'exposed' => TRUE,
'expose' => array(
'use_operator' => 0,
'operator' => 'subject_op',
'identifier' => 'subject',
'label' => 'Title',
'optional' => 1,
'remember' => 0,
),
'case' => 0,
'id' => 'subject',
'table' => 'comments',
'field' => 'subject',
'override' => array(
'button' => 'Override',
),
'relationship' => 'none',
),
'name' => array(
'operator' => 'contains',
'value' => '',
'group' => '0',
'exposed' => TRUE,
'expose' => array(
'use_operator' => 0,
'operator' => 'name_op',
'identifier' => 'name',
'label' => 'Author',
'optional' => 1,
'remember' => 0,
),
'case' => 0,
'id' => 'name',
'table' => 'comments',
'field' => 'name',
'relationship' => 'none',
),
'title' => array(
'operator' => 'contains',
'value' => '',
'group' => '0',
'exposed' => TRUE,
'expose' => array(
'use_operator' => 0,
'operator' => 'title_op',
'identifier' => 'title',
'label' => 'Posted in',
'optional' => 1,
'remember' => 0,
),
'case' => 0,
'id' => 'title',
'table' => 'node',
'field' => 'title',
'relationship' => 'nid',
'override' => array(
'button' => 'Override',
),
),
'status' => array(
'operator' => '=',
'value' => 'All',
'group' => '0',
'exposed' => TRUE,
'expose' => array(
'operator' => '',
'identifier' => 'status',
'label' => 'Published',
'optional' => 1,
'remember' => 1,
),
'id' => 'status',
'table' => 'comments',
'field' => 'status',
'relationship' => 'none',
'override' => array(
'button' => 'Override',
),
),
));
$handler
->override_option('access', array(
'type' => 'perm',
'perm' => 'administer comments',
));
$handler
->override_option('cache', array(
'type' => 'none',
));
$handler
->override_option('title', 'Comments');
$handler
->override_option('use_ajax', TRUE);
$handler
->override_option('items_per_page', 50);
$handler
->override_option('use_pager', '1');
$handler
->override_option('style_plugin', 'bulk');
$handler
->override_option('style_options', array(
'grouping' => '',
'override' => 1,
'sticky' => 1,
'order' => 'desc',
'columns' => array(
'subject' => 'subject',
'name' => 'name',
'title' => 'title',
'timestamp' => 'timestamp',
'edit_comment' => 'edit_comment',
'delete_comment' => 'delete_comment',
),
'info' => array(
'subject' => array(
'sortable' => 1,
'separator' => '',
),
'name' => array(
'sortable' => 1,
'separator' => '',
),
'title' => array(
'sortable' => 1,
'separator' => '',
),
'timestamp' => array(
'sortable' => 1,
'separator' => '',
),
'edit_comment' => array(
'separator' => '',
),
'delete_comment' => array(
'separator' => '',
),
),
'default' => 'timestamp',
'execution_type' => '2',
'display_type' => '0',
'hide_select_all' => 0,
'skip_confirmation' => 0,
'display_result' => 1,
'merge_single_action' => 0,
'operations' => array(
'comment_unpublish_by_keyword_action' => array(
'selected' => TRUE,
'label' => NULL,
'settings' => NULL,
'skip_confirmation' => 0,
),
'comment_unpublish_action' => array(
'selected' => TRUE,
'label' => NULL,
'settings' => NULL,
'skip_confirmation' => 0,
),
'system_send_email_action' => array(
'selected' => TRUE,
'label' => NULL,
'settings' => NULL,
'skip_confirmation' => 0,
),
'views_bulk_operations_delete_comment_action' => array(
'selected' => TRUE,
'label' => NULL,
'settings' => NULL,
'skip_confirmation' => 0,
),
),
));
$handler = $view
->new_display('system', 'System', 'system_1');
$handler
->override_option('path', 'admin/content/comment');