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

Banner Plugin


The banner plugin is part of the core plugins so you do not need to go further than the administrative interface to find it. It is always active, even if you are not presently using the feature.

There are several ways to advertise with banners on your site. One of the things I have disliked about some books is that they tell you how to do the obvious but leave out the information that might be more useful. Keeping that in mind, we will cover how to use the banner plugin but, since we are using a theme that does not have a banner included, we are going to begin this section with a quick lesson on code modification.

Adding the Banner Shortcode to a Theme

For our veterinarian site, the Kubrick theme is perfect except that it does not have a banner. Fortunately e107 has made it easy for us to add a banner. We accomplish this by adding what is known as a shortcode. For those who may have done merge letters in word processing programs a shortcode is similar to a merge code. For those...