Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Drupal 5 Views Recipes

You're reading from   Drupal 5 Views Recipes 94 recipes to develop custom content displays for your Drupal web site

Arrow left icon
Product type Paperback
Published in May 2009
Publisher Packt
ISBN-13 9781847196965
Length 412 pages
Edition 1st Edition
Languages
Tools
Concepts
Arrow right icon
Toc

Table of Contents (22) Chapters Close

Drupal 5 Views Recipes
Credits
About the Author
Acknowledgement
About the Reviewer
Preface
1. Introduction to Views FREE CHAPTER 2. Working with Default Views 3. CCK and Views 4. Dates and Calendars 5. Views and Tools for Administrators 6. Views Galore 7. Theming and Layout 8. Navigating the Online Drupal Community Default Views in Drupal 5 Modules
Formatters
Style Plugins
Views Hooks for Coders
Modules Included in Recipe Ingredients
Additional Resources and Modules Mentioned in Recipes
Selected Noteworthy Patches to Views
Index

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.

  1. Administer Views: http://YOURSITE.com/admin/build/views

  2. Add a View: http://YOURSITE.com/admin/build/views/add

    (This is where we'll be spending much of our time in this book.)

  3. Import a View: http://YOURSITE.com/admin/build/views/import

  4. Views Tools: http://YOURSITE.com/admin/build/views/tools

  5. Views Help: http://YOURSITE.com/admin/help/views

  6. 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.)

  7. Views Permissions: http://YOURSITE.com/admin/user/access#module-views

    (We will interact with this page in Recipe 7.)

  8. 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

You have been reading a chapter from
Drupal 5 Views Recipes
Published in: May 2009
Publisher: Packt
ISBN-13: 9781847196965
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image