Recipe 2: Views-related URLs on your site
Note
Ingredients
Administrative access to a Drupal web site and a printer
This is a quick tour of Views-related URLs on your site. Make yourself at home. Feel free to click around and generally become familiar with the Views interface.
Administer Views:
http://YOURSITE.com/admin/build/views
Add a View:
http://YOURSITE.com/admin/build/views/add
(This is where we'll be spending much of our time in this book.)
Import a View:
http://YOURSITE.com/admin/build/views/import
Views Tools:
http://YOURSITE.com/admin/build/views/tools
Views Help:
http://YOURSITE.com/admin/help/views
Views UI Help:
http://YOURSITE.com/admin/help/views_ui
(While you are on this page, go ahead and print it. This is an easy page to miss, but quite informative.)
Views Permissions:
http://YOURSITE.com/admin/user/access#module-views
(We will interact with this page in Recipe 7.)
Enable Views modules:
http://YOURSITE.com/admin/build/modules
Recipe notes
If your site does not have the Clean URLs option Enabled, you will need to add
?q=
before the URL parameters in the URL. For instance:http://YOURSITE.com/admin/build/views
becomes:
http://YOURSITE.com/?q=admin/build/views