Add Individual Event to Calendar

A Drupal site I’m working on requires links for each event that would add the event to the user’s calendar. I’d like to provide this functionality for iCal, Outlook and Google. Drupals Calendar module offers something similar out of the box–there’s a feed which can deliver a an ics file on a per-day [...]

Configuring Drupal Multisites as Git Submodules

After thinking about the set up in my previous post, I decided that I wanted a good way to push changes from the dev to the production site. So, I found Simon Hamner’s post on using submodules for this and made some modifications. I also got the whole setup working with 3 sites, [...]

Setting up Drupal multisites under Passenger, with Git

Here’s my steps for setting up a Drupal production and development site, with Drupal core and modules under separate Git control and running the whole thing under Passenger. I got most of this framework from Version Control Blog, but instead of using separate repositories for Drupal core and modules, I use branches. In [...]

Import from Movable Type to Drupal

It seems like they’re been some problems along the way with the Import Typepad / MoveableType module and Drupal 6. I had no problems with it though. I followed some, but not all of Andrew Benkard’s suggestions. Removing PRIMARY CATEGORY wasn’t necessary. I loved how the user names don’t need to [...]

Theme Developer toasts drag-n-drop in Manage Fields

My Manage Fields page within Drupal Content Management lost drag and drop-ability, which turned out to because of this javascript error:

‘$(‘.indentation’, testCell).get(1)’ [undefined] is not an object.

Turning off the Theme Developer module fixed it!