[TYPO3] how to get the fe_user image

Toke Herkild th at concare.net
Wed Nov 8 14:47:54 CET 2006


Hi!

Thanks,

Are there anyway to alter the specs for TCA locally if I've a site which
needs to handle more than 6 images per FE user eg in typoscript:
TCA.FEUSER.IMAGE {
  maxitems = 25
  maxsize = 2000
}

Regards,
Toke

Dulepov wrote:
Hi!

Nope, it is saved in the file system. Here is TCA for this field:
--------------------------
'image' => Array (
	'exclude' => 1,
	'label' => 'LLL:EXT:lang/locallang_general.php:LGL.image',
	'config' => Array (
		'type' => 'group',
		'internal_type' => 'file',
		'allowed' =>
$GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'],
		'max_size' => '1000',
		'uploadfolder' => 'uploads/pics',
		'show_thumbs' => '1',
		'size' => '3',
		'maxitems' => '6',
		'minitems' => '0'
	)
),

Qoute end;



More information about the TYPO3-english mailing list