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)

Avatars: Enabling and Configuring


Avatars are those small images that reside under the username in all postings and are also displayed when viewing a user’s profile. They are not enabled by default in phpBB, but can be enabled pretty easily using the Administrator Panel.

There are three options for the use of avatars, and they are not exclusive; you can select any number of them.

  • Option one is to enable the so-called gallery avatars: The images that can be used as avatars are selected by you and hosted on the same server on which phpBB runs. Users can select their preferred avatar only from the offered images.

  • Option two is to enable remote avatars: The avatar image can reside on any server on the Internet and the users are just linking to it, using image’s URL address (starting with http://).

  • Option three is to allow users to upload avatars: The users copy their images to your server, and phpBB reads them from there when displaying a post.

All these options have pros and cons to consider when...