[TYPO3-extbase-kickstarter] Problem with a backend module using frontend plugin Templates

Nicolas de Haen typo3 at ndh-websolutions.de
Thu Aug 30 13:35:42 CEST 2012


Hi Frederik,

please have a look ath the Typoscript ObjectManager (in Templates Module)

There you should find something like:
module.tx_yourextensionkey {
	view {
		templateRootPath = 
Ext:yourextensionkey/Resources/Private/Backend/Templates
		partialRootPath = Ext:yourextensionkey/Resources/Private/Backend/Partials
		layoutRootPath = Ext:yourextensionkey/Resources/Private/Backend/Layouts
	}
}

If not you have to include the Template generated by the 
ExtensionBuilder in your root Template

After that you should have the correct default values bat also be able 
to define the Modules view paths with the constant editor (also Template 
Module)

regards,
Nico


-- 
Nico de Haen
ndh websolutions

Webprogrammierung, OpenSource, Typo3



http://www.ndh-websolutions.de


More information about the TYPO3-project-extbase-kickstarter mailing list