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)

Posting


Posting messages is the main activity in a bulletin board; everything else is a more or less just additional features. So it’s a good idea to know all the details about posting.

Anatomy of a Posting

Let’s see what a posting looks like, and what different elements it is composed of:

The Author information box consists of author’s nickname, joined-in date, number of posts, and location. It can also contain the avatar image, rank, and rank image, but these are not enabled by default. Ranks and avatars are discussed a bit later.

Post meta information consists of one tiny post graphic, date/time stamp, and post subject. This teeny tiny graphic () is so small that most people won’t even notice it, and even if they do, they would think it’s just an ornament. But it’s in fact a functional graphic; it’s an exact link to this post. It’s not very likely that someone would want to go to the post they are reading at the moment, but this can be very useful when you want to give a link to a specific...