Habe noch was zu ergänzen.

Wenn ich im TypoScript ein Image Object erstelle Funktioniert es ohne Probleme.
Beispiel:
 2 = IMAGE
 2.file = fileadmin/templates/ipsways/img/development_allgemein_en.png
 3 = IMAGE
 3.file = fileadmin/templates/ipsways/img/development_allgemein_en.png
 3.file.width = 50

Quote: Mike Pichl (interceptor) wrote on Wed, 07 May 2014 13:13
----------------------------------------------------
Ich muss mich hier mal anschließen. Da ich das gleiche Problem habe.

Im Backend scheint die Bild Bearbeitung zu funktionieren. Da Typo3 thumbnails 
erzeugt. Laut Developer Tools sind diese thumbnails bearbeitet worden.
src=../fileadmin/_processed_/preview_development_allgemein_en_2c104cd218.png

Im Frontend zeigt er mir jedoch als
src=typo3temp/_processed_/csm_Distribution_76f29d8f36.png
an.

Ich habe Typo3 6.2.1 im Einsatz.

Bei den Inhalten handelt es sich um ein "Images" Content Element. Diese habe 
ich in der Page in die Rechte spalte gesetzt. Das Bild wurde über den File Upload Dialog 
im Images Content Element hochgeladen.

Laut Typo3 "Install" > "Test setup" funktioniert die Bild Bearbeitung auch.

Leider zeigt mir das Typo3 Log keine Fehler an.

Hier noch die Root TS-Config
# Default PAGE object:
page = PAGE
page {
#Page id
  typeNum = 0
#Templateing
  10 = FLUIDTEMPLATE
  10 {
    file = fileadmin/templates/ipsways/template.html
    layoutRootPath = fileadmin/templates/ipsways/layouts
    partialRootPath = fileadmin/templates/ipsways/partials
    variables {
      contentGet < styles.content.get
      contentLeft < styles.content.getLeft
      contentRight < styles.content.getRight
    }
  }
}

Inlcude:
Aktuell: CSS Styled Content Typo3 v6.1
Getested mit v4.5 bis v6.1

Fluid Template Variablen Nutzung. Sowohl <f:format.raw>{contentRight}</f:format.raw>
als
<f:format.html>{contentRight}</f:format.html>
gehen nicht.
----------------------------------------------------


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

Antwort per Email an