[TYPO3-german] Protokoll für Redakteure freischalten

Konrad Schiertz konrad at schiertz.de
Thu Dec 5 14:21:29 CET 2013


Am Ende ist die Lösung jetzt ziemlich einfach geworden.


Ich registriere das Modul einfach in der extTables.php noch einmal mit den angepassten Einstellungen für den Access und für das Hauptmodul unter welchem das Protokoll angezeigt werden soll.

$_EXTKEY = 'belog';
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerModule(
	'TYPO3.CMS.'.$_EXTKEY,
	'web',
	'log',
	'',
	array(
		'Tools' => 'index',
		'WebInfo' => 'index',
	),
	array(
		'access' => 'user,group',
		'icon' => 'EXT:belog/ext_icon.gif',
		'labels' => 'LLL:EXT:' . $_EXTKEY . '/Resources/Private/Language/locallang_mod.xlf',
	)
);


More information about the TYPO3-german mailing list