[TYPO3-german] Re: News Templating (tx_news 3.0.1 / Typo3 6.2.4)

T. F. Koch info at mikokosmos.de
Thu Aug 28 17:32:04 CEST 2014


Hallo,

gibt es hier schon eine Lösung? Ich habe mit TYPO3 6.2.4 und tx_news 3.0.1 das gleiche Problem. Egal ob per Constants oder per Setup, die neuen Pfadangaben werden ignoriert.  


Constants:

plugin.tx_news {
	view {
		templateRootPath = fileadmin/kunde/templates/ext/news/Templates/
		partialRootPath = fileadmin/kunde/templates/ext/news/Partials/
		layoutRootPath = fileadmin/kunde/templates/ext/news/Layouts/
	}

	settings {
		cssFile = fileadmin/kunde/templates/ext/news/Css/news-basic.css
	}
}


Setup:

plugin.tx_news {
        view {
                templateRootPaths {
                        0 = EXT:news/Resources/Private/Templates/
                        1 = fileadmin/kunde/templates/ext/news/Templates/
                }
                partialRootPaths {
                        0 = EXT:news/Resources/Private/Partials/
                        1 = fileadmin/kunde/templates/ext/news/Partials/
                }
                layoutRootPaths {
                        0 = EXT:news/Resources/Private/Layouts/
                        1 = fileadmin/kunde/templates/ext/news/Layouts/
                }
        }
}

Bin für jeden Tipp dankbar.

Gruß
T. F. Koch




More information about the TYPO3-german mailing list