Book Image

vBulletin: A Users Guide

Book Image

vBulletin: A Users Guide

Overview of this book

Written specifically to allow you to create a discussion forum, vBulletin, provides all of the tools, features and functionality for you to set up and develop a vibrant community. Because it specializes in this one aspect of your website, all the features are geared towards this goal, and you can leave the improvement and additions to the vBulletin developers while you get on with managing the rest of your website. If you are either already running a community forum based on vBulletin, or are planning on establishing one, then this is the book for you. This book will guide you through installing, configuring, managing and maintaining a vBulletin discussion forum on your own website. The book begins with the initial installation and configuration of vBulletin on your system. You will then go on a tour of vBulletin and its features, for both users and administrators. This will grow your understanding and familiarise you with the power and possibilities of vBulletin. vBulletin's Administration Control Panel is where you can control every aspect of your board. From users, forums and word filters to skins, templates and maintenance, everything can be done through the web-based control panel. The book devotes significant sections to covering these, getting you up to speed on the options available to you, and offering advice to help you make the right choices with your board administration. To make your forums stand out from the rest, we cover skins and templates to take your first steps in customising your forum. vBulletin is one of the most popular forum platforms available. Well known for its power and speed, it drives many of the most popular discussion forums on the Internet.
Table of Contents (15 chapters)
Building Forums with vBulletin
Credits
About the Authors
Preface

Preface

vBulletin is a very popular, commercial discussion forums application. Written in PHP, it is the system of choice for many of the biggest and most popular discussion forums on the Internet.

This book takes you step by step through setting up and running your own vBulletin website. In easy‑to‑follow language, it will show you how to select a vBulletin license, set up the site, and then customize and use it for maximum impact. You will learn how to use the powerful administration features of vBulletin, and even see how to alter the code to create your own 'hacks'.

What This Book Covers

Chapter 1 gives you a quick overview of vBulletin's key features and benefits and helps you choose the right vBulletin license for your community's needs.

Chapter 2 shows you how to go about installing and configuring a vBulletin installation.

Chapter 3 gives you a quick tour of vBulletin from both the user's perspective and the admin side.

Chapter 4 shows you how to go about customizing almost every aspect of a vBulletin installation.

Chapter 5 is a key chapter, which shows a vBulletin forum administrator how to go about administering every aspect of their forum.

Chapter 6 looks at the vBulletin upgrade process and guides you through the successful migration of all the important settings and customizations.

Chapter 7 shows you how to go about designing a new vBulletin template.

Chapter 8 shows you how to create and then distribute new vBulletin forum hacks.

Chapter 9 provides you with an important programmer's reference of information that will be handy to you when working with a vBulletin forum.

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

There are three styles for code. Code words in text are shown as follows: "On most installations the database server is located on the same computer as the web server, in which case the address should be set to localhost."

A block of code will be set as follows:

<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<title><phrase 1="$vboptions[bbtitle]">$vbphrase [x_powered_by_vbulletin]</phrase></title>
$headinclude

When we wish to draw your attention to a particular part of a code block, the relevant lines or items will be made bold:

<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<title><phrase 1="$vboptions[bbtitle]">$vbphrase [x_powered_by_vbulletin]</phrase></title>
$headinclude

Any command-line input and output is written as follows:

GRANT ALL ON vb_database.* TO vb_user@localhost IDENTIFIED BY 'password';

New terms and important words are introduced in a bold-type font. Words that you see on the screen, in menus or dialog boxes for example, appear in our text like this: "clicking the Next button moves you to the next screen".

Note

Warnings or important notes appear in a box like this.

Note

Tips and tricks appear like this.

Reader Feedback

Feedback from our readers is always welcome. Let us know what you think about this book, what you liked or may have disliked. Reader feedback is important for us to develop titles that you really get the most out of.

To send us general feedback, simply drop an email to [email protected], making sure to mention the book title in the subject of your message.

If there is a book that you need and would like to see us publish, please send us a note in the SUGGEST A TITLE form on www.packtpub.com or email [email protected].

If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, see our author guide on www.packtpub.com/authors.

Customer Support

Now that you are the proud owner of a Packt book, we have a number of things to help you to get the most from your purchase.

Downloading the Example Code for the Book

Visit http://www.packtpub.com/support, and select this book from the list of titles to download any example code or extra resources for this book. The files available for download will then be displayed.

Note

The downloadable files contain instructions on how to use them.

Errata

Although we have taken every care to ensure the accuracy of our contents, mistakes do happen. If you find a mistake in one of our books—maybe a mistake in text or code—we would be grateful if you would report this to us. By doing this you can save other readers from frustration, and help to improve subsequent versions of this book. If you find any errata, report them by visiting http://www.packtpub.com/support, selecting your book, clicking on the Submit Errata link, and entering the details of your errata. Once your errata have been verified, your submission will be accepted and the errata added to the list of existing errata. The existing errata can be viewed by selecting your title from http://www.packtpub.com/support.

Questions

You can contact us at [email protected] if you are having a problem with some aspect of the book, and we will do our best to address it.