Hallo...
solange tx_news eigene Kategorien hatte (ohne FAL) konnte man ein im
Kategoriedatensatz gespeichertes icon problemlos hiermit ausgeben:
<f:if condition="{category.image}">
  <f:image src="uploads/tx_news/{category.image}" width="25" height="25"
title="{category.title}" />
</f:if>

aber wie kommt man jetzt mit sys_category da dran ???
ein erfolgloser Versuch ist z.B.:
<f:if condition="{category.image}">
  <f:alias map="{icon: category.images.0}">
    <f:image src="{icon.uid}" treatIdAsReference="1"
title="{icon.originalResource.title}" width="25" height="25" />
  </f:alias>
</f:if>

wer hat hierzu eine Idee ?
wer hat für die SYS-Kategorien in News schon Kategorie-Icons eingesetzt?


-- 
image[FORMAT] - Ralf-René Schröder
http://www.image-format.eu ... Wir geben Ihrem Image das richtige Format
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an