Project

General

Profile

Actions

Bug #40740

closed

Missing file icons for various file types

Added by Christian Geiselmann over 11 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-09-07
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

I am working on a Typo3 4.7.1 platform.

For the display of filetypes in content element "File Link" (and elsewhere) I am missing icons for the filetypes docx and xlsx which have become widely used, instead of xls and doc.

Could such icons be included in future versions?

----------- Here more details, and what I tried to solve the problem locally ---------

On upload of a .xlsx or .docx file for display in FE in a "filelist" content element, those files get displayed as expected, but without the respective icon to the left of them.

In an attempt to solve this issue I first created two fileicons called docx.gif and xlsx.gif and put them into the typo3/sysext/cms/tslib/media/fileicons folder.
I also put them into typo3\gfx\fileicons (for the Backend).

Then I updated the tables.php (sitting in t3lib/stddb) where file types are associated with image files to be displayed as icons. I added the lines
'docx' => 'docx.gif",
'xlsx' => 'xlsx.gif",
(This is approximately in line 400 of the tables.php)

However, anyway, on upload of a docx or xlsx file, the Backend shows an alert "No thumb generated" instead of the expected file icon, and in Frontend there is just nothing.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #27475: Add fileicons for open document formats (LibreOffice/OpenOffice.org)Closed2011-06-15

Actions
Actions #1

Updated by Mathias Schreiber over 9 years ago

  • Status changed from New to Closed
  • Is Regression set to No

dupe, will continue in #27475

Actions

Also available in: Atom PDF