Created
July 11, 2014 18:14
-
-
Save andyg5000/c80447facb3655c1351e to your computer and use it in GitHub Desktop.
Marketing message view
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $view = new view(); | |
| $view->name = 'people_message'; | |
| $view->description = ''; | |
| $view->tag = 'default'; | |
| $view->base_table = 'users'; | |
| $view->human_name = 'People Message'; | |
| $view->core = 7; | |
| $view->api_version = '3.0'; | |
| $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */ | |
| /* Display: Master */ | |
| $handler = $view->new_display('default', 'Master', 'default'); | |
| $handler->display->display_options['title'] = 'People Message'; | |
| $handler->display->display_options['use_more_always'] = FALSE; | |
| $handler->display->display_options['access']['type'] = 'perm'; | |
| $handler->display->display_options['access']['perm'] = 'administer users'; | |
| $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['pager']['options']['items_per_page'] = '50'; | |
| $handler->display->display_options['style_plugin'] = 'table'; | |
| /* 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']['word_boundary'] = FALSE; | |
| $handler->display->display_options['fields']['name']['alter']['ellipsis'] = FALSE; | |
| /* Field: Bulk operations: User */ | |
| $handler->display->display_options['fields']['views_bulk_operations']['id'] = 'views_bulk_operations'; | |
| $handler->display->display_options['fields']['views_bulk_operations']['table'] = 'users'; | |
| $handler->display->display_options['fields']['views_bulk_operations']['field'] = 'views_bulk_operations'; | |
| $handler->display->display_options['fields']['views_bulk_operations']['vbo_settings']['display_type'] = '0'; | |
| $handler->display->display_options['fields']['views_bulk_operations']['vbo_settings']['enable_select_all_pages'] = 1; | |
| $handler->display->display_options['fields']['views_bulk_operations']['vbo_settings']['force_single'] = 0; | |
| $handler->display->display_options['fields']['views_bulk_operations']['vbo_settings']['entity_load_capacity'] = '10'; | |
| $handler->display->display_options['fields']['views_bulk_operations']['vbo_operations'] = array( | |
| 'action::user_block_user_action' => array( | |
| 'selected' => 0, | |
| 'postpone_processing' => 0, | |
| 'skip_confirmation' => 0, | |
| 'override_label' => 0, | |
| 'label' => '', | |
| ), | |
| 'action::views_bulk_operations_user_cancel_action' => array( | |
| 'selected' => 0, | |
| 'postpone_processing' => 0, | |
| 'skip_confirmation' => 0, | |
| 'override_label' => 0, | |
| 'label' => '', | |
| ), | |
| 'rules_component::rules_create_and_send_marketing_message_to_user' => array( | |
| 'selected' => 1, | |
| 'postpone_processing' => 0, | |
| 'skip_confirmation' => 0, | |
| 'override_label' => 0, | |
| 'label' => '', | |
| ), | |
| 'action::views_bulk_operations_delete_item' => array( | |
| 'selected' => 0, | |
| 'postpone_processing' => 0, | |
| 'skip_confirmation' => 0, | |
| 'override_label' => 0, | |
| 'label' => '', | |
| ), | |
| 'action::views_bulk_operations_delete_revision' => array( | |
| 'selected' => 0, | |
| 'postpone_processing' => 0, | |
| 'skip_confirmation' => 0, | |
| 'override_label' => 0, | |
| 'label' => '', | |
| ), | |
| 'action::views_bulk_operations_script_action' => array( | |
| 'selected' => 0, | |
| 'postpone_processing' => 0, | |
| 'skip_confirmation' => 0, | |
| 'override_label' => 0, | |
| 'label' => '', | |
| ), | |
| 'action::flag_user_action' => array( | |
| 'selected' => 0, | |
| 'postpone_processing' => 0, | |
| 'skip_confirmation' => 0, | |
| 'override_label' => 0, | |
| 'label' => '', | |
| ), | |
| 'action::views_bulk_operations_modify_action' => array( | |
| 'selected' => 0, | |
| 'postpone_processing' => 0, | |
| 'skip_confirmation' => 0, | |
| 'override_label' => 0, | |
| 'label' => '', | |
| 'settings' => array( | |
| 'show_all_tokens' => 1, | |
| 'display_values' => array( | |
| '_all_' => '_all_', | |
| ), | |
| ), | |
| ), | |
| 'action::views_bulk_operations_user_roles_action' => array( | |
| 'selected' => 0, | |
| 'postpone_processing' => 0, | |
| 'skip_confirmation' => 0, | |
| 'override_label' => 0, | |
| 'label' => '', | |
| ), | |
| 'action::views_bulk_operations_argument_selector_action' => array( | |
| 'selected' => 0, | |
| 'skip_confirmation' => 0, | |
| 'override_label' => 0, | |
| 'label' => '', | |
| 'settings' => array( | |
| 'url' => '', | |
| ), | |
| ), | |
| 'action::system_send_email_action' => array( | |
| 'selected' => 0, | |
| 'postpone_processing' => 0, | |
| 'skip_confirmation' => 0, | |
| 'override_label' => 0, | |
| 'label' => '', | |
| ), | |
| 'action::panelizer_set_status_action' => array( | |
| 'selected' => 0, | |
| 'postpone_processing' => 0, | |
| 'skip_confirmation' => 0, | |
| 'override_label' => 0, | |
| 'label' => '', | |
| ), | |
| 'action::realname_action_realname_update' => array( | |
| 'selected' => 0, | |
| 'postpone_processing' => 0, | |
| 'skip_confirmation' => 0, | |
| 'override_label' => 0, | |
| 'label' => '', | |
| ), | |
| 'action::pathauto_user_update_action' => array( | |
| 'selected' => 0, | |
| 'postpone_processing' => 0, | |
| 'skip_confirmation' => 0, | |
| 'override_label' => 0, | |
| 'label' => '', | |
| ), | |
| ); | |
| /* Sort criterion: User: Created date */ | |
| $handler->display->display_options['sorts']['created']['id'] = 'created'; | |
| $handler->display->display_options['sorts']['created']['table'] = 'users'; | |
| $handler->display->display_options['sorts']['created']['field'] = 'created'; | |
| $handler->display->display_options['sorts']['created']['order'] = 'DESC'; | |
| /* Filter criterion: User: Active */ | |
| $handler->display->display_options['filters']['status']['id'] = 'status'; | |
| $handler->display->display_options['filters']['status']['table'] = 'users'; | |
| $handler->display->display_options['filters']['status']['field'] = 'status'; | |
| $handler->display->display_options['filters']['status']['value'] = '1'; | |
| $handler->display->display_options['filters']['status']['group'] = 1; | |
| $handler->display->display_options['filters']['status']['expose']['operator'] = FALSE; | |
| /* Display: Message */ | |
| $handler = $view->new_display('page', 'Message', 'page'); | |
| $handler->display->display_options['path'] = 'admin/people/message'; | |
| $translatables['people_message'] = array( | |
| t('Master'), | |
| t('People Message'), | |
| t('more'), | |
| t('Apply'), | |
| t('Reset'), | |
| t('Sort by'), | |
| t('Asc'), | |
| t('Desc'), | |
| t('Items per page'), | |
| t('- All -'), | |
| t('Offset'), | |
| t('« first'), | |
| t('‹ previous'), | |
| t('next ›'), | |
| t('last »'), | |
| t('Name'), | |
| t('User'), | |
| t('- Choose an operation -'), | |
| t('Message'), | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment