[TYPO3-content-rendering] replace textpic rendering in my simple template

Stano Paška stanislav.paska at kios.sk
Tue Aug 15 15:35:27 CEST 2006


How can I preserve to run after my templating stuff?
I tried check the "include static AFTER basedOn:" checkbox, but it does not work.

Can I include extension in tmpl_content_css, or it must be included only in main_css?
Either types does not work.

In typscript browser it seems ok.

Stano.

> -----Original Message-----
> From: 
> typo3-project-content-rendering-bounces at lists.netfielders.de 
> [mailto:typo3-project-content-rendering-bounces at lists.netfield
> ers.de] On Behalf Of Ernesto Baschny [cron IT]
> Sent: Tuesday, August 15, 2006 2:20 PM
> To: typo3-project-content-rendering at lists.netfielders.de
> Subject: Re: [TYPO3-content-rendering] replace textpic 
> rendering in my simple template
> 
> Stano Paška schrieb am 15.08.2006 07:46:
> 
> > (...)
> > Can I use it (cron_cssstyledimgtext) separately, only to 
> render textpic element?
> 
> Yes.
> 
> > Must I include css_styled_content too?
> 
> No.
> 
> > How can I invoke it?
> 
> Just in the same way as it is being included in 
> css_styled_content. Add the static template "CSS Styled 
> IMGTEXT" in your main template and make sure it gets called 
> AFTER your own templating stuff. Be sure to have prepared the 
> "tt_content.image" and "tt_content.textpic" parts in your 
> template. They have to be COAs with at least the header in ".10".
> Something like this:
> 
> tt_content.image = COA
> tt_content.image.10 =< lib.stdheader
> tt_content.textpic = COA
> tt_content.textpic.10 =< lib.stdheader
> 
> The rest (the ".20" parts that will render the text and 
> images) will come from cron_cssstyledcontent.
> 
> Make sure everything is ok using the "TypoScript Object 
> Browser", which is your best friend when trying stuff like that.
> 
> 
> Cheers,
> Ernesto
> _______________________________________________
> TYPO3-project-content-rendering mailing list 
> TYPO3-project-content-rendering at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-pro
> ject-content-rendering


More information about the TYPO3-project-content-rendering mailing list