Change layout of filelinks lists in typo3
I recently had to change the title of my files in filelinks with typo3. As I’ve become customed with the thought of having mostly either a full or partial solution to every problem with Typo3, I headed off to google and looked for ways to modify the filelinks.
This got me to css_filelinks. A nice way to modify most appearance aspects of filelinks. I think it’s actually a good example of how T3 can be modified by behaviour and function.
Anyway, with that one you can change the FE (FrontEnd) display to your likening with a template/marker styled way. Instead of displaying ###TITLE### (filename) I choosed to use the description field that you can add in the filelinks setting.
-
-
tt_content.uploads.20.layout.file >
-
tt_content.uploads.20.layout.file.cObject=COA
-
tt_content.uploads.20.layout.file.cObject{
-
wrap=<div class="filelinkslist">|</div>
-
10 = TEXT
-
10.wrap=<span>|</span>
-
10.value=###ICON###<a href="###URL###">###DESCRIPTION###</a>
-
20 <.10
-
20.value=###FILESIZE###
-
}
-
Configuration reference: http://typo3.org/documentation/document-library/extension-manuals/css_filelinks/0.2.11/view/1/3/