11
What’s new in Drupal 7 theming?

What's new in D7 Theming?

Embed Size (px)

DESCRIPTION

Drupalcon San Francisco presentation. Changes in D7 relative to D6.

Citation preview

Page 1: What's new in D7 Theming?

What’s new in Drupal 7 theming?

Page 2: What's new in D7 Theming?

Who is this guy?

JohnAlbin

( Wilkins )

Just found out yesterday…me and 19 other peoplewrote 50% of Drupal 7

Twitter: @johnalbin

Page 3: What's new in D7 Theming?

What’s similar in Drupal 7?

• theme functions, templates, preprocess functions are almost unchanged.

• Fields in core ~ CCK

• Image fields!

• Images styles ~ Image cache

Page 4: What's new in D7 Theming?

Drupal 6 Core Themes

ThemesThat Suck

Garland

Page 5: What's new in D7 Theming?

Crappy-Themes-Be-Gone™

Page 6: What's new in D7 Theming?

What else?

• Appearance page!

• Template cleanup

• Numerous name changes(like sidebars and menus)

• primary/secondary » main/secondary

• .clear-block » .clearfix

• $left/$right » sidebar_first/sidebar_second

Page 7: What's new in D7 Theming?

What else?

• phptemplate_ prefix is GONE!

• $classes and $classes_array

• theme functions can have preprocess functions

• theme funcations now only have ONEparameter, an array of variables.

Page 8: What's new in D7 Theming?

What else?

• More regions, less hard-coded page variables

• $help

• $search_box

• $mission

• $submitted

• $footer_message

• Holy crap, content is now a block!

Page 9: What's new in D7 Theming?

What else?• “Template suggestions” are dead.

• Long live “theme hook suggestions”!

• bartik_links() « overrides all “links” styling

• bartik_links__node « just the node ones!

• node--article.php « just articles

• preprocess functions can add:$variables[‘theme_hook_suggestions][] = ‘node__morten’;$variables[‘theme_hook_suggestion’] = ‘node__johnalbin’;

Page 10: What's new in D7 Theming?

What else?

• JQuery UI

• html.tpl.php

• Granular theming

• hook_page_alter()

Page 11: What's new in D7 Theming?

Whatdidyouthink?

Step 1) Locate this session on the DCSF site

h.p://sf2010.drupal.org/conference/schedule

Step 2) Click the “Take Survey” link