Maintenance theme

Categories

Component ID

1094338

Component name

Maintenance theme

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

1268

Component created

Component changed

Component body

Maintenance theme module provides features to improve user experience on Drupal maintenance mode.

Basic usage

Drupal allows you to set your site into maintenance mode in order to deploy code and database upgrades safely. maintenance theme module provides a select list which listing all currently available themes, choose which theme the maintenance page should display in. If choose "System Default" the maintenance page will use the same theme as the rest of the site.

Install

  1. Download the archive or clone the repository.
  2. Copy the maintenance_theme/ folder in your modules folders (for example: sites/all/modules).
  3. Go to the modules pages (/admin/build/modules), and enable the maintenance theme module.
  4. Go to Site Maintenance page (/admin/settings/site-maintenance), choose which theme the maintenance page should display in and Save configuration.
  5. From now on, the maintenance page has been changed as you want when you off-line your site.