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


_______________________________________________
TYPO3-german mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an