[TYPO3-dev] Plugin details not showing on Insert Content List (db_new_content_el.php)

Fr. Simon Rundell SCP simon at rundell.org.uk
Sun Oct 21 21:05:28 CEST 2007


Some of my extensions are not showing properly when you pull up the "add
content" page (db_new_content_el.php). The icon is showing but the text is
missing. I can't see why it isn't showing.

When I go into the Extension Repository Kickstarter, the details are all
there, and the data is in the file ext_emconf.php:

$EM_CONF[$_EXTKEY] = array(
	'title' => 'Resources Library System',
	'description' => 'A Diocese of Portsmouth Resources Tracking
Database',
	'category' => 'plugin',
	'author' => 'Fr. Simon Rundell',
	'author_email' => 'simon at rundell.org.uk',
	'shy' => '',
	'dependencies' => 'cms',
	'conflicts' => '',
	'priority' => '',
	'module' => '',
	'state' => 'alpha',
	'internal' => '',
	'uploadfolder' => 1,
	'createDirs' => '',
	'modify_tables' => '',
	'clearCacheOnLoad' => 0,
	'lockType' => '',
	'author_company' => '',
	'version' => '0.0.0',
	'constraints' => array(
		'depends' => array(
			'cms' => '',
		),
		'conflicts' => array(
		),
		'suggests' => array(
		),
	),
	'_md5_values_when_last_written' => <lots of stuff here>
);

Has the kickstarter mangled this stuff, and has anyone written an editor
(just like the kickstarter warns us it isn't) to make modifications without
this hassle?

Thanks

Fr. S





More information about the TYPO3-dev mailing list