[TYPO3-mvc] Seperate fluid templates for backend module
Andy Grunwald [wmdb]
andy_grunwald at arcor.de
Mon Mar 29 22:28:53 CEST 2010
Hey,
today i have a look at extbase / fluid / blog_example.
I wanted to start with my first backend module in the new structure.
I´ve created a Controller, Templates and so on like the blog_example.
The Templates are stored in
Resources/Private/Backend/Templates/ControllerName/ActionName.html.
But there was no output in the backend module.
I`ve copied this template to
Resources/Private/Templates/ControllerName/ActionName.html. And voila
there is an output (I`ve fille sthe template only with the string "test").
I´ve modified the templates from the blog_example, too.
But it seems so, that the Templates in Resources/Private/Backend/* are
not affected.
Could you reproduce this problem?
Checkout the blog_example and modifiy
Resources/Private/Backend/Templates/blog/index.html with a word (for
example "Hello World"). It would not be published.
Now modifiy Resources/Private/Templates/blog/index.html with another
word (for example "Hello World 2"). It would be published.
It is the same with another extbase extension it is called "yag":
https://svn.typo3.org/TYPO3v4/Extensions/yag/trunk/
I´m using the following versions:
blog_example: Revision 2135
TYPO3: Revision 7222 (https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-3)
Thanks for your time and have a nice evening.
Andy
More information about the TYPO3-project-typo3v4mvc
mailing list