Book Image

Building Websites with e107

Book Image

Building Websites with e107

Overview of this book

e107 is a PHP-based content management system that uses the popular open source MySQL database system for content storage. e107 is released under the terms of the GNU General Public License and is completely free, totally customizable and in constant development. It is an ideal tool for developing small to large dynamic community websites, intra company portals, corporate portals, weblogs and much more. It has a large, enthusiastic, and helpful community of users.If you want to create a powerful, fully-featured website in no time, this book is for you. This book will help you explore e107, putting you in the picture of what it offers, and how to go about building a site with the system. The book covers all the core features of e107, and it is thorough and incremental tutorial approach it gives you the understanding to experiment with advanced features and customization.
Table of Contents (16 chapters)
Building Websites with e107
Credits
About the Author
Acknowledgement
About the Reviewer
Preface

The Forum Plugin


If you visit any business website, you will find a forum. It can be open to the public, restricted to registered members, or it may be an internal forum only for employees or for both visitors and employees. Sometimes it is set up for peers to help peers solve problems. By controlling access to view and post by user class, we can easily achieve this level of control.

Normally, before you would install this plugin you would plan the parent categories (topical subdivisions), the forums (the topics within those categories), and the permissions level for viewing, posting, and administering the forums. The main purpose of breaking information into parent levels is to assist users in finding things faster, so resist the urge to over categorize.

Installing Forum

The Forum plugin is one of the core e107 plugins. As you know this means that we have uploaded it to the server when we installed e107. To install the plugin we need to do the following:

  1. 1. Log on to our website as administrator...