Absolute Beginners Guide
Absolute Beginners Guide
Guide to Drupal
The OSWay
1.
2.
3.
4.
5.
6.
Introduction
Install
Create
Extend
Design
Practice
The OSWay
1.
2.
3.
4.
5.
6.
Introduction
Install
Create
Extend
Design
Practice
Drupal
What? A Content Management System
When? Started in 2000 by Dries Buytaert
a student at a university in Belgium.
What is a Content
Management System (CMS)?
What is a Content
Management System (CMS)?
Content
Creative Writing,
Editing, HTML
Creative Design
Site Design and Page
Layout, Information
Architecture, Usability
Design
Technical Design
Custom Programming,
Database, PHP, AJAX,
JavaScript, etc.
Department of Commerce
Department of Education
Grammy Awards
Christina Aguilera
Rafael Nadal
No False Promises
HUGE learning curve beyond the basics
No False Promises
No False Promises
Drupal is not right for every site
WordPress = very easy, but few features
Joomla = easier, but less flexibility
The OSWay
1.
2.
3.
4.
5.
6.
Introduction
Install
Create
Extend
Design
Practice
Installation #1 Automatic
Installation #2 Manual
Installation #3 Cloud
Admin Area
Username: admin
Password: admin
Admin Area
The OSWay
1.
2.
3.
4.
5.
6.
Introduction
Install
Create
Extend
Design
Practice
Content Workflow
1) Content types
2) Fields (if extra data needed)
3) Taxonomy (if categories needed)
Vocabulary
Terms
4) Create Content
Content Workflow
1) Content types
Control over how content is added to your site.
Goes way beyond the typical Title and Body
fields.
Allows for custom data fields to be attached to
Drupal entities (content nodes, users, taxonomy
vocabularies, etc.) and takes care of storing,
loading, editing, and rendering field data.
(Fields Module)
Content Workflow
2) Fields
Where content is added to your site.
Can be sorted, selected, presented in any
setting.
Allow for customizing your content for maximum
flexibility.
Content Workflow
3) Taxonomy
Categorization
Set up Master Categories = Vocabulary
Set up Sub Categories = Terms
Drupal then creates master links for each term
Content Workflow
4) Create Content
Planning
The OSWay
1.
2.
3.
4.
5.
6.
Introduction
Install
Create
Extend
Design
Practice
A. Modules Workflow
1) Download
2) Install
3) Enable
4) Configure
drupal.org/project/modules
DrupalModules.com
Upload Modules
Files needed to be uploaded to either:
/sites/all/modules/ or:
/sites/default/modules/
*** do not upload to /modules/
OR
use the new installer!
The OSWay
1.
2.
3.
4.
5.
6.
Introduction
Install
Create
Extend
Design
Practice
B. Themes
Each theme has different block positions
Theme Sources
1) Free themes
2) Commercial themes ($50 to $250)
3) Theme Generator ($100)
4) Custom ($2000 and upwards)
1) Free Themes
Drupal.org/project/Themes
2) Commercial Themes
RocketTheme.com
FusionDrupalThemes.com
3) Theme Generator
Artisteer.com
Layout Recap
Views Workflow
1) Simple Views
2) Views
1. Display
2. Format
3. Fields
4. Filter
5. Sort
Panels Workflow
1) Panels > Choose page
2) Basic settings
3) Choose the layout
4) Place the content
3. Blocks
User Workflow
1) Roles
2) Permissions
3) Users
4) Masquerade module to
test user accounts
Things to Remember
Content Workflow
1) Content types
2) Fields (if extra data needed)
3) Taxonomy (if categories needed)
Vocabulary
Terms
4) Create Content
Extend/Design Workflow
User Workflow
1) Roles
2) Permissions
3) Users
4) Masquerade module to
test user accounts
Over to you