Working With Drupal

// geek

I’ve been working on a new site, and I decided to build it using Drupal. Many (OK, none) of you know I’m a big fan of Expression Engine, and are probably wondering why I’ve decided to torture myself with a new CMS. I have a few reasons:

  • It’s FREE as in beer (ExpressionEngine costs $99 for a personal license)
  • It supports members
  • I like learning new things
  • It seems to have a strong developer and user community behind it
  • Never hurts to have ‘experience developing with Drupal’ on a resume

It’s been a long, slow learning curve. I should throw steep in there as well. I’m sure like Expression Engine, I’ll have an ‘a-ha!’ moment or two. The problem I’ve had lately is trying to sit down for a quite hour or three and dig into it.

I had some time last night so I was playing around with it. If you’re new to Drupal, one of the first modules I suggest installing is CCK (Content Construction Kit). This module allows you to insert fields of any type where you want them. I’m creating a site for writers, which will allow them to post short stories for review. Rather than a typical Title field and Body field, I wanted a place for a summary. This is where the CCK module comes in. Now when someone submits a story, they have three fields: The Title of Your Story, Summary and Your Story. I will probably change these fields to sound better, but you get the idea the flexibility the CCK module gives. There’s so much to this module that I’ve only barely scratched the surface of it.

Otherwise, it’s been trial and error, trial and breaking, breaking and fixing, getting frustrated and giving up, and then having a thought and going back to it. It’s a long process, but I’m starting to feel like I’m making a bit of headway. Once I have the fields in place, and the comments working, then it’ll be putting it into a layout I want. And THAT will be a serious challenge.

Previous Post Next Post