Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
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

Chapter 7. Theming and Layout

There's no doubt-about it, this is the "deepest" section of the book. We'll see at least four types of code in this chapter, and they all interact. We have got HTML (such as <ol> for an ordered list). We have got PHP (such as print '<ol>';). We have got Drupal-specific code (theme('views_more', $view->real_url);) and we have got Cascading Style Sheets or CSS (border: 1px solid #3f5f99; /*Blue */). Indeed, there is a lot to know about if you wish to fine-tune the appearance of your views.

Additionally, some of our recipes make use of jQuery (Views Carousel, and Lightbox2 both rely in the jQuery update module), but we won't be covering jQuery in any depth.

Tip

In Essence: The Themer's Toolbox

HTML

PHP

Drupal

CSS

JavaScript and jQuery

If code makes you pale, check out the two code-free recipes in this chapter: Panels, Recipe 70 (also not for the "faint of heart" but there's no code) and Quicktabs Dashboard, Recipe 85.

But even if you've never looked at code...

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