Book Image

Instant Premium Drupal Themes

By : Pankaj Sharma
Book Image

Instant Premium Drupal Themes

By: Pankaj Sharma

Overview of this book

Drupal’s theme layer, and the themes that use it, are responsible for the look and feel of a Drupal web site. Themes have the final say and ultimate control over almost every aspect of each page. Good themes consist of all the same elements that you would find on any reputable web site, including standards-compliant XHTML markup, CSS, and JavaScript. How it all comes together is what is so special and what makes Drupal themes so flexible and powerful. Premium Drupal Themes is a practical, hands-on guide filled with clear, step-by-step examples which shows you how to create Drupal themes using HTML. This book will show you the best practices and conventions that you should adopt and utilize so you can change the way Drupal looks using HTML without wasting energy digging through Drupal’s code. Starting with the essentials including Drupal terminology and Drupal theme structures, this book will show you how to configure raw HTML in a Drupal environment. You will learn about the Drupal template variables and also how to populate a Drupal theme with dynamic content. You will also discover how to customize the search result page and how to add regions to your home page. This book will help you familiarize yourself with the theme engines and will help you learn about the core of Drupal’s theme rendering system. Finally, you will learn how to create your very own Drupal theme that will take people’s breath away!
Table of Contents (7 chapters)

Preface

This book will describe the relevant steps used to create Drupal themes from raw HTML in a simple and lucid manner and save the energy and time wasted in irrelevant tasks.

What this book covers

Understanding Drupal jargon, covers the commonly used Drupal terminologies that are essential for theme development in Drupal. The heart of Drupal themes and theme engines will also be explained in this chapter.

Understanding Drupal's theme structure (Simple), covers the names of Drupal templates and pages and their meaning/work. Drupal's default themes will be explained here.

Configuring raw HTML in the Drupal environment (Simple), explains how an HTML file is configured in the Drupal environment using the knowledge acquired in the preceding two sections.

Breaking down HTML in parts (Intermediate), explains how to break down HTML regions of Drupal theme such as header, footer, and content.

Populating the Drupal theme with dynamic content (Advanced), explains the prerequisites to use Drupal template variables and how to use them.

Theme how tos (Advanced), introduces the commonly used code in Drupal theme development, which will save lot of time and energy.

What you need for this book

To run the examples in the book, the following software will be required:

Who this book is for

This book is useful for developers who are new to Drupal. It's assumed that you have some experience in HTML,PHP, and CSS .Readers are expected to have the PHP (LAMP/WAMP) environment ready and working to install Drupal. It is assumed that the user is aware how to install Drupal. A little bit of familiarity with CMS is also expected from the user. Rest of the things have been taken care of in the book.

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text are shown as follows: "Go to your theme's .info file."

A block of code is set as follows:

Code [<?php
if (!$page) {
  print "<h2><a href=\"$node_url\">$title</a></h2>";
}

if ($submitted) {
  print "<span class=\"submitted\">$submitted</span>";
}
?>]

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Click on the Clear all caches button located at Administration | Configuration | Development | Performance."

Note

Warnings or important notes appear in a box like this.

Reader feedback

Feedback from our readers is always welcome. Let us know what you think about this book—what you liked or may have disliked. Reader feedback is important for us to develop titles that you really get the most out of.

To send us general feedback, simply send an e-mail to , and mention the book title via the subject of your message.

If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, see our author guide on www.packtpub.com/authors.

Customer support

Now that you are the proud owner of a Packt book, we have a number of things to help you to get the most from your purchase.

Downloading the example code

You can download the example code files for all Packt books you have purchased from your account at http://www.packtpub.com. If you purchased this book elsewhere, you can visit http://www.packtpub.com/support and register to have the files e-mailed directly to you.

Errata

Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you find a mistake in one of our books—maybe a mistake in the text or the code—we would be grateful if you would report this to us. By doing so, you can save other readers from frustration and help us improve subsequent versions of this book. If you find any errata, please report them by visiting http://www.packtpub.com/submit-errata, selecting your book, clicking on the errata submission form link, and entering the details of your errata. Once your errata are verified, your submission will be accepted and the errata will be uploaded on our website, or added to any list of existing errata, under the Errata section of that title. Any existing errata can be viewed by selecting your title from http://www.packtpub.com/support.

Piracy

Piracy of copyright material on the Internet is an ongoing problem across all media. At Packt, we take the protection of our copyright and licenses very seriously. If you come across any illegal copies of our works, in any form, on the Internet, please provide us with the location address or website name immediately so that we can pursue a remedy.

Please contact us at with a link to the suspected pirated material.

We appreciate your help in protecting our authors, and our ability to bring you valuable content.

Questions

You can contact us at if you are having a problem with any aspect of the book, and we will do our best to address it.