[TYPO3-english] Alert icon to menu

StephenBungert stephenbungert at yahoo.de
Thu Dec 11 14:05:33 CET 2008


Well, I don't know if this works, but you can add files to pages (resources I
think they are called),

The BE users could then attach this image to the page if there is an alert,
and in your menu you could maybe show this image before/after the text link
in the menu. Of course the image must be deleted after the alert is over and
then attached each time. maybe you can extend pages table to include a new
field, that way the BE users could just check/uncheck the option to indicate
an alert and then in your TS for the menu you can check for this and add the
resource image (which could then be perm. attached to the page now), or you
could link to one in fileadmin.

Or you could use an unused field that already exists in the page, and the
users can add something like 'alert' to it, and then you could check for a
value in this field in the menu TS and add the image if 'alert' is found in
this field. Maybe could also be done via IProcFunc too, or maybe ifEmpty
property of stdWrap to change the allwrap of the menu item when there is no
'alert' in your field.

-----
-- 
Stephen Bungert
-- 
View this message in context: http://www.nabble.com/-TYPO3-english--Alert-icon-to-menu-tp20954492p20955078.html
Sent from the TYPO3 English mailing list archive at Nabble.com.



More information about the TYPO3-english mailing list