[TYPO3-german] Include static (from extensions)

Franz Holzinger franz at fholzinger.com
Tue May 8 12:05:32 CEST 2007


Hallo Michael,

>>> ich habe im Moment ein sehr komisches Phänomen in meinem Backend. 
>>> Wenn ich eine EXT. hinzufügen möchte, kann ich seit kurzen 
>> (erstmalig ist es mir bei der Installation von tt_address 
>> aufgefallen) kein Include Static Template von neuen 
>> Extensions hinzufügen. 
>>>  
>>> Hat jemand eine Idee, wo ich etwas eingestellt habe, das 
>> dieses verhindern könnte? 
>>>  
> Ich habe inzwischen experimentiert, und nachdem ich einige static Templates entfernt habe, konnte ich auch tt_address und die Blog-Plugin´s installieren. 
> 
> Es handelt sich bei mir um TYPO4.0.5. Gibt es eventuelle eine Begrenzung der möglichen includierbaren Static Templates an dieser Stelle? 
> 

Offensichtlich schon.

typo3/sysext/cms/tbl_cms.php:

// ******************************************************************
// static_template
// ******************************************************************
$TCA['static_template'] = Array (
...

		'include_static' => Array (
			'label' => 'Include static:',
			'config' => Array (
				'type' => 'select',
				'foreign_table' => 'static_template',
				'foreign_table_where' => 'ORDER BY static_template.title',
				'size' => 10,
				'maxitems' => 20,
				'default' => ''
			)
		),


Maximal 20 sind erlaubt.


- Franz


More information about the TYPO3-german mailing list