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 Poll Plugin


The Poll plugin is another core plugin. It is not only a fun way to garner participation on our site but a valuable tool in collecting information. You will see in this chapter and in Chapter 7 that it can be integrated into other plugins like the Forums Plugin and Content Management. Since this is a core plugin, which was loaded as part of the e107 upload, the installation is easy.

  1. 1. Log in as administrator.

  2. 2. Select the Plugin Manager from the main menu (top left) or by the Plugin Manager icon.

  3. 3. Scroll down to Poll and select Install.

  4. 4. Select Configure as shown below:

Now we can configure our first poll. When you have clicked Configure a screen as shown in the screenshot on the next page appears.

  • Poll Question: This field allows you to enter the poll question. We will enter, What Type of Pet Do You Own?.

  • In the Options field enter the following:

    • Dog

    • Cat

    • Bird

    • Reptile

    • Other

  • Allow multiple choices: This field will enable you to add multiple choices since some people...