Installing new themes

Last modified: September 16, 2007 - 01:29

Once you get Drupal installed and you start to come to terms with it you will probably want to customize the way it looks.

There are several themes which you can download from the Drupal web site which should get you started.

Installing a new theme is very straightforward:

  1. Download a new theme package. Note that themes for different Drupal versions are not compatible, version 4.4 themes do not work with Drupal 4.5 and reverse.
  2. Read any README or INSTALL files in the package to find out if there are any special steps needed for this theme.
  3. Check to see if you have the required theme engine to be able to display your theme. Theme engine files go in a folder in themes/engines in your Drupal directory.
  4. Upload the contents of the theme package to a new directory in the themes directory in your Drupal site. For example;
    • in 4.7 you place your theme in themes/box_grey.
    • in 5.0 you place your themes in /sites/all/themes/box_grey
  5. Click administer » themes and enable the new theme (Drupal will auto-detect its presence).
  6. Edit your user preferences and select the new theme. If you want it to be the default theme for all users, check the default box in the themes administration page.
 
 

Drupal is a registered trademark of Dries Buytaert.