Drupal

Moving to a Content Management System: NCTech4Good Presentation and Resources

It was a pleasure to present on moving from a static website to a content management system at the 2011 NCTech4Good Conference this past Friday. I had the opportunity to meet lots of great people doing work in the North Carolina nonprofit community. Although I intended to keep my presentation CMS-agnostic, I ended up talking about the many advantages of using Drupal throughout the day.

You can find my presentation and a selection of recommended resources below.

Building Drupal Forums at AASHE

The idea of building a Campus Sustainability Forum has been kicking around my organization for years. When the organization was choosing a CMS about three years ago, one of the major reasons we went with Drupal was the forum integration.

Drupalcamp Atlanta Presentation: Why do Drupal Projects Fail?

As co-organizer of the Triangle Drupal group, I've met some great people who have had some terrible experiences with Drupal. At the same time, I have become increasingly frustrated by my inability to accurately predict what Drupal projects will succeed and which will fail.

How to Move a Drupal Site to a New Host Without Going Crazy

Preparation

A. Upgrade modules and Drupal core code

Although it’s tempting to move your files and database quickly, I strongly recommend doing some preparation first. Before I move Drupal site, I always first check for any new Drupal core and module updates. If there are modules that need to be updated, I do the update before moving my site. The advantage of this is that it is easier later on to debug any problems that arise during the migration if you are already using the latest version of all Drupal code.

Drupal: A Love Story

I presented on Drupal at UNC's An Introduction to Content Management Systems workshop last week. The presentation is geared to people trying to decide between Drupal, Joomla, and Wordpress. I hope that I swayed a few to the Drupal camp!

How to Decide Between Using Taxonomy Terms and a CCK Field to Classify Content on a Drupal Site

I often have a hard time deciding whether to use a CCK field or the taxonomy module when building Drupal sites. At Drupalcon, I was glad to see that I am not alone in my confusion. At the Drupalcon Drupal Taxonomy Revisted session, I finally started to understand the use case for each.

Adding a Drupal Recent Tweets Block

These are the steps I took to add the recent tweets block you see on the right of my blog page.

1. Created a new block with the Title and Block Description, "Recent Tweets."

2. Pasted the following code into the Block Body. I originally found the code here.

    Adding Content Between Drupal Book Navigation and Content

    I recently wanted to add a variable to my book template with a list of contributors to a wiki page. My "wiki" is a node type and I am using the excellent revision moderation module to let users submit revisions to nodes. I really want to recognize those who submit revisions. To do so, I decided to add a list of revision authors on each wiki page.

    Pages