Drupal Training #1

download Drupal Training #1

If you can't read please download the document

Transcript of Drupal Training #1

Drupal It's a jungle out there

Training goal provide a map

Website Roles

Content Creator: a user who primarily creates, reviews, and edits content for a site.

Site Editor: a user who has authority to approve, edit or reject content and who may be able to manage some editorial workflow and user permissions

Site Admin: manage user permissions, manage site structure, adding new content types, create and review reports and manage some site settings

*** Site Builder: creates site from scratch by choosing, writing, customising modules and/or themes, manages setup and maintenance.

Information Architecture

Designing architecture of the siteCreating spaces for information and tasks

Create content

Terminology:Node == a piece of content on Drupal

Tasks: Create 4 nodesOne two stories promote one to the front page

Create two pages an about us page and a store hours page and add to primary menu.

Access Control

User

A visitor to the website. A user can be anyone: a casual visitor to the website, your company's president who's blogging on the site every day, your system administrator, or someone who doesn't work for your company at all but is still adding content (as with a social networking site).

Role

A group to which users can be assigned. Roles can be something like "administrator" or "sales team member." Drupal comes with two roles by default"anonymous user" (for all users who have not logged in) and "authenticated user" (for all logged-in users)but you can create as many different roles as you want.

Permission

Something that users within a role can (or can't!) do on the website. Each module can specify its own list of permissions that may be assigned. Examples of permissions are "access site content" and "edit own blog." If a user does not have proper permissions to do something on the website, he'll receive an "Access denied" error page when trying to access the given functionality.

Create Roles + Users

Create new role content editor

Set permissions so they can admin + create + edit all content types

Create two new users that have the content editor role

Blocks

What is a block?

Add three new blocks of your choice to the sidebar

Learning Resources for course

Using Drupal on Safari (please read)

Possible future topics

Intro to cck/views create a job posting board using Drupal

Working with images. Build a simple photo sharing site using Drupal.

Create an online ecommerce site using Ubercart.

Drupal site demos