[Typo3-UG Oesterreich] userfunc auf TV Objekt

Kraft Bernhard kraftb at gmx.net
Thu Jul 14 10:05:15 CEST 2005


Stefan Beylen wrote:
> geht natürlich nicht da ja colpos bei TV nimmer existiert...aber leider 
> geht auch das nicht:
> 
> <TypoScript>
>     10 = CONTENT
>     10 {
>         source.current=1
>         tables = tt_content
>         renderObj = USER
>         renderObj.userFunc = user_tools->raw_image
>     }
> </TypoScript>

So gehts:

<TypoScript>
  10 = RECORDS
  10.source.current = 1
  10.tables = tt_content
  10.conf.tt_content = COA
  10.conf.tt_content {
    # ich bin das renderObj :)
  }
</TypoScript>

10.conf.TABLENAME ist einfach das renderObj für records von der table TABLENAME ...

mit CONTENT holt man ja immer records von einer table deshalb braucht das sowas ned ...


grüsse,
Bernhard
-- 
Kraft Bernhard
MOKKA Medienagentur <http://www.mokka.at>
T: +43 - 1 - 895 33 33 - 50



More information about the TYPO3-at mailing list