This workshop is an in-person training taking place in Minneapolis, MN. Attendance is limited to the first 15 registrants. Laptop required.
theming
Sign up: December Drupal Theming class
Theming Made Easy with PrimerCSS
Here's a quick tip to make Theming your Drupal website a little easier.
The Problem
For me, theming is a dance between my text editor, FireFox views of my Drupal website, and Firebug. How many times have you looked in Firebug to find and modify an element's CSS properties, just to realized that there is no CSS declaration for the element in question? IF this happens to you all the time, you are in exactly the right place! Read More »
How to create a subtheme in Drupal 6
Creating a subtheme is a powerful and flexible way of theming in Drupal. Drupal 6 made implementing subthemes relatively easy to do. There are a few basic concepts to understand before starting, but once underway, creating a subtheme is a simple straightforward process. In this post, I'll outline the process for creating a subtheme. This is meant to be a quick primer, not an exhaustive tutorial on the elements and features of subthemes. Read More »
Drupal Colonoscopy: Or, How I learned to theme a CCK field in Drupal 6
Q: How many Drupal themers does it take to perform a custom field label colonectomy?
A: You don't want to know.
Our journey began with what seemed to be a simple request: How do you remove the colons from the end of field labels on a Drupal 6 site? Read More »
