drupal 7 display modules, part 1: content layout with display suite

18
1 Introduction to Display Suite

Upload: acquia

Post on 01-Dec-2014

2.116 views

Category:

Technology


0 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Drupal 7 Display Modules, Part 1: Content layout with Display Suite

1

Introduction to Display Suite

Page 2: Drupal 7 Display Modules, Part 1: Content layout with Display Suite

2 2

Rod Martin

rodOST @imrodmartin

imrodmartin.com

[email protected]

Page 3: Drupal 7 Display Modules, Part 1: Content layout with Display Suite

3 3

Introduction to Display Suite

Page 4: Drupal 7 Display Modules, Part 1: Content layout with Display Suite

4

Display Suite - who

4

http://realize.be

Kristof De Jaeger swentel

has a drupalcon tattoo on his wrist...

Page 5: Drupal 7 Display Modules, Part 1: Content layout with Display Suite

5

Display Suite - what

Display Suite is a powerful, highly extensible module that gives developers complete control over how content is displayed. It features an intuitive, drag-and-drop interface and includes a group of pre-configured layouts that make it even easier to control the display of your nodes, views, comments, etc.

5

Page 6: Drupal 7 Display Modules, Part 1: Content layout with Display Suite

6

Display Suite - what

Display Suite is a powerful, highly extensible module that gives developers complete control over how content is displayed. It features an intuitive, drag-and-drop interface and includes a group of pre-configured layouts that make it even easier to control the display of your nodes, views, comments, etc.

6

site builders

Page 7: Drupal 7 Display Modules, Part 1: Content layout with Display Suite

7

Display Suite - what

•  Display Suite: The main module to rearrange your fields.

•  Search: extend the search results for Drupal core or Apache Solr.

•  Extras: extra functionality like semantic fields, region to block, hide page title etc.

•  Forms: style the layout of forms.

•  Format: provides a PHP filter with entity context

•  UI: Manage custom fields, classes and view modes through UI

7

Page 8: Drupal 7 Display Modules, Part 1: Content layout with Display Suite

8

Display Suite - when

October 18, 2009 at 3:32pm

8

Page 9: Drupal 7 Display Modules, Part 1: Content layout with Display Suite

9

Display Suite - how (is it doing)

9

Page 10: Drupal 7 Display Modules, Part 1: Content layout with Display Suite

10

Display Suite - why

10

Display Suite allows you to take full control over how your content is displayed using a drag and drop interface. Arrange your nodes, views, comments, user data etc. the way you want without having to work your way through dozens of template files. A predefined list of layouts (D7 only) is available for even more drag and drop fun!

Page 11: Drupal 7 Display Modules, Part 1: Content layout with Display Suite

11

Set up for Today

•  IMDB “clone” site on Acquia Dev Desktop •  starting with Bartik •  finishing up with sub-theme of Corolla • Full documentation for DS:

–  http://drupal.org/node/644662

11

Page 12: Drupal 7 Display Modules, Part 1: Content layout with Display Suite

12 12

Page 13: Drupal 7 Display Modules, Part 1: Content layout with Display Suite

13 13

Page 14: Drupal 7 Display Modules, Part 1: Content layout with Display Suite

14 14

Page 15: Drupal 7 Display Modules, Part 1: Content layout with Display Suite

15

Workflow

•  Install • Configure • Manage Displays • Add Fields • Add CSS • Creating override files in your theme • More Resources

15

Page 16: Drupal 7 Display Modules, Part 1: Content layout with Display Suite

16

Demo

16

Page 17: Drupal 7 Display Modules, Part 1: Content layout with Display Suite

17

More Resources

•  https://drupal.org/project/ds •  Docs: https://drupal.org/node/644662 •  DrupalCon London Presentation:

http://london2011.drupal.org/conference/sessions/take-full-control-your-site-layout-display-suite-drupal-7

•  Screencast - Changes in v2 http://drupalize.me/videos/changes-display-suite-version-2

17

Page 18: Drupal 7 Display Modules, Part 1: Content layout with Display Suite

18