PHPBB Review
Saturday, April 28th, 2007Continuing with the theme that small focused web software is better than larger CMS types of software, I decided to try out PHPBB for a small forum that I wanted to add to a mediawiki web site. The main reason that I selected PHPBB was because it seems to be the most common software being used for forums, and it fit in nicely with the LAMP (Linux, Apache, MySQL, PHP) software already running for the Mediawiki server. I had used other Forum software, such as Drupal, and Plone before, and I found PHPBB to be much cleaner, which was another big reason for selecting it. Finally, PHP is free while other packages, such as vBulletin are commercial, and only offer short trial periods.
Like most other packages these days, it installed very easily, and was easy to get up and running. I initially did not configure much, and it was pretty easy to add new forums, and topics. Unfortunately, after having the forum up for one day, it started to get hit with spam postings. I enabled e-mail authentication, which cut down on a large amount of the spam, but I still seem to get a few postings even with the captchas enabled. The amount of spam is probably due to the popularity of PHPBB, and they should really consider implementing spam controls, similar to those found in WordPress.
Another configuration setting that is a must, is to disable automatic pruning. The first few postings to the PHPBB forum started disappearing after a week or so. It turns out that the default setting, is for pruning to automatically delete posts without responses after only one week. I also installed a couple of mods to not display the memberlist, profiles, and groups, to people that are not registered. Installing the mods is usually done manually, and is not as clean as in other packages such as Drupal, Plone, and Mediawiki, but not a big deal.
Besides that it seems to be a very nice fit for a small forum.
Pros
- Free .
- Easy to Install.
- Very clean interface for forums.
- Lots of online support available.
Cons
- PHPBB seems to be a target for spam.
- Some of the default settings.
- Mods and extensions typically require modifying the code, and are very version specific.