Book Image

Managing eZ Publish Web Content Management Projects

Book Image

Managing eZ Publish Web Content Management Projects

Overview of this book

open-source CMS (content management system) and development framework with functionality for web publishing, intranets, e-commerce, extranets, and web portals. In this book, Martin Bauer of designit.com.au an eZ publish Silver partner, teaches you how to successfully manage and implement an eZ publish web content management project. He shows you how to produce quality results in a repeatable manner with the minimum of effort, and end up with eZ publish solutions that will delight your clients. The book presents strategies, best practices, and techniques for all steps of your eZ publish project, starting from client requirements, through planning, information architecture and content modeling, design considerations, and right up to deployment, client training, maintenance, support, and upgrades.
Table of Contents (20 chapters)
Managing eZ Publish Web Content Management Projects
Credits
About the Author
About the Reviewers
Preface
Index

Template Override System


The beauty of the template system is that you only have to change the elements that you want to. If you're happy with the default templates, then all you need to do is create your own stylesheet to make it look how you want it to.

If you need to change the HTML produced, then you can create an override template that the system will use in place of the default template.

You can then decide under what conditions that template will be used. For example you could create an override template that is used for:

  • All pages within a section

  • A particular content class

  • A particular node

  • When a user has logged in

To get the system to use an override template, you create an override.ini configuration file and define the conditions for when that override template is to be used. E.g. if we want to use a particular template for all news items, we would include the following block in the override.ini file:

# Override for news items folders
 [news]
 Source=node/view/full.tpl
 MatchFile=news...