vote up 4 vote down star
1

I'm setting up a niche community web site, I expect it to have a few hundred users to start, probably the maximum would be 1000-2000. Most of my experience has been with the ASP.Net/SQL Server world.

I'd like to know which low-cost or free user forum software is best, preferably one that could be fairly easily installed by someone with good windows knowledge but not much experience with mySQL, PHP, etc. I'm not opposed to using mySQL/PHP as I've heard some good packages are based on it, but would prefer to not have to incur a steep learning curve to get this up and going.

Solid dependability is important to me. I'd like a decent feature-set, but don't necessarily need all the bells and whistles.

flag

74% accept rate
I think that's a fine line -- I may very well be programming to the user forum API etc, depending on the stability of the code-base, it could be open-source, etc., my 2 cents. – LuftMensch Feb 12 at 0:09
See also the question at stackoverflow.com/questions/239743/… – CAD bloke Mar 15 at 10:06

14 Answers

vote up 2 vote down check

I would recommend to check out vBulletin. It supports nearly every feature you can imagine for a forum software including social networking, tagging, thread prefixes and many more. I am using it for some big communities (100,000 posts and up) and it scales very well. It's not free, but moderatly priced and in active development. It has a an active user community (http://www.vbulletin.org) with many extensions for vBulletin's plugin system (easy to install extensions).

Check it out at http://www.vbulletin.com
There is an excellent SEO plugin available as well: http://www.vbseo.org/

A list of the biggest vBulletin boards: http://rankings.big-boards.com/?filter=vBulletin,all
(you can use dropdown box to filter for other forum software)

link|flag
+1 for vbulletin Looking for free?? MYBB is the best – Shoban Feb 12 at 2:22
vote up 1 vote down

I really like phpBB. It works well, is easy to setup and has a rich user community should you run into problems.

Check it out here: http://phpbb.com/

  • Nicholas
link|flag
Unfortunately, PHPBB has shown itself as vulnerable to attack. Also consider the people who know PHP are more commonly black-hat than capitalist technologies. – tsilb Feb 11 at 23:52
I'm not quite sure what kind of bizarre point tsilb is trying to make with the capitalism comment, but it's certainly true that phpBB has a very very poor security record even for a PHP app. – bobince Feb 12 at 0:03
phpBB has a flawed CAPTCHA implementation (it has been cracked by spammers). You absolutely have to replace the CAPTCHA with a better one, otherwise your forum will be flooded with spam. – Philippe Leybaert Jun 1 at 7:49
@activa I disagree. I disable the CAPTCHA, and allow anonymous posting. It does get spammed, and I clean it by hand. Better than scaring off potential users. – finnw Jun 1 at 8:13
vote up 0 vote down

I've used phpBB in the past whenever I've needed a forum. Its free, easy to configure, and there are plenty of mods for it. Also you don't need to know PHP to get it going. It also supports many type of databases.

link|flag
vote up 1 vote down

I like Invision Forum. It's $149, but you get many more features, spam protection, and better quality overall.

http://www.invisionpower.com/

link|flag
vote up 2 vote down

As a user, I really love Vanilla. It's a bit different to the more prevalent phpBB & vBulletin systems, but it's really nice to use.

link|flag
vote up 1 vote down
link|flag
+1 since they're ASP-based. Hey, I just bumped you above 2k rep. :) – musicfreak May 31 at 22:43
vote up 1 vote down

If you weren't looking for a low-cost or free solution, I'd say vBulletin. However, as you are looking for something low-cost/free, I'm going to go ahead and suggest MyBB - it's a fantastic system that I've used reliably, for various sized forums, for a number of years now... it's lightweight, but has a good range of features and available plugins. If that isn't floating your boat, try phpBB, as has been suggested by others.

link|flag
vote up 3 vote down

SMF - Simple Machines Forum has been around a while. It is stylable (ok, it's a word now), extensible and has quite a big community behind it. It runs on LAMP but is pretty easy to set up on shared hosts etc.

link|flag
vote up 0 vote down

If your community site runs on Wordpress you should have a look at http://simplepressforum.com/. It is easier to integrate in to a Wordpress site than bbPress (oh, the irony) and also seems to have more features. It integrates with the main site's membership sign-ons. The developers seem pretty active.

link|flag
vote up 2 vote down

bbPress anyone?

link|flag
+1: bbPress is great, the tags win it for me. Only problem is the default style is ugly as hell, but you can change that. – musicfreak May 31 at 22:43
vote up 0 vote down

Without a doubt, vBulletin is the best software out there, not just becuase is it stable, and fast, but it also has a very large support base, ie modifications and software support. However, recently, Internet Brands, owner of Jelsoft-> vBulletin, have started to make changes which maximise their profits from vBulletin, and aren't to many customer's liking. Many licenses are being sold all over the place, but I will stick with them, becuase all of this is based on leaked information. Currently, nothing has been said, and so therefore, I disregard the leaked information, and continue as usual; renewing my license.

link|flag
vote up 1 vote down

I've always liked PunBB (google it, I'm not allowed to post links yet). It's the opposite of phpBB and vBulletin. From their own about page:

PunBB is a fast and lightweight PHP-powered discussion board. It is released under the GNU General Public License. Its primary goals are to be faster, smaller and less graphically intensive as compared to other discussion boards. PunBB has fewer features than many other discussion boards, but is generally faster and outputs smaller, semantically correct XHTML-compliant pages.

And it truly is. Besides it's plugin friendly (most of the thing you'll want that it won't ship with can be found in their forum), free (as in GNU/GPL semi-free) and it's fast.

Edit: And there is a spin-off project called PunBB.NET which is, as one might guess, .NET based.

link|flag
vote up 0 vote down

While phpBB is very popular, I would actually recommend the extensible, lightweight and sleek Vanilla.

link|flag
vote up 0 vote down

A good resource website is Forum Software Reviews:

PhpBB 3 vs Simple Machines Forum vs vBulletin

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.