Theming

Replicate Complex Interaction for Drupal 7

This page is archived

We're keeping this page up as a courtesy to folks who may need to refer to old instructions. We don't plan to update this page.

Alternate resources

Sprout Video

Building a traditionally "coupled" Drupal site provides us with a lot of functionality we've so far taken for granted when building our simple blog.

This lesson attempts to remedy some of that by: building a functional pager and a post archive.

We'll also make our blog into an actual Single Page Application (or SPA) by using the client-side router provided by Backbone.js

Self-check challenge: Add a form with select list elements that filter posts (instead of relying on the sidebar links).

Additional resources

Backbone.js Router