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 19: Getting to know the Tracker


Note

Ingredients

A drupal.org account

Browser with two tabs open, one for your site, and one for drupal.org

The tracker default view replicates much of the functionality of the Tracker module: it tracks recent posts by users.

Interestingly, the Tracker module does not need to be enabled for the tracker view to work. In Recipe 21, we will implement both the tracker view and the tracker module, together. For now, we'll just become familiar with the default view.

The Drupal website serves as a good example of the tracker:

  1. Log in to drupal.org (create an account now, if you don't already have one).

  2. Visit http://www.drupal.org/tracker, and you will see a page similar to this:

  3. Open a second browser tab for your site. Go to admin/build/views. Override the default tracker view by clicking on Add. Make note of the following as you scroll through the site.

    • Page Information: The URL is set to tracker.

    • Page Information: The view type is a Table View.

    • Menu: The tracker provides...

lock icon The rest of the chapter is locked
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