A Recipe for a Rapid Drupal Site--Part V, Buttoning things up

So far we have gathered our resources, blocked out the site, set up content types, and created some simple views to display that content. In this post, we'll look at:

Targeting a Landing Page

Unless your site is purely a blogging site, you probably will want to target something other than Drupal's river of news. Any page on your Drupal site can become that default landing page. You can create a page using the page content type that has any kind of introductory text--perhaps embed a photo. After you have created the page that you want to target, go to: /admin/settings/site-information and scroll to the bottom. Replace "node" with the page that you want to target. While on this page, you could update your site's name, mission, and so forth.

Setting Up a Google Ad

Setting Up Some Basic User Types

Terms and Conditions

In the second post we enabled checkbox validate and legal. This automatically gives you a terms and conditions page on the site and it requires that your new users accept those terms and conditions before accessing the site fully.

Remember at this point to head over to /admin/user/permissions and ensure that all the roles are set up to "view terms and conditions".

The next post we'll finish things up!