Book Image

Drupal: Creating Blogs, Forums, Portals, and Community Websites

By : David Mercer
Book Image

Drupal: Creating Blogs, Forums, Portals, and Community Websites

By: David Mercer

Overview of this book

<p>Drupal is one of the most popular content management systems on the internet. 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.<br /> <br /> 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.&nbsp; Drupal is not only free and easy to use, but this community provides on going mutual support.<br /> <br /> Drupal’s power means choosing an initial pathway can be daunting. The flexibility and power of its content management features mean the right approach needs to be taken.&nbsp; This book takes you from initial set up through site design and creation in a series of carefully structured steps. While there are a few advanced topics that are beyond the scope of the book, all of the core stages of creating a website using Drupal are covered in detail.</p> <p>&nbsp;</p>
Table of Contents (16 chapters)
Drupal
Credits
About the Author
About the Reviewers
Preface

A Short Tour of Drupal


Before we move ahead with customization and configuration topics, it is important that we glance over what Drupal actually looks like and ensure it is up and working properly. In order to do this, there are a few PHP settings we need to look at. Once these are taken care of we will have to create the first user who will have control over every aspect of the site. No tour of Drupal would be complete without a discussion of an actual Drupal page, so we will take a look at a sample towards the end of this section once we have finished playing around.

First things first though, let's deal with PHP.

A Couple of Important Settings

I will demonstrate the changes required for the Apache2Triad setup, but if you have gone with anything else (or if you already have everything installed), you might notice slight differences in the way things are laid out. Now, the reason we need to do all this is because we would obviously like any emails that are sent out by Drupal to come from...