Hallo!
Ich habe die Extension css_filelinks installiert und möchte gerne die 
Dateigröße beim einer Datei angezeigt bekommen.

Leider wird die Dateigröße nicht angezeigt, alles andere schon.
Auch das anklciken der Checkbox "Display File Size Information" im Filelink Element selber erzeugt nicht die Ausgabe der Dateigröße.

Hat jemand einen Tipp?
Könnte der Server nicht richtig konfiguriert sein?

TYPO3 4.5.10
PHP 5.2.6

Typoscript:

plugin.tx_cssfilelist._CSS_DEFAULT_STYLE >

tt_content.uploads.20.layout{
  global = <div class="filelinks">###FILE###</div>
file = <div class="fileitem"><div class="fileicon"><img src="fileadmin/template_dateien/bilder/file-icons/###FILEEXT###.gif" alt="" title="" /></div><div class="filename"><a href="###URL###" target="_blank">###TITLE###</a></div><div class="description">###DESCRIPTION###</div><div class="size">###FILESIZE###&nbsp;|&nbsp;Dateiformat:&nbsp;###FILEEXT###</div></div>

  fileSize {
     layout = Dateigröße: ###SIZE### ###SIZEFORMAT###
     char = none
     format = auto
     desc = B|KB|MB
     round = 0
   }

  hideNotProcessedMarkers = 1
  description.field = imagecaption
}

Danke im Voraus,
Thomas

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

Antwort per Email an