views.help.ini
5.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
[advanced help settings]
line break = TRUE
[about]
title = "What is Views?"
weight = -50
[getting-started]
title = "Getting started"
weight = -40
[new]
title = "What's new in Views 3"
weight = -30
[example-users-by-role]
title = "Create a page to list users by role"
parent = getting-started
weight = -20
[example-recent-stories]
title = "Create a block of recent stories"
parent = getting-started
weight = 0
[example-user-feed]
title = "Create an RSS feed of user posts"
parent = getting-started
weight = 30
[example-author-block]
title = "Create a block of author's recent blog posts"
parent = getting-started
weight = 40
[view-add]
title = "Add a View"
weight = -10
[view-settings]
title = "View settings"
weight = 0
[basic-settings]
title = "Basic settings"
weight = 10
[advanced-settings]
title= "Advanced settings"
weight = 20
[display]
title = "Displays"
weight = -10
[display-default]
title = "Default display"
parent = display
weight = -20
[display-page]
title = "Page display"
parent = display
weight = -15
[display-block]
title = "Block display"
parent = display
weight = -10
[display-attachment]
title = "Attachment display"
parent = display
[display-feed]
title = "Feed display"
parent = display
[style-settings]
title = "Style settings"
weight = 30
[style]
title = "Output styles (View styles)"
parent = style-settings
weight = -20
[style-grid]
title = "Grid (output style)"
parent = style
weight = 0
[style-list]
title = "HTML List (output style)"
parent = style
weight = 10
[style-table]
title = "Table (output style)"
parent = style
weight = 20
[style-unformatted]
title = "Unformatted (output style)"
parent = style
weight = 30
[style-rss]
title = "RSS output style"
parent = style
weight = 50
[style-grouping]
title = "Grouping in styles"
parent = style
weight = -7
[style-row]
title = "Row styles"
weight = -10
parent = style-settings
[style-jump]
title = "Jump menu output style"
parent = style
weight = -4
[style-fields]
title = "Fields"
parent = style-row
weight = -10
[style-node]
title = "Node"
parent = style-row
weight = 0
[style-node-rss]
title = "Node RSS item row style"
parent = style-row
weight = 10
[style-comment-rss]
title = "Comment RSS item row style"
parent = style-row
weight = 20
[performance]
title = "Performance"
[performance-views-vs-displays]
title = "Multiple Views vs Multiple Displays"
parent = performance
[analyze-theme]
title = "Theme information"
parent = style-settings
weight = 30
[using-theme]
title = "Using Views templates"
parent = analyze-theme
weight = 40
[theme-css]
title = "Using CSS with Views"
parent = style-settings
weight = 20
[advanced-style-settings]
title = "Advanced Style Settings"
parent = style-settings
[group-by]
title = "Group by"
parent = field
[menu]
title = "Menu options (page display)"
parent = display-page
[path]
title = "Path options (page display)"
parent = display-page
[exposed-form]
title = "Exposed Form"
weight = 45
[header]
title = "Header"
weight = 50
[footer]
title = "Footer"
weight = 60
[empty-text]
title = "Empty Text"
weight = 70
[field]
title = "Fields"
weight = 80
[relationship]
title = "Relationships"
weight = 90
[aggregation]
title = "Aggregation"
weight = 90
[argument]
title = "Arguments/Contextual Filters"
weight = 100
[style-summary-unformatted]
title = "Summary Style: Unformatted (output style)"
parent = argument
[style-summary]
title = "Summary Style: List (output style)"
parent = argument
[sort]
title = "Sort criteria"
weight = 110
[filter]
title = "Filters"
weight = 120
[overrides]
title = "What are overrides?"
parent = display
[embed]
title = "Embedding a view into other parts of your site"
weight = 140
[upgrading]
title = "Upgrading your Views from Drupal 6 to Drupal 7"
[updating-view3]
title = "Updating your views from Views 2 to Views 3"
weight = 160
[misc-notes]
title = "Known Issues and Workarounds"
[reports]
title = "Reports"
; API related
[api]
title = "Views' API"
weight = 170
[api-tables]
title = "Describing tables to Views"
weight = -100
parent = api
[api-default-views]
title = "Using default views in your module"
weight = -90
parent = api
[api-handlers]
title = "How Views handlers work"
weight = -50
parent = api
[api-handler-area]
title = "How to write an area handler"
weight = -40
parent = api
[api-plugins]
title = "How Views plugins work"
weight = -40
parent = api
[api-forms]
title = "Outputting form elements from handlers"
weight = -30
parent = api
[api-upgrading]
title = "Upgrading to Drupal 7 (API)"
parent = api
[api-example]
title = "Integrating the Node Example module"
parent = api
weight = 100
[alter-exposed-filter]
title = "Altering the default value of an exposed filter"
parent = api
weight = 101
[get-total-rows]
title = "How to get a total number of rows for a View with a filter and no pager"]
parent = "api"
weight = 102
[drush]
title = "Drush commands for Views"
parent = api
weight = 103
;Troubleshooting
[troubleshooting]
title = "Troubleshooting tips and gotchas"
weight = 110
[ui-crashes]
parent = troubleshooting
title = "UI crashes and whitescreens"
weight = 115
;Other places to get help
[other-help]
title = "Other places to get help"
weight = 200
[demo-video]
title = "Video demos for Views"
weight = 210
parent = other-help
;More examples
[top-pager]
title = "Adding a pager to the top and bottom of a view"
weight = 215
[select-multple-nids-contextual-filters]
title = "Selecting multiple nids with contextual filters (arguments)"
weight = 216
[taxonomy-page-override]
title = "Overriding the default taxonomy pages with the Taxonomy term view"
weight = 217
[only-link-title-for-published-nodes]
title = "A Views field template that creates title links only for published nodes"
weight = 218
[example-filter-by-current-user]
title = "Example to filter content by the current logged-in user"
weight = 219
[example-slideshow-thumb-pager]
title = "Example to create a slideshow with thumbnails as a pager underneath"
weight = 220