Skip to content

Blogs vs. Forums

I have had some new ideas floating around about the website lately. I wanted to be more community centric. I would like to try and get more people to contribute information. However, blogs (in my opinion) are not the best method for this. Blogs are more like a traditional classroom setting. The blogger (teacher) writes about a topic (stands in front of the class) and gives his expertise (hopefully 😉 ) or opinion about a subject that he chooses. If anyone on the internet (students) have any questions for blogger, they are free to post them. If not, the blog post stands on its own.

… where a blog post would automatically be entered into a forum. …

A forum however, is much more like a community of learners. The site owner may choose the direction of the forum such as, which topics to talk about, appropriate language, etc. But, the users of the site can help each other through their own means of posting individual questions, opinions, and answers. Blogging is a one to many communication. Forums are a many to many communication.

So, my first thought in creating this environment would be to combine the two together. Surely, someone has already thought of this and has developed a plugin to combine a forum and wordpress together. My google searching first brought me to ZMAng‘s post regarding Integrating a Forum with WordPress. This was a decent start for what I wanted to do.

However, the more I examined the solutions he presented, the more I realized that they really did not fit what I was looking for. I liked the idea of integrating Vanilla with WordPress. The integration was minimal at best, like the other solutions, of basically just integrating the user database. Plus, it was not a plugin, I actually had to go hack the php code around. Who knows what would break the next time I upgraded one of the pieces of software.

I looked at RS Discuss and XDForum. However, neither of them appeared to do what I wanted either. And the RS Disccus author had already given up once on coding the software.

I also looked at bbPress, from the authors of WordPress. I figured that this would be my best shot for what I was looking for. However, even with this, WordPress integration was minimal at best. All of the integration solutions I looked at essentially just integrate the user databases together. There was no actual communication between WordPress and the forums. Nor was there any graphical integration (theming).

So, that brought me to write down what I was really looking for. I was looking for an enviornment where a blog post would automatically be entered into a forum. If someone were to reply either in the forum or in the blog, it would should up in either one. Pings and trackbacks should work the same way. Architectually, it should be the same content instead of duplicating the content between the two. Normal users could make forum topics without it showing up in the blog. Ideally, the forums and comments would be threaded. Also, theming of the forum would follow the blog. In other words, only one theme.

As I did some more searching, I discovered that there some other people out there looking for the same thing as me. I found an interesting post by Darren Stuart entitled Are Blogs the New Forums? It mirrored some of my thinking.

Another tidbit I found was when I was looking at a forum plugin I discovered off of the codex. While I was viewing the comments of Simple Forum, I noticed a very interesting one. A user named Jason (sorry can’t link to the comment) stated:

… For example, what I’d love to see is admins being able to mark a forum post to be displayed as a blog post as well and vice versa, defineable on a per post or per category basis. In this manner you could have a “Simple Forum Announcements” category on your blog associated with the same category/section of your forum in which it would be flagged that topics could only be started by the admin and all posts to that section would be posted in the associated blog category. For such posts, commenting could be redirected to the forums or displayed inline but kept in sync. Is this making sense or just getting confusing? …

This was just what I was thinking. Andy, the author of Simple Forum replied with:

… There is some thought provoking stuff in here some of which I like. Especially the notion of linking a forum to a category. That certainly has a lot of merit and will go on my list straight away. I’m not too sure about the forum as post notion but give me time to think it through! …

I am hoping that Andy runs with the idea. But, this got me thinking again. Maybe I should not be looking at blog software per se. Maybe I should be looking at CMS software. So, after searching for while between the big CMS names (many I have tried in the past), I took a look at Drupal. Drupal has both a forum module and a blog module built in.

I started to play around with it too see how much integration the two had. Looking at them seperately, it appeared that both forums and comments to blogs were threaded in the same manner. This was certainly a step in the right direction. Then I noticed while playing around with posting to the forums that there was checkbox you could click to send the forum post to the front page. Could this be it, what I was looking for? It did indeed post the forum post on the front page. So now I had both a blog post and a forum post on the front of my website. Unfortunately, it appears that there is still a difference between the two. When I clicked on the overall blog link there is no mention of my forum post. I am doubting that any pingin and trackbacks would work as well. So, I took two steps forward and one step back.

Unfortunately (and correct me if I am wrong), it does not appear that there is any readily available software to perform what I am looking for. While I could write up the pseudo code for such a beast, I don’t think that my programming skills are up to task. Nor would I have the time to make such an investment.

6 Comments

  1. Jeremy wrote:

    I have found a new product that just recently started development. It is called WP-United and it’s purpose is to embed WP into phpBB. There is even some secondary functionality being developed to do it in the reverse, embed phpBB into WP. It can be found here: http://www.wp-united.com/.

    Friday, March 2, 2007 at 1:08 pm | Permalink
  2. Jeremy wrote:

    Another interesting thing I have discovered: SMF forums has the ability to open some apis. With those apis you can develop sites such as the SMF blog site where the blogs and comments are really just SMF forums:

    http://blogs.simplemachines.org/team/all/

    Monday, March 12, 2007 at 10:18 pm | Permalink
  3. johanhorak wrote:

    Hi Jeremy

    Just read your article.
    I notice that http://www.yellowswordfish.com has a beta
    “Blog/Forum linking: Write a blog post and have it create a new forum topic. Or – create a new forum topic and trigger the creation of a blog post. All automatic.”

    I need it as well.

    Johan

    Sunday, September 16, 2007 at 6:49 am | Permalink
  4. Jeremy wrote:

    Well, Andy is a pretty bright guy. So, it would not surprise me if he got something working. It has been a while since I have chatted with him about it as my needs have changed.

    However, I do still believe it is the next “evolution” of these two types of products. Something like this would work great for something like SI.com where they have these huge long discussions, but it is all in blog style.

    I was not able to find what you were pointing to. Do you have a link to a particular page on his site?

    As I mentioned earlier, the best thing I have found so far is SMF’s capability to hack into the forum using their SSI.php api. I believe that there are actually a couple of blog plugins that have been developed, but I don’t know how well they are supported. And if you use tinyportal (http://www.tinyportal.net), there was one for there as well, however, I think it has been dropped at the moment.

    Jeremy

    Sunday, September 16, 2007 at 8:20 am | Permalink
  5. ririzarry wrote:

    Jeremy: I came across your article while searching for much the same functionality. I’m of a similar mind that there’s a lot to gain from closely integrating blog and forum.

    Have you had any further success in coming up with a solution that met your needs? I just happen to be looking at Andy’s Simple Forum plugin and so far it seems to come closest to what we’re trying to achieve.

    One thing I’d have some concerns over is the potentially negative SEO impact from duplicating content between the blog and the forum.

    Monday, February 18, 2008 at 7:51 am | Permalink
  6. Jeremy wrote:

    I have not looked lately. I gave up for a while. The site I was thinking about launching, I have put on the back burner.

    I did notice you posted something over at Andy’s site. I will have to check out what he has done lately. Like I said, he is bright guy.

    SMF through their API does provide a lot of functionality. I think that there may be a mod or something floating around for blog functionality. There was one for TinyPortal, but I think that they stopped developing it. But as far as SMF goes, it would probably not be too hard to roll your own.

    I see your point about SEO. I don’t know how much emphasis that google would put on accessing an article with one url and then the same article with comments on another url. Any thoughts?

    j

    Friday, February 22, 2008 at 10:20 am | Permalink

Post a Comment

You must be logged in to post a comment.