Projet

Général

Profil

Paste
Télécharger (5,85 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / views / help / views.help.ini @ 76df55b7

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