frankmullenger/underconstruction

There is no license information available for the latest version (dev-master) of this package.

SilverStripe Under Construction Page Module

Installs: 2 151

Dependents: 0

Suggesters: 0

Security: 0

Stars: 15

Watchers: 4

Forks: 13

Open Issues: 6

Type:silverstripe-module

dev-master 2012-11-29 22:02 UTC

This package is not auto-updated.

Last update: 2024-04-13 10:54:49 UTC


README

Maintainer Contacts

  • Frank Mullenger (frankmullenger_AT_gmail(dot)com) My Blog

Requirements

  • SilverStripe 3.0

Documentation

This is essentially just a much, much better version of the holding page module and achieves practically the same thing. This module will create a static HTML error page in the assets folder when it is installed. Then when a non admin user tries to visit the website the error page will be displayed. Once an admin user has logged in they will be able to browse the website at will.

Additionally, when the under construction page is displayed it responds to the browser with a 503 - Service Unavailable HTTP status code.

This module could easily be changed to generate any kind of maintenance page and return any kind of HTTP status code.

I have updated the module so that under construction pages can be turned on or off via the SiteConfig->Access tab for convenience.

Installation Instructions

  1. Place this directory in the root of your SilverStripe installation and call it 'underconstruction'.
  2. Visit yoursite.com/dev/build to rebuild the database and create the under construction page.
  3. Check that the under construction page was created by looking for an error-503.html page in the /assets folder.
  4. If you want to update the error page at any time (because your page template has changed perhaps), just delete the error-503.html page in the /assets folder and run /dev/build again to regenerate it.
  5. If your site is in dev mode then the under construction page will not be shown.
  6. You will need to go to the SiteConfig->Access tab and tick the checkbox to 'Display an under construction page?'.

You can find this module on Packagist.

Usage Overview

  1. Install the module using instructions above.
  2. When you no longer want to display the under construction page you can either remove this module (by removing the 'underconstruction' directory) or uncheck the relevant checkbox in SiteConfig->Access tab.