hallo,
bei fileupload:
in der Datei ext_typoscript_setup.txt steht am Anfang folgendes
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14:
| checkMime = 0 mimeInclude = image/gif,image/jpeg,application/x-zip-compressed mimeExclude = application/octet-stream checkExt = 1 extExclude = exe,php,php3 extInclude = * maxsize = 500000 path = fileadmin/user_upload FEuserHomePath=1 FEuserHomePath.field = username noOverwrite = 1 fileMode = 0755 combine_with_dir_listing = 1 url_var_path = dlpath |
nun habe ich mir für eine bestimmmte Seite ein Extension Template angelegt und folgendes eingetragen:
Typoscript-Code:
1: 2: 3: 4:
| plugin.tx_fileupload_pi1.combine_with_dir_listing = 1 plugin.tx_fileupload_pi1.FEuserHomePath = 0 plugin.tx_fileupload_pi1.path = fileadmin/fileupload/Module/Studienfach plugin.tx_fileupload_pi1.maxsize = 50000000 |
Leider haben die TS direktiven im ExtTemplate keine Auswirkungen. Muss ich das TS aus der Datei ext_typoscript_setup.txt rausnehemen? Wird das estTemplate dadurch vielleicht überschrieben?
Sorry für die laienhaften Fragen