[TYPO3-dev] Extension icons - how to change to indicate state

Steffen Kamper info at sk-typo3.de
Wed Aug 5 11:24:35 CEST 2009


Hi,

StephenBungert schrieb:
> I have created new icons for an extension that I'm writing. They show up as
> they should unless a record has a different state - such as hidden -, then I
> see the default TYPO3 icon for a hidden record.
> 
> I see tt_news has a different icon for when a news record is hidden - a fade
> version of the non-hidden icon. Is there any documentation on how to achieve
> this? I searched through the tt_news files looking for the hidden icon's
> filename but couldn't find it anywhere.
> 
> Anyone have any tips on how to do this?
> 

tt_news icons are in typo3/gfx/i, it was an extension of the "first 
hour" and the icons were integrated into core.

What you need is an icon having the state

record.gif (normal)
record__h.gif (hidden)
record__t.gif (time)
record__ht.gif (hidden + time)
a.s.o.

IIRC these icons has to be at same location as the normal record icon.

vg Steffen




More information about the TYPO3-dev mailing list