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

Ernesto Baschny [cron IT] ernst at cron-it.de
Tue Aug 15 19:31:49 CEST 2006


Stano Paška schrieb am 15.08.2006 15:35:

> 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.

In the same template where you create the tt_content.* branch you just
include the static template "CSS Styled IMGTEXT". This should work, as
long as you don't empty "tt_content" first. So just make sure you don't
have any of those:

tt_content >
tt_content.image >
tt_content.textpic >

etc..

If it doesn't work, check out the "Template Analizer" to see in which
order your templates are being loaded. Paste that output here for us to see.


Cheers,
Ernesto



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