14
Drupal Theming intro DrupalCamp SC | 2011 http://lbt.me/themingintro

Drupal theming intro

Embed Size (px)

DESCRIPTION

Basic slides for

Citation preview

Page 1: Drupal theming intro

Drupal Theming intro

DrupalCamp SC | 2011

http://lbt.me/themingintro

Page 2: Drupal theming intro

Shameless Plugs

ThomasLattimore.com• Freelance Front-end

developer & Drupal themer

 Drupal.org & Twitter:•   @tlattimore

Maintainer of:• The web110, LightlyTextured, & Tumblike, themes on Drupal.org.

Page 3: Drupal theming intro

What will be covered

• How Drupals template system operates

Page 4: Drupal theming intro

What will be covered

• How Drupals template system operates

• What Drupal theming is in definition

Page 5: Drupal theming intro

What will be covered

• How Drupals template system operates

• What Drupal theming actually is in

definition

• The tools to get started

Page 6: Drupal theming intro

What will be covered

• How Drupals template system operates

• What Drupal theming actually is in definition

• The tools to get started

• Then: Bail on notes and slides, lets build a

theme!

Page 7: Drupal theming intro

Drupal theming defined:

Controlling the fire-hose.

Page 8: Drupal theming intro

How templates work

Each *.tpl.php lives inside another

Page 9: Drupal theming intro

Outdated, but still valid

Page 10: Drupal theming intro

What you need to get Started

• Understanding of HTML & CSS

Page 11: Drupal theming intro

What you need to get Started

• Understanding of HTML & CSS • Drupal install (of course)

o In our case, Drupal 7

Page 12: Drupal theming intro

What you need to get Started

• Understanding of HTML & CSS • Drupal install (of course)

o In our case, Drupal 7 • A good code editor with syntax highlighting,

preferably an IDE:o Such As Aptana, NetBeans, or Komodo

Page 13: Drupal theming intro

D.o projects you should know about• Mothership - http://drupal.org/project/mothership

o Total theming awesomesauce • Devel - http://drupal.org/project/devel• Devel_themer -

http://drupal.org/project/devel_themer• Firebug - http://getfirebug.com

Page 14: Drupal theming intro

Are we done yet?

Forget the slides, show me the code!