[Typo3-UG Oesterreich] tt_news - imageCount Problem

Franz Kratochvil p.kratoch at utanet.at
Wed Jul 14 14:42:34 CEST 2004


Franz Kratochvil wrote:

> für die Nachwelt: TCA.php ist unser Freund (und die Lösung)... ;-)

Hallo bei meinem Selbstgespräch! ;-)

DIe TCA.php war nicht alles... :-(. Jetzt kann ich zwar so viele Bilder 
zuordnen, wie ich will, aber offenbar geht beim speichern in die DB war 
schief: der Dateiname wird abgekürzt/zerstört und das Image nicht in die 
DB übernommen.

Es scheint, als würde das Image-Feld der tt_news nicht gross genug für 
meine 15-20 Bilder sein (?).

Hier das Image-Feld in der tca.php:

'image' => Array (
			'exclude' => 1,	
			'label' => 'LLL:EXT:lang/locallang_general.php:LGL.images',
			'config' => Array (
				'type' => 'group',
				'internal_type' => 'file',
				'allowed' => $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'],
				'max_size' => '5000',
				'uploadfolder' => 'uploads/pics',
				'show_thumbs' => '1',
				'size' => '10',
				'maxitems' => '100',
				'minitems' => '0'
			)

Meine Frage also: wie kann ich diese Tabelle so "aufbohren", dass ich 
beliebig viele Images zuordnen kann?

Ideas?

lg,
Franz

-- 
... Hating people is like burning down your own house to get rid of a 
rat. -- Harry Emerson Fosdick



More information about the TYPO3-at mailing list