1 month blogging with Drupal

June 19, 2006 · 8 comments

in general

It's been about a month since I made the switch from WordPress 2 to Drupal 4.7 to power my blog. There have been some ups and downs, but I have to say that I have absolutely no regrets about the move, nor do I plan on moving back any time soon.

Some things I still miss from the WordPress days though -

  • commenters able to subscribe to a thread of comments via email. sounds old school, but it REALLY helps keep conversations going.
  • actually, that's just about it.

There are some little niggles, like not being able to use the Flickr.module to integrate my Flickr sets here, but that's a limitation of DreamHost's security setup (disabling fopen), not of Drupal. If that REALLY bugs me, I'll look at hacking the Flickr.module cache code to not require fopen…

Once Drupal has been configured, it's no harder to run than WordPress. It performs as well (or better) once caching has been enabled. The threaded comments are great. The custom node types are really handy – I'm not using them so much on this blog (yet) but am using them quite a bit on some project sites.

The set of modules I'm using has evolved over the past month. I think I've come up with a pretty decent set of modules for a blogging platform in Drupal. It's not perfect, but it does the job quite nicely. 

I'd recommend WordPress for new bloggers, but I'd wholeheartedly recommend Drupal for people that want to take advantage of some of the more flexible content management stuff available in a higher-end app. Not a shot against WordPress at all – the two platforms serve slightly different (and complementary) roles.

{ 8 comments… read them below or add one }

1 outblu August 7, 2008 at 8:22 pm

My blog is on Wordpress platform and it’s working well. Indeed I’m a new blogger but I think WP is cool. I never heard before about drupal and it’s sounds interesting. Thanks.

Reply

2 dnorman June 19, 2006 at 10:52 pm

Charlie – subscriptions.module doesn’t play nicely with anonymous users. People shouldn’t need to create an account here to post a comment (would you have?) so I’ll need to keep looking…

Andrew – I’ll definitely check it out! Thanks for the link!

Reply

3 Andrew June 19, 2006 at 10:17 pm

Not sure if you are interested but I am working on a new flickr module. It can be found here: http://drupal.org/project/flickrhood .

Sets aren't implemented yet but I'm working on it!

Would love your insight,

Andrew

Reply

4 charlie June 19, 2006 at 10:09 pm

"commenters able to subscribe to a thread of comments via email."

We use the subscriptions module for this on Kairosnews ( running 4.7). I don't remember if I grabbed the module with a 4.7 tag or CVS, but it works as well as the 4.6 version. However, I don't think it works with anonymous users (we require registration), but the advantage is that the logged in user can manage their subscriptions and also check an option to automatically subscribe to threads in which they have posted. 

Reply

5 Bill Kempthorne July 15, 2006 at 10:01 pm

Just made the conversion of my Wordpress blogs using wp2drupal. Previously I had drupal as a front end with a seperate blog system. 

You inspired me to make the move. 

Unfortunately the limitations of my hosting location (PHP4) were a roadblock until I thought of setting up a virutal server in Parallels running on my Mac, copied everything over, ran the conversion, then put the new database back on the production environment.

Virtualization rocks. 

Reply

6 dnorman July 15, 2006 at 10:50 pm

cool. have fun, Bill! I just did the upgrade on my Powerbook directly in PHP4/MySQL5, and pushed the result of that to the server. I never do anything iffy directly on the production server – always test locally, run experimental conversions locally, and leave production stuff alone until you know it worked ;-)

Reply

7 Richard October 7, 2006 at 8:29 am

D’Arcy, did you ever find a workaround to DreamHost’s fopen() block? I am running into the same problem loading remote feeds into Elgg.

I’ve been reading your blog for about a year now. Thanks for keeping it up!

Richard

Reply

8 Sami Khan October 7, 2006 at 11:44 am

Richard:
He made an attempt to switch it from fopen to CURL, something that is supported by Dreamhost.
Good luck!

Reply

Leave a Comment

Previous post:

Next post: