DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: TemplaVoila BE-Layout 2

Created:2006-05-02T01:35:37
Changed:2007-06-11T23:46:08
Author:Marc Ehret
Email:me@kenx.de
Info 3:
Info 4:

EXT: TemplaVoila BE-Layout 2

Extension Key: me_templavoilalayout2

Copyright 2006-2007, Marc Ehret, <me@kenx.de>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.com

Table of Contents

EXT: TemplaVoila BE-Layout 2 1

Introduction 1

What does it do? 1

Screenshots 1

Tutorial 2

Known problems 2

To-Do list 2

Changelog 2

Introduction

What does it do?

Regardless of the design of your website, the page-module shows your fields in columns in the backend. This can be very confusing for editors. With this extension you can style the layout of the page-module using a small backend-template with markers for your fields. -

Screenshots

img-1

Tutorial

  • Install this extension via the Extension Manager.
  • Edit the TO (Template Object):There's a new text field called BE- Layout. Just fill in your custom HTML code.

Example:

<table>
        <tr>
                <td width="30%">###field_contentleft###</td>
                <td width="70%">###field_content###</td>
        </tr>
        <tr>
                <td colspan="2">###field_footer###</td>
        </tr>
</table>

Known problems

- Let me know..

To-Do list

  • Clean up code !!!
  • Get rich

Changelog

- 0.3.1 Manual updated

- 0.3.0 Some more little features

- 0.2.0 HTML is now stored in TO

- 0.1.5: Removing of unused markers

- 0.1.4: just cosmetical :-)

- 0.1.3: This document.

img-2 EXT: TemplaVoila BE-Layout 2 - 2