Difference between revisions of "Drupal"

From Officience
Jump to: navigation, search
(Created page with "'''Drupal Site Building Checklist''' Before you launch a Drupal site, how do you make sure that you haven't missed anything and that your site is ready to launch? If someone...")
 
Line 45: Line 45:
 
   Text formats are ordered and configured correctly (Configuration > Content authoring > Text formats)
 
   Text formats are ordered and configured correctly (Configuration > Content authoring > Text formats)
 
   Images can be embedded in the body text (drupal.org/project/insert and drupal.org/project/image_resize_filter)
 
   Images can be embedded in the body text (drupal.org/project/insert and drupal.org/project/image_resize_filter)
 +
 +
For the Administrator
 +
  Administration Views are in place (drupal.org/project/admin_views)
 +
  Views items can be re­ordered as necessary (drupal.org/project/draggable_views)
 +
  Administrators have a menu that they can access (drupal.org/project/admin_menu)
 +
 +
Emails
 +
  Webforms are configured to send to the correct email address (Content > Webforms)
 +
  Email notifications for registration have been tested (Configuration > People)
 +
 +
User Accounts
 +
Roles have been created and tested (drupal.org/project/masquerade)
 +
Registration is limited if necessary (Configuration > People > Account Settings)
 +
Anonymous users have permissions to access/search content (People > Permissions)

Revision as of 08:05, 7 May 2015

Drupal Site Building Checklist

Before you launch a Drupal site, how do you make sure that you haven't missed anything and that your site is ready to launch? If someone else is going to be maintaining the site, how do you make sure the site can be easily maintained? While Drupal provides lots of functionality out-of-the box, even the simplest website requires configuration, installing contributed modules, and the checking of checkboxes.

Why have a checklist?

Plans change between design & launch Site building is an iterative process, so things change and get inconsistent. Avoid last minute fixes the week after launch, or when the site admin starts adding content Your checklist can serve as documentation.

What's on the checklist? Content types & Views SEO Admin tools User Accounts Content Pre-Launch checklist


Content Types

 Delete unused content types	
 Manage display: consistent the ordering/format of fields for content display	
 Manage fields: consistent ordering/labels for content creation	
 Content type settings are consistent and make sense for each type of content	
 All content types have been tested (drupal.org/project/devel and with real content)

Views

 Delete Views that aren’t being used
 Document your Views
 Consistent formatting across View
 Check permissions on administrative Views

Seo Tools

 Google Analytics (drupal.org/project/google_analytics)
 Configure URL Alias Patterns (Configuration > Search and metadata > URL Aliases > Settings > Patterns)
 Fix navigation on 404 pages (drupal.org/project/navigation404)
 Set custom error pages (Configuration > System > Site Information)
 Set page titles for key pages (drupal.org/project/page_title)
 Configure the Mollom module to prevent spam (drupal.org/project/mollom)
 Add social media tools (drupal.org/project/sharethis)

Content Editing

 Enable and configure an editor (drupal.org/project/wysiwyg or drupal.org/project/bueditor)
 Text formats are ordered and configured correctly (Configuration > Content authoring > Text formats)
 Images can be embedded in the body text (drupal.org/project/insert and drupal.org/project/image_resize_filter)

For the Administrator

 Administration Views are in place (drupal.org/project/admin_views)
 Views items can be re­ordered as necessary (drupal.org/project/draggable_views)
 Administrators have a menu that they can access (drupal.org/project/admin_menu)

Emails

 Webforms are configured to send to the correct email address	 (Content > Webforms)
 Email notifications for registration have been tested	 (Configuration > People)

User Accounts Roles have been created and tested (drupal.org/project/masquerade) Registration is limited if necessary (Configuration > People > Account Settings) Anonymous users have permissions to access/search content (People > Permissions)