[TYPO3-dev] Text w/ image and image only content elements not rendering

Franz Koch typo.removeformessage at fx-graefix.de
Fri Dec 12 09:47:06 CET 2008


Hi,
> # *****************
>  501: # CType: text
>  502: # *****************
>  503: tt_content.text = COA
>  504: tt_content.text {
...
>  643:   20  = < tt_content.image.20
>  644:   20.text.10 = COA
>  645:   20.text.10 {
>  646:     if.value = 24
>  647:     if.isGreaterThan.field = imageorient
>  648:     10 = < lib.stdheader
>  649:     10.stdWrap.dataWrap = <div class="csc-textpicHeader
> csc-textpicHeader-{field:imageorient}">|</div>
>  650:   }
>  651:   20.text.20 = < tt_content.text.20
>  652: }
> 
> as i've said before, only the ctype of 'text only' and all the title/headers
> (lib.stdheader) of all ctypes render correctly. see->
> http://theleadersclub.ph/about-us.html
> 
> this is the default config of typo3 right?

yes - and therefor of not much use - because the default CSC templates 
are proven to work ;)
Much more interesting would be the configuration of these objects in the 
TS object browser, where the configuration of all extensions is merged 
to the final rendering configuration. So please have a look at the TS 
objectBrowser on "tt_content.IMAGE.20".

> should i change =< to < ? is realurl doing the damage?

none of that. You're using "rgmediaimages" which is altering the image 
rendering - have you ever tried uninstalling/deactivating this extension 
and check if the images are rendered then? It's most likely that the 
error is caused by this extensions or a wrong order of the template 
inclusion of CSC and this extension (first CSC, then rgmediaimages). If 
it's related to that extension, see the manual of this extension on how 
to configure it correctly.

-- 
kind regards,
Franz Koch




More information about the TYPO3-dev mailing list