[TYPO3] GMENU with diferent background files

Xavier Castaño García xcastanho at igalia.com
Thu Sep 28 09:51:28 CEST 2006


Hi,

I'm developing a site where we have a right menu as GMENU. This 
GMENU needs to use a different background file depending on "uid" but
I don't know how I can implement that with TypoScript.

I mean, if background image was generic I could set that:

lib.rightmenu.1.NO {    
    XY = 193,34
    backColor = white
    5 = IMAGE
    5.file = fileadmin/templates/site/Images/bck_image.gif
    ...
}

but I need to configure it something like this:


lib.rightmenu.1.NO {    
    XY = 193,34
    backColor = white
    5 = IMAGE
    5.file = fileadmin/templates/site/Images/bck_{$uid}.gif
    ...
}

where "Typo3" knew that {$uid} should be replaced with menu entry "uid".
Does anyone know if Typo3 allows to do that? If not, could this issue be
taken into account for new versions? How could I apply for including
this issue on Typo3?

Thanks,
-- 
Xavier Castaño García
mailto:xcastanho at igalia.com
Tlf: +34 986107610
Fax: +34 981913949
Igalia - http://www.igalia.com



More information about the TYPO3-english mailing list