Re: [TYPO3-german] fluid_styled_content Partials überschreiben in TYPO3 8.7

2017-12-17 Diskussionsfäden Christian Rieke

OH MEIN GOTT!!!

Danke für den Tipp! Hat zwar nicht ganz direkt geholfen (TYPO3 wollte ja das "richtige" Template ziehen, hat's aber nicht gefunden, daher im Frontend "Oops, an error occurred! Code:"). Aber Dein Hinweis hat mich zur Lösung geführt: Anders als im Thread hatte ich in meinem echten Template tatsächlich einen Leading-Slash im Pfad, 
also (FALSCH) layoutRootPaths.0 = /template/ext/fluid_styled_content/Resources/Private/Layouts/

statt (RICHTIG)  layoutRootPaths.0 = 
template/ext/fluid_styled_content/Resources/Private/Layouts/

Korrigiert. Läuft. 
War wohl doch etwas spät gestern...


Bonusfrage: 
Gibt's irgendwo eine Schnellanleitung, wie man neue Menu-Templates in 8.7.9. anlegt? Bis 7.6 waren das ja "nur" Partials. Was muss ich beim Umstieg beachten?

___
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Re: [TYPO3-german] fluid_styled_content Partials überschreiben in TYPO3 8.7

2017-12-17 Diskussionsfäden Dr. Dieter Porth

.0 meint niedrigste Priorität

Schaue dir mal mit dem Template-Modul die übergordneten Ebene an, die im 
TypoScript definiert sind. Vermutlich sind dort die Templates, die 
wirklich gezogen werden.



Am 16.12.2017 um 23:54 schrieb Christian Rieke:

Moin liebes Forum,
ich scheitere an einem simplen Problem und hab' offenbar Tomaten auf 
den Augen. Funktionierender Code in TYPO3 7.6:


lib.fluidContent {
 templateRootPaths.0 = 
template/fluid_styled_content/Resources/Private/Templates/
 partialRootPaths.0 = 
template/fluid_styled_content/Resources/Private/Partials/
 layoutRootPaths.0 = 
template/fluid_styled_content/Resources/Private/Layouts/

}

Ich überschreibe hier testweise "hart" (.0) den Pfad zu den Templates, 
Partials und Layouts von FSC. Tatsächlich liegt im neuen Pfad 
lediglich eine 1:1-Kopie von sysext/fluid_styled_content/Resources/

Der(fast)selbe Code funktioniert NICHT in TYPO3 8.7.9:
lib.contentElement {
 templateRootPaths.0 = 
template/fluid_styled_content/Resources/Private/Templates/
 partialRootPaths.0 = 
template/fluid_styled_content/Resources/Private/Partials/
 layoutRootPaths.0 = 
template/fluid_styled_content/Resources/Private/Layouts/

}

Und ja, im neuen Pfad liegen natürlich die neuen Resources der 8.7.9. 
Woran also liegt's, dass TYPO3 7.6 die Pfade versteht, TYPO3 8.7.9 
aber nicht? ___

TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german


--

Dr. Dieter Porth - Web-Entwickler

___
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

[TYPO3-german] fluid_styled_content Partials überschreiben in TYPO3 8.7

2017-12-16 Diskussionsfäden Christian Rieke

Moin liebes Forum,
ich scheitere an einem simplen Problem und hab' offenbar Tomaten auf den Augen. 
Funktionierender Code in TYPO3 7.6:

lib.fluidContent {
 templateRootPaths.0 = 
template/fluid_styled_content/Resources/Private/Templates/
 partialRootPaths.0 = template/fluid_styled_content/Resources/Private/Partials/
 layoutRootPaths.0 = template/fluid_styled_content/Resources/Private/Layouts/
}

Ich überschreibe hier testweise "hart" (.0) den Pfad zu den Templates, Partials und Layouts von FSC. Tatsächlich liegt im neuen Pfad lediglich eine 1:1-Kopie von sysext/fluid_styled_content/Resources/ 

Der(fast)selbe Code funktioniert NICHT in TYPO3 8.7.9: 


lib.contentElement {
 templateRootPaths.0 = 
template/fluid_styled_content/Resources/Private/Templates/
 partialRootPaths.0 = template/fluid_styled_content/Resources/Private/Partials/
 layoutRootPaths.0 = template/fluid_styled_content/Resources/Private/Layouts/
}

Und ja, im neuen Pfad liegen natürlich die neuen Resources der 8.7.9. Woran also liegt's, dass TYPO3 7.6 die Pfade versteht, TYPO3 8.7.9 aber nicht? 
___

TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german