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)

Understanding User Permissions


You already know how to use the permissions area of the Administrator Panel to make a user a moderator; let’s look at what else you can do. If you remember, user permissions are accessible through the Permissions link under the User Admin section:

You see that along with setting the moderator status here, you can also specify user permissions for each forum (in other words, specify forum permissions that apply to a specific user only). Note that you can use this option only for private forums; for all other types of forums, the forum permissions are applied and the user permissions cannot override them.

Note

A private forum by definition has at least one permission type set to PRIVATE.

In the previous section, we created The Dudes forum as a private forum, so now in the user permission control area, we can allow or disallow a user from accessing the private forum. Allowing access means that this user becomes a private member and can do whatever private members...