Book Image

Drupal 5 Themes

Book Image

Drupal 5 Themes

Overview of this book

Drupal is an award winning open source Content Management System. Based on PHP/MySQL, its power and flexibility combined with its exceptional design mean it is already on the way to becoming the de facto standard for CMS Websites. Drupal?¢‚Ǩ‚Ñ¢s modular design and structured source code make it both highly flexible and easily extended and modified. Drupal is extremely scalable, making it ideal for both a simple personal website as well as an industrial strength commercial or institutional web presence.Drupal is a model open source project in that it has a large, friendly community of people who contribute to the project in various ways. Drupal is not only free and easy to use, but this community provides on going mutual support.
Table of Contents (14 chapters)
Drupal 5 Themes
Credits
About the Author
About the Reviewer
Preface
Appendix A

Managing Modules and Blocks


Modules are plug-ins which extend the functionality of the Drupal core. The Modules you select to use and the positioning of their output (Blocks) on the page can affect greatly the look and feel of your site. Managing effectively the various Modules and Blocks is a key to controlling the user experience on your site.

The standard Drupal distro includes a number of modules, only some of which are active in the default configuration. You can enable additional modules or disable some of the optional ones to achieve the functionality you desire.

Note

A variety of modules can be found on the official Drupal site at http://drupal.org/project/Modules

The Module Manager

The Module Manager (Administer|Site building|Modules) includes a list of all available installed Modules. The default modules are categorized as Core optional and Core required. As you add additional modules to your installation, other group names may appear.

The Modules Manager

To enable a Module, simply...