Is there a module that offers a simple way to show a "coming soon" or "launching soon" page. Where it just has a sign-up form for notifications?

Thanks!

Comments

Kutakizukari’s picture

I would like to know if there is a module for this as well. Also if there is another way to accomplish this? On one of my projects I put the site in maintenance mode and had a twitter account for them to follow so I could let them know of the site launch. Don't know if this is the practical way to do this or not but right now it works.

I found this article useful on creating a coming soon page http://www.smashingmagazine.com/2009/11/10/designing-coming-soon-pages/

VM’s picture

use the page content type
add to it what you want
set it as the default front page in administer -> site information

Jaypan’s picture

I uset he front page module. It allows you to create separate front pages for roles, so you can have one for unauthorized users (i.e. Joe Public) and another for authorized users (which will become the top page when the site goes live). I then set up all blocks to only be viewable to authorized users, and make sure access content is turned off in the user permissions page for unauthorized users.

VM’s picture

Another method would be creating a page-front.tpl.php file for you theme which only gets called on the front page.

Kutakizukari’s picture

I'm now using this method and it work well, thank you.