Thursday 11. March 2010

Posts Tagged ‘TemplaVoila’

03.07.2009 22:19

There it was. A very basic TemplaVoila setup with two content elements. A content and a rightbar. The content is of course for all the regular stuff on the page, and the right bar has some standard highlights.

When both the content and the rightbar is of the type Content Elements, you have to manually insert elements on every single page, that should have output.

Wouldn’t it be nice, if the rightbar could have some default Content Elements outputted automatically, if you haven’t inserted any elements? Yes, it would!

So. To the fun part. Open your TemplaVoila section in the TYPO3 backend and edit the Data Structure (DS)…

read on
01.07.2009 22:05

This post will be about how to setup a TYPO3 template, with the option to have a different image on top of each page.

I’m using TemplaVoila with a very simple setup. 3 fields – header image, menu and a content-element. The focus will be on the header image element, which in my case is mapped to a <div > and saved as the type “TypoScript Object Path” with an “Object Path” named “lib.headerimg“.

The next step is to setup the template to insert an image in the lib.headerimg. This is done by inserting to following into the Template Setup field:

lib.headerimg = IMAGE
lib.headerimg…
read on