[TYPO3] TV content question

Benjamin Mack bmack at kirix.com
Fri Dec 8 16:01:50 CET 2006


Hey,

first of all: Please post TemplaVoila related questions in the 
TemplaVoila mailing list.

Here is what you have to do:
Choose "TemplaVoila" module at the left navigation, choose your Template 
Folder, and edit the DataStructure you created.
Find something like this...
--------------------
<field_content type="array">
.................
<TypoScript>
10= RECORDS
10.source.current=1
10.tables = tt_content
10.wrap = &lt;!--TYPO3SEARCH_begin--&gt; | &lt;!--TYPO3SEARCH_end--&gt;
</TypoScript>
...................
</field_content>
--------------------

I believe you can add stuff to the "10" Object like that:
   10.stdWrap.prepend < lib.mydiv
or even

   5 < lib.mydiv

Haven't tried it, but that should do be a good start.

greetings,
benni.
-SDG-


Simon Child wrote:
> In MTB I would do this:
> 
>     subparts.content.stdWrap.prepend <  mydiv
> 
> to put a standard right-floated div (e.g. containing logo and name) at the 
> top right of every page content div.
> 
> I want it within the content div, so that content text will wrap arond it. 
> So I don't want it in the template before the content div, and I don't want 
> to have to manally add it as the first content element on every page.
> 
> How would I do this with TV, since subparts.content isn't there anymore?
> 
> Thanks
> 


More information about the TYPO3-english mailing list