drupal part 2

14
Getting comfortable with Drupal Mayank Kumar 10 Nov 2009 IIT Delhi

Upload: mayankgrd

Post on 11-Jun-2015

596 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Drupal Part 2

Getting comfortable with Drupal

Mayank Kumar

10 Nov 2009

IIT Delhi

Page 2: Drupal Part 2

What we Know

• What and why a CMS• How Drupal works• Drupal Installation• Creating a Static Site using drupal• Installing custom theme• Drupal Core modules – Contact, Search and

Upload• Installing custom modules (HW)

Page 3: Drupal Part 2

Blogging using Drupal

• Editing the Story Content type.• Create a blog post

– Need of a Web based editor -> FCKEditor– Need of automatic path setting. ->Pathauto, Token– Need a page containing all blog posts summary ->

Views

Page 4: Drupal Part 2

Configuring the Path - Pathauto

Page 5: Drupal Part 2

Creating a new view - blog

Page 6: Drupal Part 2

Adding recent Comment

Page 7: Drupal Part 2

Adding Achieve

Page 8: Drupal Part 2

Blogging features Covered

• Tagging• Category• Blog page showing latest post summary• RSS feeds• Blocks – Recent Comments• Blocks – Tag cloud• Blocks – Archive • Social Bookmarking

TaxonomyTaxonomy

ViewsViews

Find Out?Find Out?

Page 9: Drupal Part 2

Getting deeper into CCK

Page 10: Drupal Part 2
Page 11: Drupal Part 2

What’s next ???

• Multimedia – Audio, video, photo-gallery • Theming and CSS – Customizing the look and

feel• Social Networking– The organic group• Getting your hands dirty – PHP coding for

modules

Page 12: Drupal Part 2

Books to refer – General

Page 13: Drupal Part 2

Drupal Theming

Page 14: Drupal Part 2

Inside Drupal - PHP