[TYPO3-dev] cObject->IMAGE in Backend

Steffen Kamper info at sk-typo3.de
Thu Sep 25 18:22:59 CEST 2008


Martin Borer schrieb:
> Hi list,
> 
> I want to make Thumbnails with my Backend Extension. I followed some 
> HowTo's to have a cObj in the Backend like this: 
> http://www.typo3-scout.de/2008/05/28/cobject-im-backend/
> 
> Without success... I've changed the example above to have an IMAGE 
> Object. But it doesn't Work. the returned src of the image is empty <img 
> src=""></img> :(
> 
> Do you have an idea how I could make Thumbnails in my BE-Extension?
> 
> Greets
> Martin

Hi,

you don't need it, here is an example how to display a thumbnail in BE 
modul:

$thumb = t3lib_BEfunc::getThumbNail($BACK_PATH . 'thumbs.php', 
$filepath, 'hspace="5" vspace="5" border="1"', '80');

vg Steffen




More information about the TYPO3-dev mailing list