vote up 3 vote down star
5

Although people have asked about Java and .NET forum software, I'm looking for a PHP forum software since LAMP hosting is more cost effective.

I'm looking for an extensible (open-source) forum software for a community site that I'm building for an organization, and I'd like to know my options. Since I'm a PHP developer it would be easier for me to write my own features, or modify / customize the built-in functionality. If it has available extensions, I won't have to roll my own features such as voting or rating.

What PHP/MySQL forum software is the easiest to extend and build upon? It doesn't have to be purely OOP, but the code should be well commented / documented.

flag
This is subjective and should be in Community. – Ascalonian Oct 19 at 14:39

closed as subjective and argumentative by R. Bemrose, knittl, Frank, Stefan Gehrig, John Saunders Oct 20 at 2:54

4 Answers

vote up 4 vote down

Is this a top-list?

So I propose PhpBB. You can easily extend it, its clean code. It supports voting and rating out of the box. But without knowing what you need its difficult to propose a software.

link|flag
1  
@Jeff Attwood <soothingVoice>He didn't mean it, I promise. There's no phpBB here.</soothingVoice> – Dominic Rodger Oct 19 at 14:38
Yes, Jeff made it abundantly clear that he's not a fan of "both parts" of phpBB, php itself (even though he wrote the "php sucks, but it doesn't matter" article/blog) and BB, i.e. the chronological ordered thread "soup" for a topic where people can "only" append posts at the end of a thread and not answer directly to another post. Is there a modification for phpBB that allows tree-like threads for a single topic? – VolkerK Oct 19 at 14:53
vote up 4 vote down

Here's a great site that allows you to compare some of the most popular ones:

http://www.forummatrix.org/

It also give you a wizard that let's you tell it what you're looking for an it will make a recommendation based on that.

Also, I think this wikipedia entry will help. It does a large feature comparison on a bunch (surprisingly not PHPBB though which seems to be the most popular in my experience): http://en.wikipedia.org/wiki/Comparison_of_Internet_forum_software_%28PHP%29

link|flag
vote up 1 vote down

vBulletin is probably one of the best out there, but it is not free. You need a license to use it. Once you get it, there is a massive extension community out there so you almost never will have to develop one unless you have a very customized need.

With regards to free boards, I have used phpBB and Simple Machines Forums (SMF). phpBB has a lot of addons available, SMF not so much.

link|flag
vote up 1 vote down

The top PHP forum engines out there. (source: AjaxLine)

  1. phpBB
  2. Simple Machines Forum
  3. PunBB
  4. Vanilla
  5. SEO-Board
  6. Unclassified NewsBoard
  7. bbPress
  8. FluxBB
  9. ikonBoard
link|flag
If it included vBulletin I think this would the the perfect list. – joebert Oct 19 at 15:24

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