Are Forums A Thing Of The Past?

Posted: November 2, 2009 In

stack-overflow-logo.pngUntil recently, I had come to the conclusion that web forums were dead. When it came to new sites or conversations about web technologies forums were something I avoided all together. Forums just didn't seem to fit within the current paradigm of web technologies and there seemed to be better ways to have the same kind of communication. That was until recently when I saw a variation of forums that works in this new paradigm.

The History and Difference

Forums came out of the old usenet channels. When we started transitioning to web based software usenet type conversations migrated into web forums. These forums not only had topics based on the site they resided on but, the topics were defined in the categories of the forums.

I always found it awkward to try and figure out what forum to put my post in. This is a usability failure. As someone posting I had to think way to hard and take to many steps to post.

This forced structure from the site maintainers is a far cry from the new paradigm of web technologies that relies on organic conversations and simple steps to have them.

Forums In The New Paradigm

Twitter is a perfect example of this new conversation paradigm. Conversations happen and they have backchannel topics in them. The conversations change, fork, and merge over time. Twitter has no defined categories to niche these conversations into. They free flow. Yet, with search you can follow them and where they are going.

At its root, the new paradigm in the web based conversations is they lack site defined categories and allow for free flow organic conversation. This is at the root of forums not working for me.

Then came along Stack Overflow and its family of sites. Instead of a defined organization it allows for free form discussions and backchannel conversations. Yet, it still fills the hole for the same type of conversations forums did. It's the next major revision to the idea of forums.

What's really powerful about Stack Overflow is that I don't need to look for a place or try to figure out the right place to post. I just post. Through tags on the post I can follow the backchannel conversations. I can follow the topics, the trends, and the ideas.

If you're considering a forum for your site it might be time to consider something a little different. Take a look at the Stack Overflow style conversations and consider those over forums.

Reader Comments

Yeah, I agree with your disillusionment with web forums. It's really too bad -- I love forums. It's a lot of fun to get to know a group of people by discussing different topics. At the same time, most of the forums I've participated in slowly became simply a way to get questions answered rather than to have fun or stimulating discussions.

The problem for me with the Twitter style of conversation is its disorganization. I love Twitter, but I don't love it for the same reasons I love forums. If I wrote a post on a forum, someone would probably respond. With Twitter, a tweet would have to be particularly significant for someone to respond (unless you're famous). I just look at them as two different things.

I look at what stack overflow did as a cross between twitter and a traditional forum. You have the simplicity of posting to twitter (just about) and the ability to have more meaningful conversations that are longer than 140 characters. Granted the stack overflow site is really about Q&A. The same concept could be applied to places that have a different tone to them.

Interesting assessment. I've never really used stackoverflow, but it seems Drupal could easily accomplish this with CCK, Views, comments & Taxonomy. Do you see any gotcha's looming with that approach? Thanks, -NP

Nope. I was actually thinking about writing up a quick tutorial on how to build something like this with drupal. There are even modules for the voting, etc.

Yes, Matt, with Fivestar, Flag (both for bookmarking and reporting) and you'd have a sweet recipe. Blessings! -NP

I was actually thinking of the Vote Up/Down module. That would be much closer to the functionality of Stack Overflow.

Sweet! Can't wait to see your tutorial! -NP

Hey Matt,

I would love to hear your ideas for a recipe for making a StackOverflow clone using Drupal!

Russ

I started a series explaining how to build Stack Overflow with Drupal at http://engineeredweb.com/blog/09/11/building-stack-overflow-clone-drupal...

I am loving the Engineered Web site and blog. I am going to look into the stack overflow and incorporate it in my next project. I appreciate you keeping on the cutting edge. Keep up the great work!