[TYPO3-german] Dateiverweise formatieren unter 6.2

Nicole Cordes typo3 at cordes.co
Tue Jun 24 01:18:41 CEST 2014


Hallo Philipp,

der Index tt_content.uploads.20.renderObj sollte dein Freund sein und du
müsstest die Unterobjekte entsprechend anpassen.


Best regards,
Nicole

--
Nicole Cordes
TYPO3 CMS Active Contributor

TYPO3 .... inspiring people to share!
Get involved: typo3.org

-----Ursprüngliche Nachricht-----
Von: typo3-german-bounces at lists.typo3.org
[mailto:typo3-german-bounces at lists.typo3.org] Im Auftrag von Philipp
Holdener
Gesendet: Montag, 23. Juni 2014 15:36
An: typo3-german at lists.typo3.org
Betreff: Re: [TYPO3-german] Dateiverweise formatieren unter 6.2

Am 23.06.14 15:32, schrieb Philipp Holdener:
> Hallo zusammen
>
> Wie kann man unter TYPO3 6.2 das Dateiverweis CE formatieren?
> Ich möchte gerne folgendes
>
> <ul>
> <li>LOGODATEITYP   TITEL  (GRÖSSE)</li>
> ...
> </ul>
>
>
> Momentan bekomm ich nur folgendes
>
> DATEINAME.PDF GRÖSSE
>
>
>
> Danke für eure Hilfe

Nachtrag
Unter TYPO3 4.5/4.7 hab ich das mit der extension css_styled_files (oder so
ähnlich) und dem code da gemacht:

tt_content.uploads.20.layout {
   global = <ul class="downloads-list filelinks
filelinks_layout_###LAYOUT###">###FILE###</ul>
   fileSize {
     layout = (###SIZE### ###SIZEFORMAT###)
     char = none
     format = auto
     desc = Bytes|KB|MB
     round = 2
   }
}


tt_content.uploads.20.layout.file >
tt_content.uploads.20.layout.file.cObject = COA
tt_content.uploads.20.layout.file.cObject {
   wrap = <li class="###CLASS###">|</li>
   10 = TEXT
   10.wrap = |
   10.value = <a href="###URL###" ###TARGET###><strong>###DESCRIPTION### 
</strong>
   20 < .10
   20.value = ###FILESIZE###</a>
}


Das geht nicht mehr mit TYPO3 6.2



Gruss
Philipp


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



More information about the TYPO3-german mailing list