$view = new view; $view->name = 'global_tracker'; $view->description = ''; $view->tag = ''; $view->base_table = 'node'; $view->human_name = 'Global tracker'; $view->core = 6; $view->api_version = '3.0-alpha1'; $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */ /* Display: Defaults */ $handler = $view->new_display('default', 'Defaults', 'default'); $handler->display->display_options['use_ajax'] = TRUE; $handler->display->display_options['access']['type'] = 'none'; $handler->display->display_options['cache']['type'] = 'none'; $handler->display->display_options['query']['type'] = 'views_query'; $handler->display->display_options['exposed_form']['type'] = 'basic'; $handler->display->display_options['pager']['type'] = 'full'; $handler->display->display_options['style_plugin'] = 'table'; $handler->display->display_options['style_options']['columns'] = array( 'type' => 'type', 'title' => 'title', 'comment_count' => 'comment_count', 'last_updated' => 'last_updated', ); $handler->display->display_options['style_options']['default'] = '-1'; $handler->display->display_options['style_options']['info'] = array( 'type' => array( 'sortable' => 0, 'default_sort_order' => 'asc', 'align' => '', 'separator' => '', ), 'title' => array( 'sortable' => 0, 'default_sort_order' => 'asc', 'align' => '', 'separator' => '', ), 'comment_count' => array( 'sortable' => 0, 'default_sort_order' => 'asc', 'align' => '', 'separator' => '', ), 'last_updated' => array( 'sortable' => 0, 'default_sort_order' => 'asc', 'align' => '', 'separator' => '', ), ); $handler->display->display_options['style_options']['override'] = 1; $handler->display->display_options['style_options']['sticky'] = 0; $handler->display->display_options['style_options']['empty_table'] = 0; /* Field: Node: Type */ $handler->display->display_options['fields']['type']['id'] = 'type'; $handler->display->display_options['fields']['type']['table'] = 'node'; $handler->display->display_options['fields']['type']['field'] = 'type'; $handler->display->display_options['fields']['type']['alter']['alter_text'] = 0; $handler->display->display_options['fields']['type']['alter']['make_link'] = 0; $handler->display->display_options['fields']['type']['alter']['absolute'] = 0; $handler->display->display_options['fields']['type']['alter']['external'] = 0; $handler->display->display_options['fields']['type']['alter']['replace_spaces'] = 0; $handler->display->display_options['fields']['type']['alter']['trim'] = 0; $handler->display->display_options['fields']['type']['alter']['nl2br'] = 0; $handler->display->display_options['fields']['type']['alter']['word_boundary'] = 1; $handler->display->display_options['fields']['type']['alter']['ellipsis'] = 1; $handler->display->display_options['fields']['type']['alter']['strip_tags'] = 0; $handler->display->display_options['fields']['type']['alter']['html'] = 0; $handler->display->display_options['fields']['type']['element_label_colon'] = 1; $handler->display->display_options['fields']['type']['element_default_classes'] = 1; $handler->display->display_options['fields']['type']['hide_empty'] = 0; $handler->display->display_options['fields']['type']['empty_zero'] = 0; $handler->display->display_options['fields']['type']['link_to_node'] = 0; $handler->display->display_options['fields']['type']['machine_name'] = 0; /* Field: Node: Title */ $handler->display->display_options['fields']['title']['id'] = 'title'; $handler->display->display_options['fields']['title']['table'] = 'node'; $handler->display->display_options['fields']['title']['field'] = 'title'; $handler->display->display_options['fields']['title']['alter']['alter_text'] = 0; $handler->display->display_options['fields']['title']['alter']['make_link'] = 0; $handler->display->display_options['fields']['title']['alter']['absolute'] = 0; $handler->display->display_options['fields']['title']['alter']['external'] = 0; $handler->display->display_options['fields']['title']['alter']['replace_spaces'] = 0; $handler->display->display_options['fields']['title']['alter']['trim'] = 0; $handler->display->display_options['fields']['title']['alter']['nl2br'] = 0; $handler->display->display_options['fields']['title']['alter']['word_boundary'] = 1; $handler->display->display_options['fields']['title']['alter']['ellipsis'] = 1; $handler->display->display_options['fields']['title']['alter']['strip_tags'] = 0; $handler->display->display_options['fields']['title']['alter']['html'] = 0; $handler->display->display_options['fields']['title']['element_label_colon'] = 1; $handler->display->display_options['fields']['title']['element_default_classes'] = 1; $handler->display->display_options['fields']['title']['hide_empty'] = 0; $handler->display->display_options['fields']['title']['empty_zero'] = 0; $handler->display->display_options['fields']['title']['link_to_node'] = 1; /* Field: Node: Comment count */ $handler->display->display_options['fields']['comment_count']['id'] = 'comment_count'; $handler->display->display_options['fields']['comment_count']['table'] = 'node_comment_statistics'; $handler->display->display_options['fields']['comment_count']['field'] = 'comment_count'; $handler->display->display_options['fields']['comment_count']['alter']['alter_text'] = 0; $handler->display->display_options['fields']['comment_count']['alter']['make_link'] = 0; $handler->display->display_options['fields']['comment_count']['alter']['absolute'] = 0; $handler->display->display_options['fields']['comment_count']['alter']['external'] = 0; $handler->display->display_options['fields']['comment_count']['alter']['replace_spaces'] = 0; $handler->display->display_options['fields']['comment_count']['alter']['trim'] = 0; $handler->display->display_options['fields']['comment_count']['alter']['nl2br'] = 0; $handler->display->display_options['fields']['comment_count']['alter']['word_boundary'] = 1; $handler->display->display_options['fields']['comment_count']['alter']['ellipsis'] = 1; $handler->display->display_options['fields']['comment_count']['alter']['strip_tags'] = 0; $handler->display->display_options['fields']['comment_count']['alter']['html'] = 0; $handler->display->display_options['fields']['comment_count']['element_label_colon'] = 1; $handler->display->display_options['fields']['comment_count']['element_default_classes'] = 1; $handler->display->display_options['fields']['comment_count']['hide_empty'] = 1; $handler->display->display_options['fields']['comment_count']['empty_zero'] = 1; $handler->display->display_options['fields']['comment_count']['format_plural'] = 0; /* Field: Node: Updated/commented date */ $handler->display->display_options['fields']['last_updated']['id'] = 'last_updated'; $handler->display->display_options['fields']['last_updated']['table'] = 'node_comment_statistics'; $handler->display->display_options['fields']['last_updated']['field'] = 'last_updated'; $handler->display->display_options['fields']['last_updated']['alter']['alter_text'] = 0; $handler->display->display_options['fields']['last_updated']['alter']['make_link'] = 0; $handler->display->display_options['fields']['last_updated']['alter']['absolute'] = 0; $handler->display->display_options['fields']['last_updated']['alter']['external'] = 0; $handler->display->display_options['fields']['last_updated']['alter']['replace_spaces'] = 0; $handler->display->display_options['fields']['last_updated']['alter']['trim'] = 0; $handler->display->display_options['fields']['last_updated']['alter']['nl2br'] = 0; $handler->display->display_options['fields']['last_updated']['alter']['word_boundary'] = 1; $handler->display->display_options['fields']['last_updated']['alter']['ellipsis'] = 1; $handler->display->display_options['fields']['last_updated']['alter']['strip_tags'] = 0; $handler->display->display_options['fields']['last_updated']['alter']['html'] = 0; $handler->display->display_options['fields']['last_updated']['element_label_colon'] = 1; $handler->display->display_options['fields']['last_updated']['element_default_classes'] = 1; $handler->display->display_options['fields']['last_updated']['hide_empty'] = 0; $handler->display->display_options['fields']['last_updated']['empty_zero'] = 0; /* Field: User: Name */ $handler->display->display_options['fields']['name']['id'] = 'name'; $handler->display->display_options['fields']['name']['table'] = 'users'; $handler->display->display_options['fields']['name']['field'] = 'name'; $handler->display->display_options['fields']['name']['alter']['alter_text'] = 0; $handler->display->display_options['fields']['name']['alter']['make_link'] = 0; $handler->display->display_options['fields']['name']['alter']['absolute'] = 0; $handler->display->display_options['fields']['name']['alter']['external'] = 0; $handler->display->display_options['fields']['name']['alter']['replace_spaces'] = 0; $handler->display->display_options['fields']['name']['alter']['trim'] = 0; $handler->display->display_options['fields']['name']['alter']['nl2br'] = 0; $handler->display->display_options['fields']['name']['alter']['word_boundary'] = 1; $handler->display->display_options['fields']['name']['alter']['ellipsis'] = 1; $handler->display->display_options['fields']['name']['alter']['strip_tags'] = 0; $handler->display->display_options['fields']['name']['alter']['html'] = 0; $handler->display->display_options['fields']['name']['element_label_colon'] = 1; $handler->display->display_options['fields']['name']['element_default_classes'] = 1; $handler->display->display_options['fields']['name']['hide_empty'] = 0; $handler->display->display_options['fields']['name']['empty_zero'] = 0; $handler->display->display_options['fields']['name']['link_to_user'] = 1; $handler->display->display_options['fields']['name']['overwrite_anonymous'] = 0; /* Filter: Node: Published */ $handler->display->display_options['filters']['status']['id'] = 'status'; $handler->display->display_options['filters']['status']['table'] = 'node'; $handler->display->display_options['filters']['status']['field'] = 'status'; $handler->display->display_options['filters']['status']['value'] = '1'; /* Filter: Node: Type */ $handler->display->display_options['filters']['type']['id'] = 'type'; $handler->display->display_options['filters']['type']['table'] = 'node'; $handler->display->display_options['filters']['type']['field'] = 'type'; $handler->display->display_options['filters']['type']['exposed'] = TRUE; $handler->display->display_options['filters']['type']['expose']['operator'] = 'type_op'; $handler->display->display_options['filters']['type']['expose']['limit_operators'] = array(); $handler->display->display_options['filters']['type']['expose']['label'] = 'Node: Type'; $handler->display->display_options['filters']['type']['expose']['identifier'] = 'type'; $handler->display->display_options['filters']['type']['expose']['remember'] = 1; $handler->display->display_options['filters']['type']['expose']['single'] = 0; $handler->display->display_options['filters']['type']['expose']['reduce'] = 0; /* Display: Block */ $handler = $view->new_display('block', 'Block', 'block_global_tracker'); $handler->display->display_options['defaults']['filters'] = FALSE; /* Filter: Node: Published */ $handler->display->display_options['filters']['status']['id'] = 'status'; $handler->display->display_options['filters']['status']['table'] = 'node'; $handler->display->display_options['filters']['status']['field'] = 'status'; $handler->display->display_options['filters']['status']['value'] = '1'; /* Filter: Node: Type */ $handler->display->display_options['filters']['type']['id'] = 'type'; $handler->display->display_options['filters']['type']['table'] = 'node'; $handler->display->display_options['filters']['type']['field'] = 'type'; $handler->display->display_options['filters']['type']['exposed'] = TRUE; $handler->display->display_options['filters']['type']['expose']['operator'] = 'type_op'; $handler->display->display_options['filters']['type']['expose']['limit_operators'] = array(); $handler->display->display_options['filters']['type']['expose']['label'] = 'Node: Type'; $handler->display->display_options['filters']['type']['expose']['identifier'] = 'type'; $handler->display->display_options['filters']['type']['expose']['remember'] = 1; $handler->display->display_options['filters']['type']['expose']['single'] = 0; $handler->display->display_options['filters']['type']['expose']['reduce'] = 0; $translatables['global_tracker'] = array( t('Defaults'), t('more'), t('Apply'), t('Reset'), t('Sort by'), t('Asc'), t('Desc'), t('Items per page'), t('- All -'), t('Offset'), t('Type'), t('Title'), t('Comment count'), t('.'), t(','), t('Updated/commented date'), t('Name'), t('Node: Type'), t('Block'), );