2 // $Id: og.og_members_faces.view,v 1.2 2008/10/29 20:00:02 dww Exp $
5 $view->name = 'og_members_faces';
6 $view->description = 'Member listing in grid with user pictures';
9 $view->base_table = 'users';
10 $view->is_cacheable = '0';
11 $view->api_version = 2;
12 $view->disabled = FALSE; // Edit this to true to make a default view disabled initially
13 $view->display = array();
14 $display = new views_display;
15 $display->id = 'default';
16 $display->display_title = 'Defaults';
17 $display->display_plugin = 'default';
18 $display->position = '1';
19 $display->display_options = array(
20 'style_plugin' => 'grid',
21 'style_options' => array(
23 'alignment' => 'horizontal',
25 'row_plugin' => 'fields',
26 'row_options' => array(
29 'is_manager' => 'is_manager',
30 'is_admin' => 'is_admin',
34 'relationships' => array(),
41 'relationship' => 'none',
49 'relationship' => 'none',
54 'field' => 'is_admin',
56 'relationship' => 'none',
63 'field' => 'is_admin',
65 'relationship' => 'none',
72 'relationship' => 'none',
80 'default_action' => 'not found',
81 'style_plugin' => 'default_summary',
82 'style_options' => array(
85 'items_per_page' => 25,
88 'wildcard_substitution' => 'All',
89 'title' => 'Members of %1',
90 'default_argument_type' => 'fixed',
91 'default_argument' => '',
92 'validate_type' => 'og_group_types',
93 'validate_fail' => 'not found',
96 'relationship' => 'none',
97 'default_argument_user' => 0,
98 'default_argument_fixed' => '',
99 'default_argument_php' => '',
100 'validate_argument_node_type' => array(
109 'validate_argument_node_access' => 0,
110 'validate_argument_nid_type' => 'nid',
111 'validate_argument_vocabulary' => array(
117 'validate_argument_type' => 'tid',
118 'validate_argument_php' => '',
119 'require_value' => 0,
120 'reduce_duplicates' => 0,
121 'validate_argument_is_member' => 1,
138 'relationship' => 'none',
139 'expose_button' => array(
140 'button' => 'Expose',
143 'is_active' => array(
146 'field' => 'is_active',
155 'relationship' => 'none',
156 'expose_button' => array(
157 'button' => 'Expose',
161 'items_per_page' => 25,
163 'pager_element' => 0,
166 'empty_format' => '1',
169 'title' => 'Group faces',
171 $view->display['default'] = $display;