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

Kahlil Lechelt k.lechelt at gmx.de
Fri Jan 13 19:08:28 CET 2006


Kahlil Lechelt wrote:
> 
>> 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


Nevermind i found it. my path was wrong... wow it really took me long to 
realize that... pfff :-( but thats how it goes i suppose...
sorry for the bothering.

best regards,
kahlil



More information about the TYPO3-english mailing list