[TYPO3-english] Create GIFBULDER image object using the API

bernd wilke x00nsji02 at sneakemail.com
Sat Apr 4 15:30:32 CEST 2009


Am Fri, 03 Apr 2009 19:07:25 -0300 schrieb Matias Coca:

 
> No, maybe i not expressed correctly.
> I want put an image inside the gifbuilder object image.
> 
> $imgTSConfigThumb['file.']['10'] = 'IMAGE';
> $imgTSConfigThumb['file.']['10.']['file.']['import'] = $path;
> $imgTSConfigThumb['file.']['10.']['file.']['maxW'] = 150;
> $imgTSConfigThumb['file.']['10.']['file.']['maxH'] = 100;
> $imgTSConfigThumb['file.']['10.']['align'] = 'c,c';
> 
> but this doesn't work.

which image?

I miss something like:
$imgTSConfigThumb['file.']['10.']['file']=$imagename;

if you have name and path of your image in a variable you don't need 
import and can use '.10.file' directly.

bernd
-- 
http://www.pi-phi.de/t3v4/cheatsheet.html


More information about the TYPO3-english mailing list