I'm looking for high quality web discussion board software. A lot of what I've seen so far sucks in one way or another. Here's my wish list:

  • Open Source
  • Written in Perl or PHP (not an absolute requirement, but it'd be nice)
  • Look and feel controlled via CSS, not a horrid mess of tables and font tags
  • Avatar support
  • A built-in simple registration system
  • Good RSS support. This is a deal breaker if it's not there. I'm sick and tired of discussion software that doesn't output RSS. I have no time to visit every forum I care about on a daily basis. Computers should make my life easier, dammit! I want a feed per-thread, a feed of new posts, and a feed per-board. Bonus points for full posts in RSS rather than just summaries.
  • Uses MySQL as the back-end database
  • Avatars
  • Does anyone have this one? Integration with PayPal. I'd like the ability to have forums that are not free. Given PayPal's cool API, this shouldn't be hard to do but I don't know if anyone has done it yet. Processing payments by hand is so lame.
  • E-mail integration. A user should be able to say "notify me via e-mail if someone responds to my post."

There's probably other stuff I'd like to have too, but those are probably the major points.

If you know of anything that qualifies (or comes close), I'd love to hear about it. Bonus points if you can point me at an on-line community that's already using it.

I'll update this post if I've realized I've forgotten something significant or said something dumb.

Posted by jzawodn at November 11, 2003 07:26 PM

Reader Comments
# Rob Speicher said:

I believe Invision Power Board (http://www.invisionpower.com) has everything you need.

- It's Open Source (but not GPL, it has its own license)
- PHP
- Uses as few tables as possible
- Avatars
- Built-in registration
- Now outputs in RSS (and if you don't like the way it does it, I wrote a hack that outputs the RSS a bit differently, in full, separate posts)
- MySQL
- Avatars (again?)
- I believe you can set up charges for registration using PayPal and other systems (http://forums.invisionpower.com/index.php?showtopic=90087)
- E-mail integration

on November 11, 2003 07:48 PM
# Jon Gales said:

Ditto Rob. I use Invision Board and it's pretty slick. If you've ever been to the MovableType forums, that's what they use.

I am not a fan of the templates due to the fact that they are broken up into a million pieces, but I haven't messed with them that much. There may be an easier way. Otherwise it's great.

on November 11, 2003 07:53 PM
# Jeff said:

> Uses MySQL as the back-end database

LOL, well you just completely shot yourself in the foot there!

on November 11, 2003 08:22 PM
# Rasmus said:

Jeremy, FudForum is probably what you want. It is the only one I would trust in any way. Most of the other ones out there are really badly written. See http://fud.prohost.org

You would have known this if you had checked my toys page! ;) (http://toys.lerdorf.com)

on November 11, 2003 08:44 PM
# Jeff said:

Processing payments with paypal's IPN is pretty easy. It could definitely be more straight-forward and better (how about xml-rpc, soap, or ...?). But no, use POST. Their example code completely sucks ass too.

on November 11, 2003 09:00 PM
# Simon Willison said:

FUD forum is pretty impressive, until you look at the markup. Sure, it does a great job of letting you control the colour scheme with CSS but it's littered with font tags and doesn't even come close to validating. The font tags are weird because they're only used to apply CSS classes. It's completely template driven so it should be possible to fix the markup up to be pleasant, but there are a ton of templates to fix first.

on November 11, 2003 09:39 PM
# Rasmus said:

I am a lot less worried about whether it validates than I am about how easy it is to hack. Every other forum I have ever tried I was able to hack with either SQL injection or direct execution of arbitrary shell commands through them in less than an hour. Not to mention XSS holes. FudForum is still the only one I have found I couldn't do that to out of the box.

on November 11, 2003 11:39 PM
# mrd said:

Paypal sucks. They locked my money. And even a non-locked user of paypal cannot get his money back.

on November 12, 2003 05:19 AM
# Dan said:

I'd add one more to the list:

*) Avatar system respects robots.txt

An artist friend of mine has her website hosted on my home box (ObPlug: http://www.vogelein.com) and lots of folks like to grab the thumbnails and use them. They don't ask or attribute, though, which rather annoys her as you might expect :)

on November 12, 2003 05:28 AM
# Mister Hanky said:

if you want a lightweight, easy to configure bulletin board without all the bells and whistles, try punBB.

http://www.punbb.org/about.php

on November 12, 2003 05:53 AM
# loquo said:

Not sure why people haven’t mention phpbb. Is it too obvious to suggest phpbb?

It has pretty much all the things you’ve mentioned and an impressive user base. Here is an example community (out of the many thousands) that uses it. Smarty support forums: http://www.phpinsider.com/smarty-forum/

There is plenty of MOD, this one spits out rss feeds: http://www.phpbb.com/phpBB/viewtopic.php?t=120081 .

Now, the good (not perfect) part I think is that customization is done via templates and css. The templates are reasonably organized and clean, the best part is that language packs are independent of templates.

Two weeks ago I moved a forum to phpbb in 2 days: http://foro.loquo.com (3 languages, spanish, english and catalan). My only complaint is full text searching, instead of relying of mysql fultext index (albeit its limitations), it build its own bloated tables.

on November 12, 2003 06:08 AM
# Dan said:

Dunno if phbb's any good, but I do know there's an outstanding security warning about it. (And I've bene seeing failed probes to exploit it in my web logs the past few days) If you use it, I'd say make sure you're up to date with the patches for it...

on November 12, 2003 06:44 AM
# Scott Johnson said:

phpMyBBB works quite well for me. And the RSS output is, well, good enough for Feedster. It doesn't have everything you need but its about as close as you'll fine. I think the css / validation is something that every product will fail on.

There's enough of us php hackers out here that really respect you Jeremy that I think if you took the position "These are the phpBB changes I need made and I'll give you a free copy of my book if you make them" that someone will do it". Just a thought.

Scott

on November 12, 2003 07:18 AM
# Rasmus said:

phpBB was one of the ones that fell into the "easily hacked" category last I looked.

on November 12, 2003 07:51 AM
# Dennis Pallett said:

vBulletin (http://www.vbulletin.com) might be what you want. It'll cost ya though; $85 yearly, or $160 one time fee (+$30 optional support).

Their newest version, currently still in beta, almost RC, has everything and more what you want, though.

If you want free, I'd definately go with IPB, as it's the best free board around.

on November 12, 2003 08:13 AM
# Rasmus said:

Ok, I had a quick look at IPB and security-wise I wasn't overly impressed. And that was without even looking at the source code. One of the first things I tried worked. I was able to register a new user without agreeing to the terms agreement thing they put up. The validation of whether you checked the checkbox or not is only done in client-side Javascript. They never check it on the server. There is also no bread crumbing happening so I was able to save the registration form on my own web server, modify it as much as I wanted and post from it directly to their site and the user was created. Not that this in itself means the whole thing is insecure, but it certainly doesn't fill me with confidence.

on November 12, 2003 09:32 AM
# Rob Speicher said:

Rasmus: If you want to report them, I'm sure they'd fix them.

on November 12, 2003 10:12 AM
# Kevin Marks said:

The discussion board software I really like is QuickTopic, but it isn't Open Source.
It has a user experience thta is just right though

on November 12, 2003 10:14 AM
# Steve w said:

I really like TikiWiki but it may be overkill, requires feeding, and the forums look only OK, BUT I still think its worth looking at if you havent yet. I am using it for 8 different sites now. Now if I could just figure out how to tweak more performance out of MySql, sigh. (my problem, not MySql's problem )

http://www.phpbb.com/ is mentioned here and is nice.

And of course http://www.vbulletin.com/

on November 12, 2003 10:42 AM
# Steve w said:

I really like TikiWiki http://www.tikiwiki.org but it may be overkill, requires feeding, and the forums look only OK, BUT I still think its worth looking at if you havent yet. I am using it for 8 different sites now. Now if I could just figure out how to tweak more performance out of MySql, sigh. (my problem, not MySql's problem )

http://www.phpbb.com/ is mentioned here and is nice.

And of course http://www.vbulletin.com/

on November 12, 2003 10:43 AM
# zqwerty said:

This guy seems smart, maybe he could do something for you:
http://www.pluggedout.com/blog/

on November 12, 2003 01:37 PM
# Matt said:

I've hacked MiniBB for the WordPress support forums to basically where you want it, and I'd be happy to tar up my copy and send it to you. Right now if you add "/rss/" to the main forum display or any topic it'll give you an RSS representation of that thread or the latest posts in the forum. I need to add the functionality for that to work on a per-forum level, and the RSS itself should really be cleaned up as it's messy. But that's little stuff. The big thing is I've spent hours going through correcting invalid markup and changing threads to display without any tables. It still needs a little work, but it's easy to hack.

on November 12, 2003 09:30 PM
# Tim said:

Hack the trackback RSS representation thread

on November 16, 2003 06:34 PM
# i2forums freak said:

a hot free forum software that is about to be released is www.i2forums.com

on February 2, 2005 08:30 PM
# thedude said:

I2Forums is a hunk of junk that had been abandoned by Ikonboard, but an immature FORMER, BANNED staff member stole it and decided to run it.

IB stopped developing it for a reason, but since he stole it, they have sufficient grounds to sue this thief and plagarizer.

on April 22, 2005 09:08 PM
# the man said:

i checked out i2forums it has nothen to do with ikonboard i got to look at the i2forums code and they dont even match the stuff for ikonboard. were do you get this fake information from.

the man

on May 12, 2005 05:14 PM
# Tali said:

Ya, it's not easy finding a good forum software. Have been looking for a while and am reluctant to try anything.

I ran a successful phpbb site for about 4 years but I wouldn't suggest it to anyone else.

Yesterday I broke down and tried FUDforum and I can't suggest it either! After hours of tracking down an SQLerror in their non-standard error reporting (and with lousy error tracking messages) I finally gave up. After looking at their support forum and seeing 7000 other install issues I certainly wasn't confident.

I have to say though, after peeking through the code and finding function names like 'q' and 'qu' I was pretty horrified. That usually indicates they didn't sit down with a whiteboard or anything in the development stages and probably just started coding until it worked. The fact that Rasmus couldn't "easily" crack it doesn't really matter. Once you look under the hood at the quality you'll proabably be left with the same questions. That is, if you can get it installed and running.

on March 8, 2007 07:08 AM
Disclaimer: The opinions expressed here are mine and mine alone. My current, past, or previous employers are not responsible for what I write here, the comments left by others, or the photos I may share. If you have questions, please contact me. Also, I am not a journalist or reporter. Don't "pitch" me.

 

Privacy: I do not share or publish the email addresses or IP addresses of anyone posting a comment here without consent. However, I do reserve the right to remove comments that are spammy, off-topic, or otherwise unsuitable based on my comment policy. In a few cases, I may leave spammy comments but remove any URLs they contain.