[TYPO3] <link> transformed from DB into <a> in FE only if ctype=HTML

emm emmvie at gmx.net
Thu Mar 22 13:41:59 CET 2007


Hey, many many thanks! This now works fine. Can now go live!
- emm

> The next element is a CONTENT element too, but you define the renderObj
> yourself instead of using styles.content.get so the parseFunc settings are
> not available.
> So you might have to add them again:
> 
> marks.content_text = CONTENT
> marks.content_text {
>     table = tt_content
>     select {
>         pidInList = this
>         selectFields = bodytext
>         where = colPos = 0
>         languageField = sys_language_uid
>     }
>     renderObj = COA
>     renderObj {
>         10 = TEXT
>         10 {
>             field = bodytext
>             parseFunc < lib.parseFunc_RTE
>         }
>     }
> }
-- 
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: www.gmx.net/de/go/mailfooter/topmail-out


More information about the TYPO3-english mailing list