[TYPO3] using TypoScript and $this->cObj->IMAGE to create thumbnails...

Kahlil Lechelt k.lechelt at gmx.de
Fri Jan 13 18:32:08 CET 2006


> I had a look at the IMAGE function in my tslib_content file it looks 
> like that:
> 
> function IMAGE($conf)    {
>        
>     $content='';
>     if ($this->checkIf($conf['if.']))    {
>         $theValue = $this->cImage($conf['file'],$conf);
>         if ($conf['stdWrap.'])    {
>             $theValue = $this->stdWrap($theValue,$conf['stdWrap.']);
>         }
>         return $theValue;
>     }
> }
> 
> How is this function supposed to give me any result???

ok that was nonsense ^^^^
somehow my jpgfile doesnt get processed...
i have still not figured out what is the problem



More information about the TYPO3-english mailing list