Skip to content
views.help.ini 5.53 KiB
Newer Older
[advanced help settings]
line break = TRUE

[about]
title = "What is Views?"

[example-users-by-role]
title = "Create a page to list users by role"
parent = getting-started

[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


[example-bulk-export]
title = "Create a module from bulk exported views"
parent = getting-started
weight = 50

[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-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"
[style-grid]
title = "Grid (output style)"
title = "HTML List (output style)"
title = "Table (output style)"
[style-unformatted]
title = "Unformatted (output style)"

[style-rss]
title = "RSS output style"
parent = style
[style-grouping]
title = "Grouping in styles"
parent = style
weight = -7

[style-row]
title = "Row styles"
[style-jump]
title = "Jump menu output style"
parent = style
weight = -4


[style-node-rss]
title = "Node RSS item row style"
parent = style-row

[style-comment-rss]
title = "Comment RSS item row style"
parent = style-row
[performance]
title = "Performance"

[performance-views-vs-displays]
title = "Multiple Views vs Multiple Displays"
parent = performance

[analyze-theme]
title = "Theme information"
parent = style-settings
[using-theme]
title = "Using Views templates"
parent = analyze-theme
weight = 40

[theme-css]
title = "Using CSS with Views"
parent = style-settings
[semantic-views]
title = "Semantic Views"
parent = style-settings

[exposed-form]
title = "Exposed Form"
weight = 45

[empty-text]
title = "Empty Text"
weight = 70

[field]
title = "Fields"

[relationship]
title = "Relationships"
title = "Arguments/Contextual Filters"

[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"

[filter]
title = "Filters"
weight = 120
title = "Embedding a view into other parts of your site"
[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"


[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-plugins]
title = "How Views plugins work"
weight = -40
parent = api

[api-forms]
title = "Outputting form elements from handlers"
weight = -30
parent = api

title = "Integrating the Node Example module"
[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
[top-pager]
title = "Adding a pager to the top and bottom of a view"

[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"