Book Image

phpBB: A User Guide

Book Image

phpBB: A User Guide

Overview of this book

phpBB is a free, open source Internet community application, with outstanding discussion forums and membership management. Written in the PHP scripting language, and making use of the popular MySQL database, phpBB is a standard among web hosting companies throughout the world, and is one of the most widely-used bulletin board packages in the world. This book is an abridged version of "Building Online Forums with phpBB 2", (ISBN 1904811132), focusing on a complete set of topics to help you set up and run your own phpBB-powered online community. This book gives you the power to use phpBB to set up and run your own online discussion forums with ease. It takes you through the whole process of setting up your phpBB site, and helps you create, customize, and manage your own online community with phpBB. Written by experienced phpBB administrators and enthusiasts, the emphasis is on simple and practical guidance for you to get the most from phpBB. Packed with step-by-step examples, this book is your ideal guide to learning phpBB.
Table of Contents (11 chapters)

Development


phpBB is an open-source project and has some specifics as such:

  • The developers are volunteers from around the world. phpBB is an example of a successful open-source project. It has an impressive team list of about 50 people, when most open-source projects have two or three.

  • There’s a community of users who often convert into collaborators.

You might be wondering how the community and the open-source nature of phpBB can help its development. There are a lot of ways, but just to name the major ones:

  • Using and thus testing the software

  • Reporting bugs so they can be fixed by the developers

  • Contributing new features through MODs and hacks, and in this way extending the functionality

  • Contributing new templates for the other phpBB admins to use

  • Supporting other phpBB users with tips and advice

  • Advocating and promoting phpBB, in this way increasing the size of the community

phpBB is under constant development. The work for version 3 is well underway, and in the spirit of this open-source project, the work in progress is available for preview and comments as it’s developed.